- Verify your system is on Build 19041 or higher, (Can be checked upon by running
winverfrom search) - Get the Compatibility Pack from the Microsoft Store,
- Restart your system and attempt to run the application again.
(If this fails then check the alternative and read it's documentation, Environment variables from Linux are required in Windows' system variables list using sysdm.cpl)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Calculator</title> | |
| <style> | |
| * { | |
| box-sizing: border-box; | |
| } | |
| .calculator { | |
| width: 400px; |