coofcookie / Windows11Upgrade

Windows 11 Upgrade tool that bypasses Microsoft´s requirements
GNU General Public License v3.0
1.47k stars 126 forks source link

Check `Environment.Is64BitOperatingSystem` before running #22

Open msbit opened 2 years ago

msbit commented 2 years ago

Instead of checking the "PROCESSOR_ARCHITEW6432" environment variable, check Environment.Is64BitOperatingSystem, which should replicate the same information

Pedro1234-code commented 2 years ago

If it replicate the same information so why change it?

msbit commented 2 years ago

@Pedro1234-code no stuffing around with environment variables.