Skip to content

Commit

Permalink
refactor: rename CBS banner DLL instead of deleting
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 20, 2023
1 parent 30dde4f commit 33d79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playbook/Executables/CLIENTCBS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ $modifiedContent = ($modifiedContent | Where-Object { $_.Trim() -ne "" }) -join
Set-Content -Path "$Cbs\Public\wsxpacks.json" -Value $modifiedContent

## Remove banner from Immersive Control Panel
Remove-Item -Path "$Cbs\SystemSettingsExtensions.dll" -Force
Rename-Item "$Cbs\SystemSettingsExtensions.dll" -NewName "SystemSettingsExtensions.dll.old" -Force

0 comments on commit 33d79fe

Please sign in to comment.