I hereby claim:
- I am danner26 on github.
- I am danner26 (https://keybase.io/danner26) on keybase.
- I have a public key whose fingerprint is 011C DFBF 7335 2047 824E E0A2 F459 4501 48F2 7F38
To claim this, I am signing this object:
| <# | |
| .SYNOPSIS | |
| Removes autofstx.exe from the WinRE BootExecute registry value. | |
| .DESCRIPTION | |
| This remediation script removes the "autofstx.exe" entry from the BootExecute | |
| REG_MULTI_SZ value inside the Windows Recovery Environment (WinRE) offline | |
| SYSTEM registry hive. This is a security fix to prevent autofstx.exe from | |
| executing during WinRE boot. |
| echo "HELLO" |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ###Create and deploy | |
| #Build codebase | |
| cd $DEV_BASE | |
| #overwrite the global.ts with our prod config | |
| yes | cp $DEV_BASE/src/app/global_test.ts $DEV_BASE/src/app/global.ts | |
| #run versioning script | |
| node $DEV_BASE/src/version.js |
| #!/bin/bash | |
| ###Create and deploy | |
| #Build codebase | |
| cd $DEV_BASE | |
| #overwrite the global.ts with our prod config | |
| yes | cp $DEV_BASE/src/app/global_prod.ts $DEV_BASE/src/app/global.ts | |
| #run versioning script | |
| node $DEV_BASE/src/version.js |
I hereby claim:
To claim this, I am signing this object: