REMOVE Server Manager and Shutdown event tracker

cifer

New Member
Messages
16
Reaction score
0
Hi , im trynna make a custom windows server 2022 , someone know if i can remove "server manager" and shutdown event tracker from the iso ? thx
 
Can you try if this gets rid of Shutdown Event Tracker?

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability]
"ShutdownIgnorePredefinedReasons"=dword:1
"ShutdownReasonUI"=dword:0
"TimeStampInterval"=dword:0
 
Can you try if this gets rid of Shutdown Event Tracker?

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability]
"ShutdownIgnorePredefinedReasons"=dword:1
"ShutdownReasonUI"=dword:0
"TimeStampInterval"=dword:0
yes i found that aswell , find another way using openshell menu . but my main problem is to remove server manager , or at least something where isnt showing up the first time installing the windows , because i know i can disable launch at start option but i want fix it from the start of the windows , from the first install.
 
Back
Top