4/28/11

[VB.NET][SNP] Disable Folder Options

 Shell("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f", vbNormalFocus)  


Change the 1 to 0 to enable it again.

No comments: