By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!echo first one is the old right click context menu, the next 4 should be obvious
%sudo% reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
%sudo% reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f
%sudo% reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f
%sudo% reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 1 /f
%sudo% reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /V UseCompactMode /t REG_DWORD /d 1 /f
%sudo% taskkill /im explorer.exe /f
start explorer.exe