pcjames Posted June 18, 2009 Posted June 18, 2009 I'm trying to make a autoit script to cleanup shortcuts on the start menu, I have no problems with most shortcuts but there are some I can't get to move. I have UAC turned off and have checked this on 9 vista machines and get the same results on all of them. Here's my list of shortcuts I can not get to move:Connect to a Network Projector.lnkDisk Defragmenter.lnkWindows Easy Transfer.lnkWindows Meeting Space.lnkWindows Media Center.lnkFileMove(@ProgramsDir & "\Windows Media Center.lnk", @ProgramsDir & "\Audio-Data-Video\Media Players\Windows Media Center\", 9)FileMove(@ProgramsCommonDir & "\Windows Media Center.lnk", @ProgramsCommonDir & "\Audio-Data-Video\Media Players\Windows Media Center\", 9)Thanks in advance for any help!
pcjames Posted June 19, 2009 Author Posted June 19, 2009 Well I've got these figured out, Thanks to Authenticity over at the Autoit forums. I can use my script from the 1st post but there's a problem for example dfrgui.lnk will show the link as dfrgui.lnk, just haven't had time yet to figure out how to change the name. Here's the list of shortcuts that I found so far - will update if I find anymore like this.Connect to a Network Projector = NetworkProjection.lnkDisk Defragmenter = dfrgui.lnkWindows Easy Transfer = migwiz.lnkWindows Meeting Space = Windows Collaboration.lnkWindows Media Center = Media Center.lnkWindows Sidebar = Sidebar.lnk
cluberti Posted June 19, 2009 Posted June 19, 2009 This also works with vb script:http://www.activexperts.com/activmonitor/w...s/#MoveFile.htm
pcjames Posted June 24, 2009 Author Posted June 24, 2009 This also works with vb script:http://www.activexperts.com/activmonitor/w...s/#MoveFile.htmI got this message when I tried that link:Microsoft VBScript runtime error '800a0046'Permission denied/inc/_header.asp, line 22
pcjames Posted June 24, 2009 Author Posted June 24, 2009 @ cluberti it's working now!Should of gave it a few mins... Thanks for the info!
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