<

Windows 2019:- Disable Server Manager from starting with Windows with PowerShell

Posted on
6,042 Points
42 Views
Last Modified:
Published
Experience Level: Beginner
2:29
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video, we show you how to disable Server Manager from starting up when you log in to windows. This can be done using PowerShell (the method used) or the conventional way where you launch Server Manager and click the manage menu to select the checkbox to disable it.

Video Steps

1. Righ click Start

Right click on the start button and select "PowerShell as Admin" (launch PowerShell Elevated)

2. Run command

Run the following command: (Invoke-Command -ComputerName EX2019A -ScriptBlock { New-ItemProperty -Path HKCU:\Software\Microsoft\ServerManager -Name DoNotOpenServerManagerAtLogon -PropertyType DWORD -Value "0x1" –Force}
0
1 Comment

Comment

by:tony brown
love it
0
Completing a CSR from Exchange Management Shell.
A long time ago, Experts-Exchange asked me to write a little article about some Exchange interesting Powershell commands. But I was never able to finish it properly. Here is the result of this work. Exchange has been the first Microsoft product …

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month