• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there an "sudo" for Windows XP?

mcvickj

Diamond Member
Every once in a while AVG seems to update the program and keeps adding an unwanted icon on the desktop. I do not wish for it to be there.

The computer in question starts up by default into an account that is a limited user. I want to be able to delete the icon off the desktop without having to log off the limited user and into an administrator account.

Right now I have been doing Start > Programs > Accessories > right click on Command Prompt > Run As.

It would be great if I could just go to Start > Run and type in

"sudo" delete c:\Documents and Settings\All Users\Desktop\AVG.lnk
 
I believe there's a runas.exe that goes along with the Run As right-click menu option, but you'd still have to run cmd in order to delete the file as I don't think there's a separate delete/del command; it's built into cmd.
 
runas /user:ComputerName\AdministratorAccountName "del 'c:\Documents and Settings\All Users\Desktop\AVG.lnk'"
or
runas /user:ComputerName\AdministratorAccountName "del ""c:\Documents and Settings\All Users\Desktop\AVG.lnk"""
 
Last edited:
Back
Top