Clear run box
#1 OFFLINE
Posted 12 July 2006 - 06:19 AM
#2 OFFLINE
Posted 12 July 2006 - 07:43 PM
blackhawk20, on Jul 12 2006, 07:19 AM, said:
#3 OFFLINE
Posted 12 July 2006 - 08:25 PM
JDPower, on Jul 12 2006, 07:43 PM, said:
:/ Oh really now, wanna do me a favor then? In Windows XP, click start>run then type something in and hit enter, then do that a few more times. Then open up ccleaner and(with that box checked, I have all but the last section checked and the latest version) do your cleaning. Then open up your run box and tell me what you see.
And the method I listed, doesn't just clear the recent documents, it also clears the run box.
#4 OFFLINE
Posted 13 July 2006 - 11:19 AM
i invented a batfile to let Ccleaner automatically clean your system, and even clear the runbox:
just save this text as cclean.bat or something like that & run it:
@echo off
echo Ccleaner will start deleting the crap on your system.
echo.
echo Within a moment, explorer will reboot to clean the run box...
cd c:\
cd program files
cd CCleaner
ccleaner.exe /AUTO
echo Just a couple of seconds to go...
taskkill /f /im explorer.exe
cls
start explorer.exe
echo Explorer has restarted, and the crap has been removed!
echo Ccleaner will close now...
exit
#5 OFFLINE
Posted 14 July 2006 - 06:21 AM
shpongler, on Jul 13 2006, 11:19 AM, said:
i invented a batfile to let Ccleaner automatically clean your system, and even clear the runbox:
just save this text as cclean.bat or something like that & run it:
@echo off
echo Ccleaner will start deleting the crap on your system.
echo.
echo Within a moment, explorer will reboot to clean the run box...
cd c:\
cd program files
cd CCleaner
ccleaner.exe /AUTO
echo Just a couple of seconds to go...
taskkill /f /im explorer.exe
cls
start explorer.exe
echo Explorer has restarted, and the crap has been removed!
echo Ccleaner will close now...
exit
Good effort, but all that bat file does for me is open up My documents(doesn't clear my run box). Looks like I'm stuck with doing it the right-click on start menu way.
#6 OFFLINE
Posted 14 July 2006 - 01:06 PM
blackhawk20, on Jul 12 2006, 01:19 AM, said:
JDPower is correct ... CCleaner will clear the Run box if you select Run (in start menu), but the operation takes effect upon reboot. I think that's what shpongler meant by
Quote
By the way, if you don't like the Most Frequently Used Programs List, consider either not allowing some programs to list, or disabling the list entirely and assigning the space to the Pinned list.
#7 OFFLINE
Posted 14 July 2006 - 08:45 PM
Glenn, on Jul 14 2006, 01:06 PM, said:
JDPower is correct ... CCleaner will clear the Run box if you select Run (in start menu), but the operation takes effect upon reboot. I think that's what shpongler meant by but I'm not sure why he mentions explorer.exe specifically.
By the way, if you don't like the Most Frequently Used Programs List, consider either not allowing some programs to list, or disabling the list entirely and assigning the space to the Pinned list.
I probably should have mentioned that I'm using Microsoft Windows XP Home Edition 2002(non-upgraded). So I'm right about what I'm talking about and you guys are right about what you are talking about. I have no problem with the most requently used programs list and I don't clear that, only my run box(which is done the way I mentioned, for some reason people are missing the piece of info where I mention the advanced tab
#8 OFFLINE
Posted 15 July 2006 - 03:23 PM
blackhawk20, on Jul 12 2006, 01:19 AM, said:
Sounds to me that you are talking about the Recent Documents, well CCleaner does clean them.
Look Here->Recent-CCleaner
~Otto
How to use CCleaner on a Flash Drive (pre v2.0)
#9 OFFLINE
Posted 17 July 2006 - 10:15 PM
mushu13, on Jul 15 2006, 03:23 PM, said:
Look Here->Recent-CCleaner
Yes, that is what I click, and on XP Home 2002 it also clears the run box. While CCleaner does clear my recent documents, it doesn't clear my run box. So maybe an update can be made so that this will work with Windows XP Home Edition 2002?
#10 OFFLINE
Posted 27 July 2006 - 01:58 PM
--> this batch file works to me on all computers i tested till now, maybe u did something wrong...
btw new version @ http://users.skynet....Batch_v1.0e.rar
explorer.exe has to reboot to clear the runbox
u don't have to reboot to clear the runbox!!!!!, just kill explorer.exe and restart it, tha's why i introduced it in my batch











