Disable counting of pages (starting from current page):
\pagenumbering{gobble}
Enable counting of pages (starting from current page):
\pagenumbering{arabic}
Set page counter of current page to 7:
\setcounter{page}{7}
Hide page counter (just hide):
\thispagestyle{empty}