[windows2000] Re: clear the run command

  • From: "Costanzo, Ray" <rcostanzo@xxxxxxxxxxx>
  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Wed, 7 Jan 2004 10:58:52 -0500

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU is where
it's stored.  If you want to do it in a batch or something, you could
do:

---------------------------------------------------
REM Delete runMRU key
@echo Windows Registry Editor Version 5.00>temp.reg
@echo
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\R
unMRU]>>temp.reg
regedit /s temp.reg

REM Recreate runMRU key
@echo Windows Registry Editor Version 5.00>temp.reg
@echo
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Ru
nMRU]>>temp.reg
regedit /s temp.reg

del /q temp.reg
---------------------------------------------------

I have a feeling that the values will still be helded in explorer.exe
cache until you log off and back on, though.

Ray at work




-----Original Message-----
From: Herchenbach, Jim [mailto:jherchenbach@xxxxxxxxxx] 


How do you clear the RUN command line of all its old commands?

TIA

Jim


**********************************************************************************************************
The information contained in this e-mail message is intended only for the 
personal and confidential use
of the recipient(s) named above.  Distribution, publication, or retransmission 
of this message is strictly 
prohibited.  This message may be a bank to client communication and as such is 
priviliged and confidential.  
If the reader of this message is not the intended recipient or an agent 
responsible for delivering it to the 
intended recipient, you are hereby notified that you have received this 
document in error and that any 
review, dissemination, distribution, or copying of this message is strictly 
prohibited.  If you have received 
this communication in error, please notify us immediately by e-mail, and delete 
the original message.

The sender of this e-mail specifically "opts-out" of the Electronic Signatures 
and Global and National 
Commerce Act (E-Sign) and any and all similar state and federal acts.  
Accordingly, but without limitation, 
any and all documents, contracts, and ageements must contain a handwritten 
signature of the sender to
be legal, valid, and enforceable.
**********************************************************************************************************

********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: