jenya 0 Report post 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 Share this post Link to post Share on other sites
Andrew_Green 0 Report post 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..... Share this post Link to post Share on other sites
gpcarreon (MVP) 0 Report post 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> Share this post Link to post Share on other sites
Laser_iCE 0 Report post 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? Share this post Link to post Share on other sites