Forum Home
Press F1
 
Thread ID: 10144 2001-07-08 00:20:00 Registry Script-how to clear command? Guest (0) Press F1
Post ID Timestamp Content User
15177 2001-07-08 00:20:00 Hi,
I want to create using a registry script to delete values without me having to manually dig into the Registry myself.

Can anyone give me an example?

I know of plenty locations for my programs, but I don't know the specific command to implement this!
Guest (0)
15178 2001-07-11 08:42:00 start file with the following line
REGEDIT4

then plug in information
ie
[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectDraw]
'ForceNoSysLock'=dword:00000000
location in []
name in ''
followed by = then the key name

might be easier to export individual keys and copy and paste appending the in formation actually would be a **** easy program to implement might give it a whirl any way
if you are not confident with this approach why not just export the keys and when you ever need to use the just double quick them

$ e c r e t s 2 $ u c c e s s (R) www.secrets2success.com
Unlock your doors to success.. Act NOW!!!
......IT'S FREE!
www.secrets2success.com
Guest (0)
15179 2001-07-11 22:48:00 Hi,

Alternatively if you wish to clear recent menus, you can use the '-' like belows example and then use Notepad save as a .reg file. This will delete the RMU Folder in the Registry. Although, it pays to clarify if any existing values other than 'rmu or recent' entries before deciding to implement the formula.

Just double click to merge!

REGEDIT4
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Applets\Paint\Recent File List]

This formula clears out entires that are viewed in your Recent Menu list in Paintbrush.

Always backup your Registry prior to alterations.
Guest (0)
1