Could I somehow prevent MS outlook 2003 from making a shortcut in Quick Launch at first program run?
-Some kind of reg key?
Page 1 of 1
Prevent MS Outlook 2003 from making shortcut @ firstrun QuickLaunch.
#2
Posted 16 November 2005 - 01:50 PM
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.
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.
This post has been edited by Gerrit.B: 16 November 2005 - 03:28 PM
#3
Posted 16 November 2005 - 04:41 PM
I'm sorry but that is not a good idea.
Appriciate your input though.
Appriciate your input though.
This post has been edited by BoardBabe: 16 November 2005 - 04:41 PM
#4
Posted 16 November 2005 - 05:55 PM
It seems to have something to do with this key
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
[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
#5
Posted 16 November 2005 - 06:37 PM
@benners: Excellent research! This is what i'm looking for. Hmmm. anyone know how this info can be used?
- ← Installing Applications Without Installer
- Application Installs
- Creating Desktop Icons Unattended? →
Share this topic:
Page 1 of 1



Help

Back to top








