Skip to content

Commit

Permalink
feat: kill explorer during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Nov 2, 2023
1 parent e3bdae4 commit 00be073
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,11 @@ Atlas is finalizing the installation by enabling and disabling Windows features.
This should take 2-15 minutes depending on your internet connection and computer speed.
Ideally don't use your computer until it's completed.
Don't use your computer until it's completed.
'@,0,'Finalizing Installation - Atlas',0+64)
}
# Kill Explorer process
taskkill.exe /f /im explorer.exe

# Disable legacy software for security reasons and them mostly being bloat
if ([System.Environment]::OSVersion.Version.Build -lt 20000) {
Expand Down

0 comments on commit 00be073

Please sign in to comment.