4/24/11

[VB.NET][SNP] Disable Control Panel

  Shell("REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f", AppWinStyle.Hide)  

And if you want to enable it, change the 1 after /d to 0.

No comments: