window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-54090852-1', { 'optimize_id': 'GTM-M3QPGKQ'}); Punch B Tech: Deleting items from the Start menu

Wednesday, December 25, 2013

Deleting items from the Start menu

Deleting items from the Start menu

punchbtech


Open->Regedit->and go to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. You can set options by putting the following character strings after 01:

  • Noclose: Stops Windows from shutting down
  • Nodesktop: Deletes the Desktop icons
  • Nofind: Removes the "Search" option from the Start menu
  • Norun: Removes the "Run" option from the Start menu
  • NoSetTaskBar: Disables Taskbar settings
  • NoStartBanner: Removes the start banner ("Click here to begin") from the Taskbar
  • NoStartMenuSubFolders: Deactivates the Start menu's subfolders
  • NosaveSettings: Stops settings from being saved when Windows is shut down

No comments: