reg add HKCU\Software\Microsoft\Windows\Currentversion\Explorer\Advanced /V Hidden /t REG_DWORD /d 1 /f
reg add HKCU\Software\Microsoft\Windows\Currentversion\Explorer\Advanced /V ShowSuperHidden /t REG_DWORD /d 1 /f
reg add HKCU\Software\Microsoft\Windows\Currentversion\Explorer\Advanced /V HideFileExt /t REG_DWORD /d 0 /f
taskkill /im explorer.exe /f
start C:\Windows\explorer.exe
exit