July 7, 200620 yr Is there any way at all that I am able to either pin items to the start menu or place them in a custom quick launch bar.What I want to do is install windows with a UA cd.install apps using wpi.run script/command/registry tweak that will put relavant shortcuts into pinned start menu or custom quick launch, but must apply to all users.Has anyone managed to do this?I have been reading for hours and still aint no further forward, am nearly at the point where i am thinking that this can't be done. (and that aint normally m guys)
July 7, 200620 yr This is a script to pin something to the start menuDim Act, objPin, PinItem, Shell, SysRoot Set Shell = CreateObject("Shell.Application") Set Act = CreateObject("Wscript.Shell") SysRoot = Act.ExpandEnvironmentStrings("%SystemRoot%\System32\") Set PinItem = Shell.Namespace(SysRoot) Set objPin = PinItem.ParseName("calc.exe") objPin.InvokeVerb("P&in to Start Menu")
July 7, 200620 yr Author Thanks GSH. It was really starting to bug me.One question though. Will that apply to all users or just the logged on user.If it only applies to the logged on user, is there a way to get it to apply to the default user?
July 7, 200620 yr Author U got my hopes up then GSH, cheers anyway. Will update th thread if I find a way to make this change for default user
July 7, 200620 yr The pinned Start menu items seem to be recorded here under Favorites in particular:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPageSo it might be possible to apply this to all users. I haven't tried it because that's not what I want to do myself.
July 7, 200620 yr Setup the Quick Launch on your current system, then copy C:\Documents and Settings\%username%\Application Data\Microsoft\Internet Explorer\Quick Launch to %OEM%\$Docs\All Users\Application Data\Microsoft\Internet Explorer\Quick Launch
July 7, 200620 yr Author That was an alternative to pinning the items to the start menu, but how can I enable the quick launch toolbar on all users or default user?
July 8, 200620 yr I don't remember where I got this addon or I would give credit. It will enable quick launch during setup for all users.Addon_QLDEF_dgelwin.cab Edited December 28, 200619 yr by skippyretard
Create an account or sign in to comment