identifies it as a website; using start
www.microsoft.com would try to
Paste this into the Run command...
iexplore -k
www.microsft.com
It opens IE in kiosk mode @
www.microsft.com
No need for http:// in the Run command, Address bar in IE or WE or the
Address toolbar on the taskbar.
Of course
www.microsft.com in any of the above. And if you have the right
settings, Ctrl + Enter will add prefix
http://www. and suffix .com or
whatever suffix you have set up. I do not have any Append Completion,
AutoComplete In File Dialog or AutoSuggest turned on, I hate those.
I do not run anything that will run from the Run command in cmd.exe, extra
typing.
Cmd.exe, the Run command, the Address toolbar, the Address bar in Windows
Explorer and Internet Explorer all function a lot alike. Of course there
are enough differences to mess you up.
start
http://www.microsoft.com/ or just
www.microsoft.com for example.
Or, get a copy of Jeremy Collake's MoveLatr. It will allow you to flag
files that are in use to be renamed or deleted at the next boot (before
Windows actually loads) by placing the file in the
PendingFileRenameOperations.
Disk Cleaner has a delete locked files on reboot option.
HijackThis also has a Delete a file on reboot tool.
http://www.bleepingcomputer.com/forums/index.php?showtutorial=42#delreb
Bat files do fine.
---------------
@echo off
del "C:\DOCUME~1\WESLEY~1.VOG\Cookies\index.dat"
del "C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\History\History.IE5\index.dat"
del "C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\TEMPOR~1\Content.IE5\index.dat"
del "C:\WINDOWS\Cookies\index.dat"
del "C:\WINDOWS\TEMPOR~1\Content.IE5\index.dat"
cd C:\DOCUME~1\WESLEY~1.VOG\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\Cookies
cd C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\History
cd C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\Temp\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\Temp\
cd C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\LOCALS~1\TEMPOR~1
cd C:\DOCUME~1\WESLEY~1.VOG\
rd /s /q C:\DOCUME~1\WESLEY~1.VOG\Recent
exit
cls
---------------
@echo off
rem DataColl.bat
: HelpSessionHistorydat.bat
: OfflineCache
: WMPCurrentDatabase.bat
rem Professional_32_1033.bat
: HelpSessionHistory.dat
: edb.chk
rem Office tmp
: Internet Logs tmp
: Help *.chw files
: Office tmp files
: Delete C:\Documents and Settings\Wesley P. Vogel\UserData
del /q C:\WINDOWS\PCHealth\HelpCtr\DataColl
del /q C:\WINDOWS\PCHealth\HelpCtr\OfflineCache\Professional_32#0409
del C:\WINDOWS\PCHealth\HelpCtr\Config\Cache\Professional_32_1033.dat.bak
cd C:\Documents and Settings\Wesley P. Vogel\Local Settings\Application
Data\Microsoft\Media Player
del /q *.*
cd C:\Documents and Settings\Wesley P. Vogel\Local Settings\Application
Data\Microsoft\HelpCtr
del /q HelpSessionHistory.dat
del C:\WINDOWS\system32\CatRoot2\edb.chk
cd C:\WINDOWS\security
del /q *.chk
cd C:\Documents and Settings\Wesley P. Vogel\Application
Data\Microsoft\Office
del /q *.tmp
cd C:\WINDOWS\Internet Logs
del /q *.tmp
cd C:\WINDOWS\Help
del /q *.chw
cd C:\Documents and Settings\Wesley P. Vogel
rd /s /q UserData
---------------
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In
Alec S. said: