Hide Hidden Files and Folders

Batch file that will hide hidden files and folders

@echo off

REG ADD “HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced” /V Hidden /T REG_DWORD /D 0 /F

taskkill /f /im explorer.exe
start “” explorer.exe

email me