Double Clicking Menu Item oepns Browse List/Folder - can I make it stop?

  • Thread starter Thread starter Patrick McGInley
  • Start date Start date
P

Patrick McGInley

Hello - We are producing a public image using XP Pro - the problem is that
by double clicking on any Start Menu Program Group produces a folder that
allows users to browse the machine.

How can we stop this, preferably with GPO's or Registry Hacks? Just want
users to be able to navigate to programs, not browse through anything.
Thanks for any and all help!
 
Disable access to the drives, for starters, run the edit on line 318
http://www.kellys-korner-xp.com/xp_tweaks.htm

To modify the edit for other drives:
A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K:
1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S:
262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y:
16777216, Z: 33554432, ALL: 67108863

For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which
means the value should be set to "9". To disable all the drives set the
value to "67108863".
 
Thanks! That is really handy - now if I could do it without the error
message I would be in heaven, but I'll take what I can get. Thanks again ;)

Patrick
 
Back
Top