Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Aug 5, 2020
1 parent 5549930 commit 6321515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,11 @@ The script we will be using must be launched from the directory containing all t

```
######SCRIPT FOR FULL INSTALL AND CONFIGURE ON STANDALONE MACHINE#####
######SCRIPT FOR FULL INSTALL AND CONFIGURE ON STANDALONE MACHINE#####
$ErrorActionPreference= 'silentlycontinue'
Write-Output "Elevating priviledges for this process"
do {} until (Elevate-Privileges SeTakeOwnershipPrivilege)
#Unblock all files required for script
start-job -ScriptBlock {ls *.ps*1 -recurse | Unblock-File}
Expand Down Expand Up @@ -155,6 +157,7 @@ start-script -ScriptBlock {Install-WindowsUpdate -MicrosoftUpdate -AcceptAll; Ge
.\Files\Scripts\"Debloating, Optimization, and Privacy"\startupcleantelem.ps1
.\Files\Scripts\"Debloating, Optimization, and Privacy"\sharpapp\sharpappscripts.ps1
.\Files\Scripts\"Debloating, Optimization, and Privacy"\debotnet\debotnetscripts.ps1
.\Files\Scripts\"Debloating, Optimization, and Privacy"\W4H4Wk\sosw4h4wk.ps1
#GPO Configurations
#Microsoft Security Baselines
Expand Down
1 change: 0 additions & 1 deletion installallstandalone.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $ErrorActionPreference= 'silentlycontinue'
Write-Output "Elevating priviledges for this process"
do {} until (Elevate-Privileges SeTakeOwnershipPrivilege)


#Unblock all files required for script
start-job -ScriptBlock {ls *.ps*1 -recurse | Unblock-File}

Expand Down

0 comments on commit 6321515

Please sign in to comment.