How to change RDP Port settings. [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp\PortNumber] ------------------------------------------------------------------------------------------------- Remove ScreenSaver & Remove Background Page [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System] "NoDispBackgroundPage"=dword:00000001 "NoDispScrSavPage"=dword:00000001 ------------------------------------------------------------------------------------------------- Enable Remote Desktop [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000 ------------------------------------------------------------------------------------------------- Disable Remote Desktop [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000001 ------------------------------------------------------------------------------------------------- Fix No Tools This is a REG file ------------------------------------------------------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoFolderOptions"=dword:0000000 [HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions] "NoBrowserOptions"=dword:00000000 ------------------------------------------------------------------------------------------------- Fix no tools Policy Edit the registry to get the folder options back. Go to Start, Run then type in regedit and click Ok. Browse to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer Find the NoFolderOptions key and change the vaule to 0 assuming you have this registry key. Restart your computer. Check your computer's policy to make sure its not disabled. Click on Start, Run and type in gpedit.msc and navigate to the following location: User Configuration\Administrative Templates\Windows Components\Windows Explorer. On the right side, set Remove the Folder Options menu item from the Tools menu to Not Configured by double clicking it and setting the appropriate option. -------------------------------------------------------------------------------------------------- Fix regedit disabled Command line copy and run text. -------------------------------------------------------------------------------------------------- To Enable: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f To Disable: REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f ---------------------------------------------------------------------------------------------------