mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-04 20:23:52 -05:00
add verbose logon (#773)
* add verbose logon Enable or disable verbose sign in status messages. Verbose status messages may be helpful when you are troubleshooting slow startup, shutdown, logon, or logoff behavior. * compress-into-one-checkbox * compile winutil.ps1
This commit is contained in:
@ -2238,6 +2238,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"WPFMiscTweaksEnableVerboselogon": {
|
||||
"registry": [
|
||||
{
|
||||
"path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\policies\\system",
|
||||
"OriginalValue": "0",
|
||||
"name": "VerboseStatus",
|
||||
"value": "1",
|
||||
"type": "DWord"
|
||||
}
|
||||
]
|
||||
},
|
||||
"WPFEssTweaksDeleteTempFiles": {
|
||||
"InvokeScript": [
|
||||
"Get-ChildItem -Path \"C:\\Windows\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse
|
||||
|
Reference in New Issue
Block a user