mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 17:14:45 -05:00
Compile Winutil
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
9a1fbd77a7
commit
ee0a2818b6
@ -1,4 +1,4 @@
|
||||
# Set Classic Right-Click Menu
|
||||
# Set Classic Right-Click Menu
|
||||
|
||||
Last Updated: 2024-08-07
|
||||
|
||||
@ -54,7 +54,7 @@ Great Windows 11 tweak to bring back good context menus when right clicking thin
|
||||
Write-Host Restarting explorer.exe ...
|
||||
$process = Get-Process -Name "explorer"
|
||||
Stop-Process -InputObject $process
|
||||
|
||||
|
||||
|
||||
```
|
||||
## Undo Script
|
||||
@ -66,7 +66,7 @@ Great Windows 11 tweak to bring back good context menus when right clicking thin
|
||||
Write-Host Restarting explorer.exe ...
|
||||
$process = Get-Process -Name "explorer"
|
||||
Stop-Process -InputObject $process
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user