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
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.