CodingWonders
CodingWonders
> Is it normal that the warning msgbox doesn't have a theme manifest? This is a representation of the warning using VBScript. Since I haven't set a custom theme, the...
I'm going to close this issue. Feel free to reopen it or make a new one if you encounter the same problem or a different one
@KonTy, I saw this recently and thought it would be interesting, so I made an activity diagram to plan how this could be done. [MicroWin_AppendImage.pdf](https://github.com/user-attachments/files/15977029/MicroWin_AppendImage.pdf) We would rely on the...
Try setting your language mode to `FullLanguage` like this: ```powershell $ExecutionContext.SessionState.LanguageMode = "FullLanguage" ``` Run that as an administrator
@og-mrk, I think that, as a way to prevent this problem, we should detect the language mode and check if it is constrained right at the beginning (obviously if the...
@og-mrk, I have come up with a simple script that detects the language mode, and that might help you. [Here is the link](http://bin.christitus.com/evalulofaj).
A try-catch block has been added with #2192, which may fix this issue
@hpsxrb, I did a test run using those options and found no problems
It should be fixed with #2192
It should be fixed with PR #2192