()
| 50 | } |
| 51 | |
| 52 | func cmdRestore() { |
| 53 | cmdHardenRestore(false) |
| 54 | |
| 55 | Info.Println("Done! Restored settings to their original state.\nFor all changes to take effect please restart Windows.") |
| 56 | os.Exit(0) |
| 57 | } |
nothing calls this directly
no test coverage detected