;Compile using http://nsis.sf.net ;Copyright 2004 Bill Talcott http://www.invisibill.net SilentInstall silent CRCCheck on name "InvisiBill's SortStart" OutFile "SortStart.exe" Icon "SortStart.ico" Section "DoIt" DeleteRegKey HKCU "Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu" DeleteRegKey HKCU "Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2" SectionEnd