How to add margins to Visio 2013

How to add margins to Visio 2013 First click on the design ribbon and then second click on the little arrow next to Page Setup. Now under the default tab “Printer Setup” click on the Setup button.  Now change the margins to your specifications and click the OK button. As you can see it’s pretty […]

Change your network type in Windows using PowerShell

Change Network location using powershell in Windows

Change Network location using powershell in Windows How to Change Network location using powershell in Windows 8/8.1 and Windows Server 2012 and Windows Server 2012 R2. First open Powershell as Administrator then run: Get-NetConnectionProfile  Then run: Set-NetConnectionProfile -InterfaceIndex 15 -NetworkCategory Private The InterfaceIndex is selecting the specific network adapter and the available options for the –NetworkCategory parameter […]

Set Domain controller to use external NTP time source

Setup your PDC to sync with an external time server Many things can cause inconsistencies with the computer time clocks that are on a server or systems motherboard.Here’s an easy way to Set Domain controller to use external NTP time source Before fixing this issue with the method described in this article you should first check […]