From c1146c5438ace30209f9a562e27ce11f5110702f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pl=C3=ADnio=20Larrubia?= Date: Fri, 8 Apr 2022 11:55:45 -0300 Subject: [PATCH] Disable '- Shortcut' name after creating a shortcut --- src/scripts/personal-tweaks.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scripts/personal-tweaks.ps1 b/src/scripts/personal-tweaks.ps1 index b5aac15a..47a914fa 100644 --- a/src/scripts/personal-tweaks.ps1 +++ b/src/scripts/personal-tweaks.ps1 @@ -93,6 +93,9 @@ function Register-PersonalTweaksList() { } Set-ItemProperty -Path "$PathToCUExplorer\OperationStatusManager" -Name "EnthusiastMode" -Type DWord -Value $One + Write-Host "[-][Personal] Disabling '- Shortcut' name after creating a shortcut..." + Set-ItemProperty -Path "$PathToCUExplorer" -Name "link" -Value ([byte[]](0x00, 0x00, 0x00, 0x00)) + Write-Section -Text "Personalization" Write-Section -Text "Task Bar Tweaks" Write-Caption -Text "Task Bar - Windows 10 Compatible"