Wu10Man
Wu10Man copied to clipboard
Please add Command-line interface (Especially for portable version)
Hello and thank you for such a great app.
- you know the store and xbox app need Windows Update service for downloading app updates and games. so i wanna create a script for toggle enable/disable WU service and then add it somewhere (like Desktop right-click context menu) for quick access to it.
- Also sometimes i need the TrustedInstaller service for some tweaking. when its off, tools like Nsudo and Advancedrun cant run anything as TrustedInstaller. so it would be great if add a Command-line option to toggle it too in Desktop right-click context menu.
- when we enable WU, it sometimes automatically creates a scheduled task so we should check "BETA -Scheduled Task" tab every time enable WU. its too annoying. so if we have a Command-line interface, we can disable this scheduled task every time we toggle WU on/off. However i can create a batch script for 2. & 3. myself, but i found Wu10man do something strange for disabling WU service because i noticed its info under Services.msc changed to <Failed to Read Description. Error Code: 2 > . also noticed that when i disable WU with Services.msc, sometimes it automatically re-enables. so createing a script for toggle it with normal metods (like reg add "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /v "Start" /t reg_dword /d 4 /f ) cant disable it permanently. it would be graet if you add a command-line for toggle WU service. also if you let me know what WU10man does when disabling the WU service, i might be able to create a batch script for it as well. (im not a dev so cant understant your C# source) anyway thanks for your work and sry for my bad eng