winutil icon indicating copy to clipboard operation
winutil copied to clipboard

add verbose logon

Open padsalatushal opened this issue 2 years ago • 7 comments

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.

padsalatushal avatar May 19 '23 04:05 padsalatushal

Source : https://learn.microsoft.com/en-us/troubleshoot/windows-server/performance/enable-verbose-startup-shutdown-logon-logoff-status-messages

padsalatushal avatar May 19 '23 04:05 padsalatushal

@padsalatushal We can compress this into one checkbox, especially if it's that one registry value. With the undo function users would be able to enable and disable this without the need of 2 checkboxes

DeveloperDurp avatar May 19 '23 11:05 DeveloperDurp

@DeveloperDurp thanks for the suggestion. I will make changes.

padsalatushal avatar May 19 '23 11:05 padsalatushal

can we do same with disable power throttling and disable mouse acceleration feature.?

padsalatushal avatar May 19 '23 11:05 padsalatushal

Yes, those can be converted to a single checkbox as well

DeveloperDurp avatar May 19 '23 12:05 DeveloperDurp

@ChrisTitusTech @DeveloperDurp one more question :
is it a good idea to turn the checkbox button to a toggle button like for feature that have enable / disable
image

padsalatushal avatar May 19 '23 12:05 padsalatushal

We could, however dark mode is a little special. It has logic that when it's "checked" or "unchecked" it will execute a function. There is also a function to get the state when winutil starts. I have ideas about handling this but because that is also a checkbox you can't make a blanket function like I do for every button, otherwise every checkbox would start executing code every time you check or uncheck a box.

DeveloperDurp avatar May 19 '23 12:05 DeveloperDurp