MCPcopy
hub / github.com/hardentools/hardentools / cmdRestore

Function cmdRestore

gui.go:417–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415}
416
417func cmdRestore() {
418 cmdHardenRestore(false)
419
420 Info.Println("Done! Restored settings to their original state.\nFor all changes to take effect please restart Windows.")
421 os.Exit(0)
422}
423
424// hardenAll starts harden procedure.
425func hardenAll() {

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

cmdHardenRestoreFunction · 0.85

Tested by

no test coverage detected