4/26/11

[VB.NET][SNP] Disable CD Burning

  My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer", "NoCDBurning", "1", Microsoft.Win32.RegistryValueKind.DWord)  

Change the 1 to 0 for reverse effect.

No comments: