As per the image below there are a number of links that I just can not get rid of:
Remote Assistance
Tour Windows XP
Command Prompt
Program Compatabiltiy Wizard
Synchronize
Windows Explorer
Any idea on how to get rid of them...
Below is my cleanup script
cmdow @ /HID @echo off :: Start >> del "%ALLUSERSPROFILE%\Start Menu\New Office Document.lnk" del "%ALLUSERSPROFILE%\Start Menu\Open Office Document.lnk" del "%ALLUSERSPROFILE%\Start Menu\Set Program Access and Defaults.lnk" del "%ALLUSERSPROFILE%\Start Menu\Windows Catalog.lnk" del "%ALLUSERSPROFILE%\Start Menu\Windows Update.lnk" :: Start >> Programs >> del "%ALLUSERSPROFILE%\Start Menu\Programs\Remote Assistance.lnk" [B]<-- This does not seem to work[/B] :: Start >> Programs >> Accessories >> del "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Tour Windows XP.lnk" [B]<-- This does not seem to work[/B] del "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Synchronize.lnk" [B]<-- This does not seem to work[/B] del "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Program Compatability Wizard.lnk" [B]<-- This does not seem to work[/B] del "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Command Prompt.lnk" [B]<-- This does not seem to work[/B] rd /s /q "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\System Tools" rd /s /q "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Communications" DEL "%systemroot%\*.bmp" DEL "%systemroot%\system32\dllcache\*.scr" DEL "%systemroot%\system32\*.scr" RD /S /Q %systemdrive%\I386\$OEM$\ RD /S /Q %systemdrive%\install\ RD /S /Q %systemdrive%\Logfiles\ net user aspnet /delete shutdown.exe -r -f -t 5 -c "Windows will now restart...." EXIT
Attached File(s)
-
scrnshot1.gif (17.01K)
Number of downloads: 29



Help
Back to top









