Skip to content

Commit

Permalink
Disable '- Shortcut' name after creating a shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
LeDragoX committed Apr 8, 2022
1 parent e07848e commit c1146c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripts/personal-tweaks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c1146c5

Please sign in to comment.