|
|
@echo off
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons" /f /ve /t REG_SZ /d ""
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons" /f /v "29" /t REG_SZ /d "%WinDIR%\System32\Empty.ico,0"
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /ve /t REG_SZ /d ""
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /f /v "29" /t REG_SZ /d "%WinDIR%\System32\Empty.ico,0"
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /f /v "link" /t REG_BINARY /d 00000000
cls
taskkill /f /im explorer.exe
explorer.exe
exit |
|