Martin Wiethan

Results 86 comments of Martin Wiethan

I'm fairly sure that the default startup type set by Microsoft for the w32time service is "manual" and not "automatic" Afik the time synchronization works via scheduled tasks per default....

I think the following command will likely fix your problem. ```powershell w32tm.exe /config /manualpeerlist:”0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org,0x8″ /syncfromflags:manual /updateCopied ``` This command explicitly tells the time service to use the public,...

As this issue doesn't seem to be caused by winutil and I don't think that many users need or want to configure the high precision time (and if they do,...

Hi @ejouellette, Could you please run the following commands and post the output WARNING: This will reset any modifications you might have done to the Power Profiles. ``` PowerCFG -RestoreDefaultSchemes...

> @Marterich Quoting from my issue > > > `.github/workflows/compile.yaml` is causing that `main `branch on fork is at least 1 commit ahead of main branch of this repository when...

Is this actually a feature that users want/need? I myself don't really see the benefit of having a desktop icon when both described functions can simply be opened by right...

Please retry with the latest release and reopen the issue if the problem still exists /close

This is as simple as changing the following options inside the themes.json file for the different winutil color schemes. ProgressBarForegroundColor, ProgressBarBackgroundColor, ProgressBarTextColor Everyone is welcome to suggest new colors for...

There have been some UI modifications since this issue was opened and the colors have been modified /close