- Login into the Box.
- Click on Server Manager.
- In server manager left hand side you will see file and storage services.
- Click on it.
- In that click on shares.
- There you will find Print$ in Windows Server 2012 Server.
Showing posts with label Windows Server 2012. Show all posts
Showing posts with label Windows Server 2012. Show all posts
Wednesday, March 02, 2016
How to go to Print$ in Windows Server 2012 R2
Thursday, October 01, 2015
PowerShell for Error: The trust relationship between this workstation and the primary domain failed in Windows Server 2012
I got this in one of my Hyper-V VM's. I logged in with my computer name\Administrator into the server and the below script had fixed the issue.
Reset-ComputerMachinePassword -Server Domain Controller with FQDN Name -Credential DomainName\ADMINISTRATOR
Thursday, July 30, 2015
How to make all programs run as Admin by default in Windows8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2
Run PowerShell as Administrator and paste the following to
disable UAC:
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
shutdown -r -t 0
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"
shutdown -r -t 0
The above commands will give you a full control on windows8/8.1/win 2012/win2012 R2 computer.
Monday, March 11, 2013
How to Log Off Windows Server 2012
Keep the Mouse Pointer Next to System Date.
Now you will see Search, Start Menu & Settings as shown
in the following figure.
Now Click on Start Menu.
Now click on Icon Next to
Administrator in the Above Figure.
Now you will get the below
screen when clicked on the icon.
Now click sign out. You
server will get log off.
Subscribe to:
Comments (Atom)


