- Disable Context Menu (New-Create Shortcut)
- Posted by Aaron Cadstillo on November 2nd, 2005
How can I disable the Create Shortcut under 'New' in the context menu?
--
Aaron Cadstillo
- Posted by Wesley Vogel on November 2nd, 2005
Delete the Data value here...
HKEY_CLASSES_ROOT\.lnk\ShellNew
Name: Command
Type: REG_SZ
Data: rundll32.exe appwiz.cpl,NewLinkHere %1
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:FBA61130-FA4B-4DB6-A8E9-FCBBB2F9654C@microsoft.com,
Aaron Cadstillo <AaronCadstillo@discussions.microsoft.com> hunted and
pecked:
> How can I disable the Create Shortcut under 'New' in the context menu?
> --
> Aaron Cadstillo
- Posted by Cadstillo on November 3rd, 2005
Thanks!! I will give it a try.
--
Cadstillo
"Wesley Vogel" wrote:
> Delete the Data value here...
> HKEY_CLASSES_ROOT\.lnk\ShellNew
> Name: Command
> Type: REG_SZ
> Data: rundll32.exe appwiz.cpl,NewLinkHere %1
>
> --
> Hope this helps. Let us know.
>
> Wes
> MS-MVP Windows Shell/User
>
> In news:FBA61130-FA4B-4DB6-A8E9-FCBBB2F9654C@microsoft.com,
> Aaron Cadstillo <AaronCadstillo@discussions.microsoft.com> hunted and
> pecked:
> > How can I disable the Create Shortcut under 'New' in the context menu?
> > --
> > Aaron Cadstillo
>
>
- Posted by Cadstillo on November 3rd, 2005
It worked, thanks a million.
- Posted by Wesley Vogel on November 3rd, 2005
Keep having fun. :-)
--
Hope this helps. Let us know.
Wes
MS-MVP Windows Shell/User
In news:1F2D252E-D031-4507-A0FE-2A1048451F5A@microsoft.com,
Cadstillo <Cadstillo@discussions.microsoft.com> hunted and pecked:
> It worked, thanks a million.