Falcosc / enable-bass-boost

automatically adds and enables Bass Boost to any playback device
GNU General Public License v3.0
5 stars 3 forks source link

Get-Help and Show-Command don't work #2

Open karimHI opened 9 months ago

karimHI commented 9 months ago

PS C:\Windows\System32\WindowsPowerShell\v1.0> Invoke-WebRequest https://raw.githubusercontent.com/Falcosc/enable-bass-boost/main/EnableBassBoost.ps1 -OutFile $env:HOMEPATH\EnableBassBoost.ps1 PS C:\Windows\System32\WindowsPowerShell\v1.0> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Execution Policy Change The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about_Execution_Policies help topic at https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): A PS C:\Windows\System32\WindowsPowerShell\v1.0> Get-Help $env:HOMEPATH\EnableBassBoost.ps1 -ShowWindow Get-Help : To use the Get-Help, install Windows PowerShell ISE by using Server Manager, and then restart this application. (Could not load file or assembly 'Microsoft.PowerShell.GraphicalHost, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.) At line:1 char:1

PS C:\Windows\System32\WindowsPowerShell\v1.0> Show-Command $env:HOMEPATH\EnableBassBoost.ps1 Show-Command : To use the Show-Command, install Windows PowerShell ISE by using Server Manager, and then restart this application. (Could not load file or assembly 'Microsoft.PowerShell.GraphicalHost, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.) At line:1 char:1

PS C:\Windows\System32\WindowsPowerShell\v1.0>

Falcosc commented 9 months ago

Get-Help and Show-Command are tools from Windows PowerShell ISE, they don't work if you only have PowerShell. But you don't need them, it was just my idea to improve usability. I wasn't aware that these commands are not included in the reduced PowerShell command set.

sentix001 commented 1 month ago

my commands worked but bass boost was not enabled