Windows  
The Windows Page

All the tricks I know because it Windoze

Windoze
  Windows  
Problems ??

ctrl-alt-del

Start Here

// Windows Side by Side on Desktop not working
  * Go to Task Manager and Stop *
   Windows Shell Experience Host
                  
// Remove or Add Quick Access in Navigation Pane of File Explorer
  * To Remove use in .reg file or RegEdit *
   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
   "HubMode"=dword:00000001
  * To Add use in .reg file or RegEdit *
   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
   "HubMode"=-
                  
// Remove or Restore Shortcut Text
  * To Remove use in .reg file or RegEdit *
   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
   "link"=hex:00,00,00,00
  * To Restore use in .reg file or RegEdit *
   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
   "link"=-
                  
  Windows