Jump to content

Recommended Posts

Posted

when you want to permanently sort windows start menu, do you give system / user account READ ONLY permission to menuorder registry key.?

thanks


Posted

I've heard of that solution, although I've never tested it myself.

Alternatively, you could throw the following batch script into their Startup folder which is what I do. The only downside is that they need to re-log in order for it to take effect.

@cmdow @ /HID
set KEY=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu
reg delete "%KEY%" /f
reg delete "%KEY%2" /f
exit

Posted

You could also use "Customize Start Menu" and disable the "Enable dragging and dropping" option :)

Also is handy in that they cant rearrange, delete, move, etc anything in the "all programs" menu :)

Handy if you arent in a GP environment :)

Of course, if they can get to that option, they can always enable it again but its a handy trick you may find helpful.

Regards,

N.

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