Guest jenya Posted January 31, 2008 Report Posted January 31, 2008 Hi, I was curious if anyone has ever tried removing icons from Start>Settings. I want to be able to hide some of the icons from my end users. Thanks, Jenya
Guest Andrew_Green Posted March 10, 2008 Report Posted March 10, 2008 Hi, I was curious if anyone has ever tried removing icons from Start>Settings. I want to be able to hide some of the icons from my end users. Thanks, Jenya Should be a case of removing the relevant reg entry.....
Guest gpcarreon (MVP) Posted March 12, 2008 Report Posted March 12, 2008 By 'icons' you are referring to LNKs (Start Menu shortcut) ? You can do it via XML setup file. Below code will delete 'Pocket MSN.lnk': <wap-provisioningdoc> <characteristic type="FileOperation"> <characteristic type="%CE2%\Start Menu\Programs\Pocket MSN.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc>
Guest Laser_iCE Posted April 5, 2008 Report Posted April 5, 2008 By 'icons' you are referring to LNKs (Start Menu shortcut) ? You can do it via XML setup file. Below code will delete 'Pocket MSN.lnk': <wap-provisioningdoc> <characteristic type="FileOperation"> <characteristic type="%CE2%\Start Menu\Programs\Pocket MSN.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete"/> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc> I think OP was talking about removing the icons from the Settings menu, and I just had a look in the Settings folder in Windows\Start Menu\ and it's empty. Going by the way it uses tabs, would it be an application?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now