Jump to content

Vista Shortcut Problem Autoit Script


pcjames

Recommended Posts

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.lnk

Disk Defragmenter.lnk

Windows Easy Transfer.lnk

Windows Meeting Space.lnk

Windows Media Center.lnk

FileMove(@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!

Link to comment
Share on other sites


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.lnk

Disk Defragmenter = dfrgui.lnk

Windows Easy Transfer = migwiz.lnk

Windows Meeting Space = Windows Collaboration.lnk

Windows Media Center = Media Center.lnk

Windows Sidebar = Sidebar.lnk

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...