Jump to content

Prevent MS Outlook 2003 from making shortcut @ firstrun


Recommended Posts


Posted (edited)

create file clean.cmd on uaxp cd in "$OEM$\$Docs\All Users\Start Menu\Programs\Startup"

file must contain:

del "%systemdrive%\Documents and Settings\username\Application Data\Microsoft\Internet Explorer\Quick Launch\*.lnk"

del "%systemdrive%\Documents and Settings\All Users\Desktop\*.lnk"

del "%systemdrive%\Documents and Settings\username\Desktop\*.lnk"

del "%systemdrive%\Documents and Settings\Administrator\Desktop\*.lnk"

del "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\*.lnk"

del "%systemdrive%\Documents and Settings\All Users\Start Menu\*.lnk"

del "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\*.lnk"

and all others to be deleted, so all shortcuts on desktop are deleted everytime you start your PC, i never had a cleaner desktop.

Edited by Gerrit.B
Posted

It seems to have something to do with this key

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Setup]
"First-Run"=hex:34,1b,87,8b,a8,68,02,47,ac,d1,be,08,72,c8,60,ef

If you delete the key it recreates the link on program startup, trouble is the key seems to change with every install, I have uninstalled it 3 times and each time imported the previous values but a shortcut has still been created and the hex value has changed, could be related to time of install

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