MCPcopy
hub / github.com/hardentools/hardentools / cmdHarden

Function cmdHarden

gui.go:410–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

408}
409
410func cmdHarden() {
411 cmdHardenRestore(true)
412
413 Info.Println("Done! Risky features have been hardened!\nFor all changes to take effect please restart Windows.")
414 os.Exit(0)
415}
416
417func cmdRestore() {
418 cmdHardenRestore(false)

Callers 2

mainFunction · 0.70
mainFunction · 0.70

Calls 1

cmdHardenRestoreFunction · 0.85

Tested by

no test coverage detected