Skip to content

Commit 20b0902

Browse files
committed
feat: ARSO security optimization
1 parent f648580 commit 20b0902

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@{
2+
Name = 'Disable Automatic Restart Sign-On'
3+
Description = 'Stops Windows caching your credentials across a restart to auto-restore your last session behind the lock screen; you sign in manually instead'
4+
Registry = @(
5+
# https://www.stigviewer.com/stig/microsoft_windows_10/2022-04-08/finding/V-43245
6+
@{ Path = 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System'; Name = 'DisableAutomaticRestartSignOn'; Type = 'DWord'; Data = 1 }
7+
)
8+
}

playbook/Executables/AtlasModules/Scripts/Tweaks/tweaks.manifest.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
Name = 'security'
194194
Tweaks = @(
195195
'block-anonymous-enum-sam'
196+
'disable-automatic-restart-signon'
196197
'disable-remote-assistance'
197198
)
198199
}

0 commit comments

Comments
 (0)