mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Removed contextmenu changes from windows 10 default
This commit is contained in:
@@ -18,7 +18,6 @@ You can pick and choose exactly which modifications you want the script to make,
|
|||||||
- Disable the widget service & hide the widget (news and interests) icon on the taskbar.
|
- Disable the widget service & hide the widget (news and interests) icon on the taskbar.
|
||||||
- Hide the Chat (meet now) icon from the taskbar.
|
- Hide the Chat (meet now) icon from the taskbar.
|
||||||
- Hide the 3D objects folder under 'This pc' in windows explorer.
|
- Hide the 3D objects folder under 'This pc' in windows explorer.
|
||||||
- Hide the 'Include in library', 'Give access to' and 'Share' options in the context menu.
|
|
||||||
|
|
||||||
## The windows 11 default settings will
|
## The windows 11 default settings will
|
||||||
|
|
||||||
|
|||||||
@@ -111,9 +111,6 @@ if ((-NOT $PSBoundParameters.Count) -or $RunDefaults -or $RunWin11Defaults -or (
|
|||||||
Write-Output "- Disable the widget service & hide the widget (news and interests) icon on the taskbar. "
|
Write-Output "- Disable the widget service & hide the widget (news and interests) icon on the taskbar. "
|
||||||
Write-Output "- Hide the Chat (meet now) icon from the taskbar."
|
Write-Output "- Hide the Chat (meet now) icon from the taskbar."
|
||||||
Write-Output "- Hide the 3D objects folder under 'This pc' in windows explorer."
|
Write-Output "- Hide the 3D objects folder under 'This pc' in windows explorer."
|
||||||
Write-Output "- Disable the 'Include in library' from context menu."
|
|
||||||
Write-Output "- Disable the 'Give access to' from context menu."
|
|
||||||
Write-Output "- Disable the 'Share' from context menu. (Does not remove the onedrive share option)"
|
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "-------------------------------------------------------------------------------------------"
|
Write-Output "-------------------------------------------------------------------------------------------"
|
||||||
Write-Output " Windows 11 default settings will:"
|
Write-Output " Windows 11 default settings will:"
|
||||||
@@ -148,10 +145,7 @@ if ((-NOT $PSBoundParameters.Count) -or $RunDefaults -or $RunWin11Defaults -or (
|
|||||||
$PSBoundParameters.Add('DisableSuggestions', $DisableSuggestions)
|
$PSBoundParameters.Add('DisableSuggestions', $DisableSuggestions)
|
||||||
$PSBoundParameters.Add('DisableWidgets', $DisableWidgets)
|
$PSBoundParameters.Add('DisableWidgets', $DisableWidgets)
|
||||||
$PSBoundParameters.Add('HideChat', $HideChat)
|
$PSBoundParameters.Add('HideChat', $HideChat)
|
||||||
$PSBoundParameters.Add('Hide3dObjects', $Hide3dObjects)
|
$PSBoundParameters.Add('Hide3dObjects', $Hide3dObjects)
|
||||||
$PSBoundParameters.Add('HideIncludeInLibrary', $HideIncludeInLibrary)
|
|
||||||
$PSBoundParameters.Add('HideGiveAccessTo', $HideGiveAccessTo)
|
|
||||||
$PSBoundParameters.Add('HideShare', $HideShare)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
'2' {
|
'2' {
|
||||||
|
|||||||
Reference in New Issue
Block a user