win11 compatability
might this be developed to work with win11 in the future? thanks
Since Windows 11 is now released, I will start looking into it. I will keep this issue open to track progress.
Things might still take a while though. Running Windows 11 in VirtualBox currently still requires workarounds and because of certain bugs I will not be running Windows 11 on my own PC for a little while longer.
Can confirm most things work on Windows 11 with no problems. The only thing I noticed that does not work is adding the .Net framework install. I was able to install with a simple ps script point to a windows installation usb. So it is on the installation media but not actively on the OS. I needed a fully offline install so that is how I did it. Everything else (and I tested almost everything you can test offline, worked for me with the Feb 2022 release of Windows. Thanks Steven.
Btw I can beta test for you since I am running the latest release of Windows 11. Just put in some way for me to retrieve the logs and I can send them over if you ever want to test anything. The only thing I cannot do it use it online. It is strictly an offline machine.
I apologize it was CMD, and here is the code if anyone needs it.
Here is the website I got it from:
https://winaero.com/how-to-offline-install-net-framework-3-5-in-windows-11-with-dism/#Install_NET_Framework_35_with_Optional_Features
-Attach Windows installation media to device through USB etc.
-Create a text file and add .bat as the extension then run in admin mode.
-You can check if it worked by searching Windows Optional Features and making sure the Net Framework 3.5 checkbox is now on.
Batch file: @echo off Title .NET Framework 3.5 Offline Installer for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\sources\boot.wim" set setupdrv=%%I if defined setupdrv ( echo Found drive %setupdrv% echo Installing .NET Framework 3.5... Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess echo. echo .NET Framework 3.5 should be installed echo. ) else ( echo No installation media found! echo Insert DVD or USB flash drive and run this file once again. echo. ) pause
Like I stated previously, everything I tested offline on Windows 11 worked for me. This was the only thing not working. Use at your own risk and always make a backup of your stuff before doing anything risky.
Cheers.
Is there any news to get this working fully in Windows 11? Would be great if it gets Win11 support....