How to enter changes to the code to delete the old shortcuts from the Start menu? p.s When I put the reg/cmd file in the folder HFSVCPACK changes will be implemented for all users? Based on http://support.microsoft.com/kb/328326 1.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMConfigurePrograms"=dword:00000001 HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer"," NoSMConfigurePrograms",0x00010001,1 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_ShowSetProgramAccessAndDefaults"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoWindowsUpdate"=dword:00000001 or 2.cmd DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL "%allusersprofile%\Start Menu\Windows Catalog.lnk" DEL "%allusersprofile%\Start Menu\Określ dostęp do programów i ich ustawienia domyślne.lnk"