-
-
Notifications
You must be signed in to change notification settings - Fork 685
General reliability fixes #1495
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
Conversation
fix: fix encoding for '-' feat: update appx
fix: update registry value type fix: remove duplicate arguments
| - !appx: {name: 'Microsoft.WindowsMaps*', type: family} | ||
| - !appx: {name: 'Microsoft.WindowsSoundRecorder*', type: family} | ||
| - !appx: {name: 'Ink.Handwriting.Main.Store.en-US1.0', type: family} | ||
| - !appx: {name: 'Ink.Handwriting.Main.Store*', type: family} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
TheyCreeper
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few comments on what should be changed and what works, changing the - in the command flags doesn't change anything.
Actually, it doesn't work when I use non UTF8 (such as ASCII encoding) for editing |
|
UTF-8 and ASCII both have En Dash (–) and hyphens (-) in their tables, and both work when used as a paramter flag. |
UTF-8 includes ASCII as a subset for backwards compatibility. |
I Known. Because I using Windows 10 cmd terminal, the default CHCP is 936, executing this cmd script will result in an error. So it's a bug? (Even if the script is saved using UTF-8 encoding) |
What? The scripts all work on win10. |
When |
Questions
Describe your pull request
fix: fix for ShowCopilotButton in disable-copilot
fix: fix for MouseHoverTime
fix: fix encoding for '-'
fix: update registry value type
fix: remove duplicate arguments
feat: update appx