Skip to content

Commit

Permalink
Update script-core-isolation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xatanu authored Oct 9, 2023
1 parent 35ab076 commit 2c74a41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Disable Core Isolation
description: Disables Core Isolation (VBS) based on the user's options
privilege: TrustedInstaller
actions:
- !cmd:
command: 'echo ^& "%windir%\AtlasDesktop\7. Security\Core Isolation (VBS)\Current Configuration.ps1" -DisableAllVBS > script.ps1 & powershell -NoP -File script.ps1'
- !powerShell:
command: '& """$env:windir\AtlasDesktop\7. Security\Core Isolation (VBS)\Current Configuration.ps1""" -DisableAllVBS'
exeDir: true
wait: true
option: 'vbs-disable'

0 comments on commit 2c74a41

Please sign in to comment.