how to make a .reg file?

Permabanned
Joined
19 Dec 2006
Posts
1,382
how do i make a registry file that i can import to the registry to enable cd burning via windows ?

Disable CD Burning (Windows XP)
This restriction is used to disable the use of the inbuilt CD recording functions of Windows.

Create a new DWORD value, or modify the existing value, called "NoCDBurning" and set it according to the value data below.

User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\
Explorer]
System Key: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\
Explorer]
Value Name: NoCDBurning
Data Type: REG_DWORD (DWORD Value)
Value Data: (0 = Allow CDR, 1 = Disable CDR)

is the code i need, i need it to be set to 0.

i have spyware on and it wont let me run regedit.exe.....

cheers!
 
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000000

Put that in a txt file > save as > NoCDBurning.reg

Should be ok.

EDIT: There must be something up with this forum software as it keeps putting spaces between the word CurrentVersion .. Take out the spaces.
 
Last edited by a moderator:
use a program called

dial-a-fix

it should repair any restrictive policies on your pc, use it to remove the restrictions, then reboot
 
Back
Top Bottom