mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 14:18:31 +00:00
formatting fixes
This commit is contained in:
@@ -10,7 +10,7 @@ function Invoke-WPFFixesNTPPool {
|
|||||||
Configures Windows to use pool.ntp.org for NTP synchronization
|
Configures Windows to use pool.ntp.org for NTP synchronization
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Replaces the default Windows NTP server (time.windows.com) with
|
Replaces the default Windows NTP server (time.windows.com) with
|
||||||
pool.ntp.org for improved time synchronization accuracy and reliability.
|
pool.ntp.org for improved time synchronization accuracy and reliability.
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ function Invoke-WPFFixesNTPPool {
|
|||||||
Configures Windows to use pool.ntp.org for NTP synchronization
|
Configures Windows to use pool.ntp.org for NTP synchronization
|
||||||
|
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
Replaces the default Windows NTP server (time.windows.com) with
|
Replaces the default Windows NTP server (time.windows.com) with
|
||||||
pool.ntp.org for improved time synchronization accuracy and reliability.
|
pool.ntp.org for improved time synchronization accuracy and reliability.
|
||||||
#>
|
#>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
function Invoke-WinUtilRemoveEdge {
|
function Invoke-WinUtilRemoveEdge {
|
||||||
$Path = Get-ChildItem -Path "$Env:ProgramFiles (x86)\Microsoft\Edge\Application\*\Installer\setup.exe" | Select-Object -First 1
|
$Path = Get-ChildItem -Path "$Env:ProgramFiles (x86)\Microsoft\Edge\Application\*\Installer\setup.exe" | Select-Object -First 1
|
||||||
|
|
||||||
New-Item -Path "$Env:SystemRoot\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -Force
|
New-Item -Path "$Env:SystemRoot\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" -Force
|
||||||
Start-Process -FilePath $Path -ArgumentList '--uninstall --system-level --force-uninstall --delete-profile' -Wait
|
Start-Process -FilePath $Path -ArgumentList '--uninstall --system-level --force-uninstall --delete-profile' -Wait
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user