rssfed23 Posted February 26, 2006 Posted February 26, 2006 Hi all,Ive noticed that for some reason my start menu programs section has become de-alphabetilised.This has happened before and i saw somewhere an app that effictlly "resets" the start menu and then everything goes back to normal.Does any one have any ideas on how to do this???Many thanks in advance,RobTitle Edited - Please follow new posting rules from now on.--Zxian
Doc Symbiosis Posted February 27, 2006 Posted February 27, 2006 To do this automated, use a batch containing the following codestart /wait reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu" /fstart /wait reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2" /fstart /wait taskkill /im explorer.exe /Fstart explorer.exe
Zxian Posted February 27, 2006 Posted February 27, 2006 @Doc Symbiosis - I wouldn't recommend doing this... killing explorer is a bit extreme for re-sorting your start menu...
Doc Symbiosis Posted February 27, 2006 Posted February 27, 2006 (edited) O.k., I should have pointed out to use this with caution. Everyone who wants to use this should understand, what these lines mean.I run this in my unattended installation right after WPI is executed as final step and so there's no problem using this then.By the way, I searched a while ago for an automated solution for this, but didm't find another one. Edited February 27, 2006 by Doc Symbiosis
rssfed23 Posted February 27, 2006 Author Posted February 27, 2006 Thanks all - got it sorted perfectly - thanks (i feel stupid it was soo simple)
r6su Posted February 28, 2006 Posted February 28, 2006 Thanks all - got it sorted perfectly - thanks (i feel stupid it was soo simple)light the darken sky upon others dumbusers, what was your solution, how you resolve your problem.
LLXX Posted February 28, 2006 Posted February 28, 2006 Thanks all - got it sorted perfectly - thanks (i feel stupid it was soo simple)light the darken sky upon others dumbusers, what was your solution, how you resolve your problem. Rightclick, Sort By Name?
nmX.Memnoch Posted February 28, 2006 Posted February 28, 2006 I run this in my unattended installation right after WPI is executed as final step and so there's no problem using this then.Why even do it then? You've probably got a reboot somewhere after WPI which will take care of reloading exlorer.exe anyway.
Doc Symbiosis Posted February 28, 2006 Posted February 28, 2006 But depending on the software, which I install with WPI, a restart isn't necessary and so to be sure, I restart the explorer.exe.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now