cybpsych Posted December 22, 2004 Posted December 22, 2004 While waiting for RyanVM's wonderful repack of Adobe Reader 7.0, I was wondering how to remove this Reader 7.0 shortcut created on the Desktop.i've found the link of the shortcut and it's located at %AllUsersProfile%\Desktop\ ...but in my cleanup.cmd batch file, i ammended the line as highlighted Red below ...still, it's not removed cmdow @ /HIDRD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing"RD /S /Q %systemdrive%\drivers\RD /S /Q %systemdrive%\install\DEL "%AllUsersProfile%\Desktop\Adobe Reader 7.0.lnk"shutdown.exe -r -t 90 -m "Windows XP will now restart in 90 seconds! This will give enough time for the shortcuts to update and for the shell to fully load before it's ready to restart! Please wait ..."net user aspnet /deleteEXIT
MCT Posted December 22, 2004 Posted December 22, 2004 DEL /Q "%AllUsersProfile%\Desktop\Adobe Reader 7*.lnk"printme isnt included in 7, so u dont need that either Edited: forgot to put closing quote on code
cybpsych Posted December 22, 2004 Author Posted December 22, 2004 yeah, noticed that too earlier ... already fixed it in my uA CD BTW, RyanVM's special switchless repacked of Adobe Reader 7.0 has been uploaded!http://www.ryanvm.net/msfn/
staples Posted December 22, 2004 Posted December 22, 2004 you can also use the mst file in this thread to not install the link.http://www.msfn.org/board/index.php?showtopic=34404msiexec /i msifilename.msi transforms=transformfilename.mst /qb- (or /qn for silent).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now