June 18, 200917 yr 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!
June 19, 200917 yr Author 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
June 19, 200917 yr This also works with vb script:http://www.activexperts.com/activmonitor/w...s/#MoveFile.htm
June 24, 200917 yr Author 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
June 24, 200917 yr Author @ cluberti it's working now!Should of gave it a few mins... Thanks for the info!
Create an account or sign in to comment