mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-12 16:13:51 -05:00
Compare commits
8 Commits
24.06.29
...
0da09c04c0
Author | SHA1 | Date | |
---|---|---|---|
0da09c04c0 | |||
8ab2cb9859 | |||
6b4c9302f4 | |||
19ed50b449 | |||
767697b517 | |||
ebb98d7de6 | |||
6dc2bf9cb9 | |||
c8a448d465 |
@ -13,9 +13,14 @@
|
|||||||
```
|
```
|
||||||
Get-Service -Name "XboxGipSvc" | Set-Service -StartupType Automatic
|
Get-Service -Name "XboxGipSvc" | Set-Service -StartupType Automatic
|
||||||
```
|
```
|
||||||
|
- Windows Insider Builds not installing: Telemetry needs to be enabled
|
||||||
|
```
|
||||||
|
Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" -Name "AllowTelemetry" -Type DWord -Value 0
|
||||||
|
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection" -Name "AllowTelemetry" -Type DWord -Value 0
|
||||||
|
```
|
||||||
- Winget requires interaction on first run: Manually type 'y' and 'enter' into the PowerShell console to continue
|
- Winget requires interaction on first run: Manually type 'y' and 'enter' into the PowerShell console to continue
|
||||||
- (Windows 11) Quick Settings no longer works: Launch the Script and click 'Enable Action Center'
|
- (Windows 11) Quick Settings no longer works: Launch the Script and click 'Enable Action Center'
|
||||||
|
- Explorer no longer launches: Go to Control Panel, File Explorer Options, Change the 'Open File Explorer to' option to 'This PC'.
|
||||||
- Script doesn't run/PowerShell crashes:
|
- Script doesn't run/PowerShell crashes:
|
||||||
1. Press Windows Key+X and select 'PowerShell (Admin)' (Windows 10) or 'Windows Terminal (Admin)' (Windows 11)
|
1. Press Windows Key+X and select 'PowerShell (Admin)' (Windows 10) or 'Windows Terminal (Admin)' (Windows 11)
|
||||||
2. Run:
|
2. Run:
|
||||||
|
15
README.md
15
README.md
@ -24,13 +24,18 @@ Winutil must be run in Admin mode because it performs system-wide tweaks. To ach
|
|||||||
|
|
||||||
#### Simple way
|
#### Simple way
|
||||||
|
|
||||||
```ps1
|
|
||||||
irm "https://christitus.com/win" | iex
|
|
||||||
```
|
```
|
||||||
Courtesy of the issue: [#144](/../../issues/144)
|
irm https://christitus.com/win | iex
|
||||||
|
```
|
||||||
|
Courtesy of the issue raised at: [#144](/../../issues/144)
|
||||||
|
|
||||||
If this site is not reachable from your country, please try running it directly from GitHub.
|
or by executing:
|
||||||
```ps1
|
```
|
||||||
|
iwr -useb https://christitus.com/win | iex
|
||||||
|
```
|
||||||
|
|
||||||
|
if for some reason this site is not reachable from your country please try running it directly from github.
|
||||||
|
```
|
||||||
irm "https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1" | iex
|
irm "https://github.com/ChrisTitusTech/winutil/releases/latest/download/winutil.ps1" | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -2886,7 +2886,7 @@
|
|||||||
"description":"FormatFactory is an ad-supported freeware multimedia converter that can convert video, audio, and picture files. It is also capable of ripping DVDs and CDs to other file formats, as well as creating .iso images. It can also join multiple video files together into one.",
|
"description":"FormatFactory is an ad-supported freeware multimedia converter that can convert video, audio, and picture files. It is also capable of ripping DVDs and CDs to other file formats, as well as creating .iso images. It can also join multiple video files together into one.",
|
||||||
"link": "http://www.pcfreetime.com/formatfactory/",
|
"link": "http://www.pcfreetime.com/formatfactory/",
|
||||||
"winget": "na"
|
"winget": "na"
|
||||||
},
|
},
|
||||||
"dropox": {
|
"dropox": {
|
||||||
"category": "Utilities",
|
"category": "Utilities",
|
||||||
"choco": "na",
|
"choco": "na",
|
||||||
@ -2894,13 +2894,5 @@
|
|||||||
"description":"The Dropbox desktop app! Save hard drive space, share and edit files and send for signature – all without the distraction of countless browser tabs.",
|
"description":"The Dropbox desktop app! Save hard drive space, share and edit files and send for signature – all without the distraction of countless browser tabs.",
|
||||||
"link": "https://www.dropbox.com/en_GB/desktop",
|
"link": "https://www.dropbox.com/en_GB/desktop",
|
||||||
"winget": "Dropbox.Dropbox"
|
"winget": "Dropbox.Dropbox"
|
||||||
},
|
|
||||||
"OFGB": {
|
|
||||||
"category": "Utilities",
|
|
||||||
"choco": "ofgb",
|
|
||||||
"content": "OFGB (Oh Frick Go Back)",
|
|
||||||
"description":"GUI Tool To Removes Ads From Various Places Around Windows 11",
|
|
||||||
"link": "https://github.com/xM4ddy/OFGB",
|
|
||||||
"winget": "xM4ddy.OFGB"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
512
winutil.ps1
512
winutil.ps1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user