-
Notifications
You must be signed in to change notification settings - Fork 48
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
Exclusions #56
Comments
On this line: UnamBinder/UnamBinder/Forms/Builder.cs Line 251 in b79b6f3
|
I wish to add System32, AppData and ProgramFiles replacing "$env:UserProfile,$env:SystemDrive" to "$env:System32,$env:ProgramFiles,$env:AppData", but it doesnt work, can you help me? |
I don't believe |
How can I do that? |
|
That adds program files x86, i want programfiles |
And it adds AppData\Roaming, i want all AppData |
Is it well? Join-Path -Path $env:AppData -ChildPath '..' -ExclusionPath @([Environment]::SystemDirectory,$env:ProgramFiles,$env:AppData) |
It would be something like this (I also changed the command): |
Thanks it works sir, how can I donate you for this huge help? |
Thank you, I have (crypto) donation links on this repository main page at the bottom, but only give something if you have enough to give away. |
How can I change the exclusions UnamBinder makes?
The text was updated successfully, but these errors were encountered: