Enable RDP connection on VPN client

  1. In Control Panel, double-click Network Connections, and then double-click the name of the VPN connection.
  2. In the Connect dialog box, click Properties.
  3. In the properties dialog box for the VPN connection, click the Networking tab.
  4. SelectInternet Protocol (TCP/IP), and then click Properties.
  5. On the General tab, click Advanced to display the Advanced TCP/IP Settings dialog box.
  6. To prevent a default route from being created during a VPN connection, on the General tab, clear the Use default gateway on remote network check box.

How find out which domain controller is computer connected

echo %LOGONSERVER%

Synchronize time with external NTP

  1. Locate your PDC Server.
  2. net stop w32time
  3. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”
  4. w32tm /config /reliable:yes
  5. net start w32time
  6. Check the external NTP servers in the time configuration w32tm /query /configuration

Windows 2008: Hibernation

powercfg.exe /hibernate off

Command uninstall or remove Internet Explorer 8

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-8*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart”

Follow

Get every new post delivered to your Inbox.