45 private links
Fair enough. You can do what I did to disable the task (it may be a different UpdateOrchestrator task - I just didn't want my laptop rebooting when it felt like it so I disabled the Reboot task), then:
Open an elevated Command Prompt
Run SCHTASKS /Change /TN "Microsoft\Windows\UpdateOrchestrator\Reboot" /DISABLE to disable the Reboot task (assuming it's the Reboot task you want to disable)
Grab NSudo (I won't link to the site I got that from because of this sub's rules, but its source is here: github.com/MouriNaruto/NSudo)
Run NSudo - set it to open cmd and have it use the TrustedInstaller user.
Run icacls "%WINDIR%\System32\Tasks\Microsoft\Windows\UpdateOrchestrator\Reboot" /inheritance:r /deny "Everyone:F" /deny "SYSTEM:F" /deny "Local Service:F" /deny "Administrators:F" inside the new CMD window. This will prevent the task from being enabled again. This assumes you're running an English version of Windows - translate the user names as necessary or find the SIDs, if required.
I've had two cumulative updates now and the task remains disabled.
Plus je passe de temps sur Windows et Microsoft en tant que sysadmin plus j'ai l'impression que je perd mon temps :
Les logiciels Microsoft évoluent en permanence. Les versions serveurs ne sont pas stables sur un ou deux ans. Powershell est tellement peu flexible, pauvre et lent. Windows est toujours plus gourmand en RAM.
De plus, nous étions revendeur Microsoft, maintenant Microsoft vend en direct moins cher que nous. On se retrouve à avoir des bâtons dans les roues en permanence de la part de l'éditeur. Bref. Je perd de plus en plus confiance.
Ha oui, c'est simple... Comment un utilisateur lambda peut arriver à trouver ça...
name:~"(2)"
Coudifié.
Encore du boulot après shellshock...
put*** génial :
(remarque : vous pouvez copier/coller les commandes)
- Cliquez sur Démarrer, tapez cmd sur la barre de recherche, faites un clique droit sur cmd.exe
- Choisissez exécutez en tant qu'administrateur.
- Tapez net stop wuauserv et validez par la touche Entrée, cette commande permet d'arrêter le service Windows Update.
- Tapez ren %windir%\SoftwareDistribution SoftwareDistribution.Old et validez par la touche Entrée, cette commande permet de renommer le ficher « softwaredistribution ».
- Tapez net Start wuauserv et validez par la touche Entrée, cette commande permet de démarrer le service Windows Update
- Après cette manipulation vous pouvez relancer la recherche des mises à jour et l'installation.
De côté.
After reinstalling Git and TortoiseGit several times, trying different repositories and looking for ideas on other bug reports, I managed to fix this by editing the shell icon overlay identifiers on the Windows registry.
What I did to fix it was:
1 - Open regedit;
2 - Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers;
3 - Rename all entries that start with "Tortoise" so they start with "01_Tortoise";
4 - Kill explorer.exe/tgitcache, restart explorer.
Pratique, je ne connaissais pas.