There was an error while loading. Please reload this page.
1 parent ddd6c37 commit 087967eCopy full SHA for 087967e
Initialize-Machine.ps1
@@ -645,6 +645,10 @@ Begin
645
$0 = 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem'
646
Set-ItemProperty $0 -Name 'LongPathsEnabled' -Type DWord -Value 1
647
648
+# enable verbose status on Startup/Shutdown screens
649
+$0 = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System'
650
+Set-ItemProperty $0 -Name 'VerboseStatus' -Type DWord -Value 1
651
+
652
if (!(IsWindows11))
653
{
654
# set Details tab as default in Task Manager, Windows 10 only :-(
0 commit comments