Skip to content

Commit 087967e

Browse files
committed
verbose status
1 parent ddd6c37 commit 087967e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Initialize-Machine.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,10 @@ Begin
645645
$0 = 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem'
646646
Set-ItemProperty $0 -Name 'LongPathsEnabled' -Type DWord -Value 1
647647

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+
648652
if (!(IsWindows11))
649653
{
650654
# set Details tab as default in Task Manager, Windows 10 only :-(

0 commit comments

Comments
 (0)