winutil
winutil copied to clipboard
Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Just a thought related...
**Describe the bug** Windows 10 Search is not working. Not able to type in **To Reproduce** Creating an ISO without appx packages with microwin **Expected behavior** The search bar should...
 brave icon black on taskbar
Reopen Pull Request for #1991 Because I accidently delete the Branch on my Repo Thanks for the @Marterich for the fixes of Powershell Core install Using one button able to...
Fix return code handling : - If you had an application installed and clicked install/update again, winget would exit with return code "-1978335189" No applicable update found, which is !=...
This is what I get when I run the script: PS C:\WINDOWS\system32> iwr -useb https://christitus.com/win | iex iex : At line:12832 char:5 + class WingetFailedInstall : Exception { + ~~~~~...
…file converter choco variable fixed Added Files, ditto, spotube and sagethumbs. Fixed File Converted by Adrien Allard with proper Choco variable. "files">"file-conveter" ```json "WPFInstallfileconverter": { "category": "Utilities", "choco": "file-converter", "content":...
Can you make a ISO with two or more versions of Windows? Like for example a ISO with professional and home or professional and education or the three in one.
This is the same publisher as the Everything Search already included, but has a dark theme (among numerous other improvements) Don't get intimidated by the "Alpha" software release life cycle,...
Some power plan options are hidden, but luckily they can be unhidden using this script: ```powershell Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Power' -Name 'CSEnabled' -Value 0 -Force $PowerCfg = (Get-ChildItem 'HKLM:\SYSTEM\CurrentControlSet\Control\Power\PowerSettings' -Recurse).Name -notmatch...