Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskbarSearch -SearchIcon is not working #200

Closed
Hxppdv opened this issue Jun 18, 2021 · 1 comment
Closed

TaskbarSearch -SearchIcon is not working #200

Hxppdv opened this issue Jun 18, 2021 · 1 comment

Comments

@Hxppdv
Copy link

Hxppdv commented Jun 18, 2021

I noticed that the script did not change my TaskbarSearch, which I later found out was because the script did not successfully modify the registry.
Strangely both Hide and SearchBox parameters work fine.

Then I checked sophia.psm1 and saw
[Parameter( Mandatory = $true, ParameterSetName = "ShowIcon" )] [switch] $SearchIcon,
I tried to change it to
[Parameter( Mandatory = $true, ParameterSetName = "SearchIcon" )] [switch] $SearchIcon,
Then everything works fine, but I don't know if it's just a spelling mistake.

@farag2
Copy link
Owner

farag2 commented Jun 19, 2021

You're god damn right.

@farag2 farag2 closed this as completed Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants