Yes and Windows 12 will be more stable. We must maintain the following pattern Windows 95=Unstable Windows 98=Stable Windows Millenium=Unstable Windows XP=Stable Windows Vista=Unstable Windows 7=Stable Windows 8.X=Unstable Windows 10=Stable Windows 11=Unstable Windows 12=Stable ...just kidding, of course.
Cannot have dot Net 3.5 installed. I try DISM command, PowerShell method, update from Windows 10 with .Net 3.5 preinstalled without sucess. :LOL
You're doing it wrong somehow. Use this script. Save as net3.cmd and run it. Spoiler Code: @echo off color 1f :Begin UAC check and Auto-Elevate Permissions :------------------------------------- REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo: echo Requesting Administrative Privileges... echo Press YES in UAC Prompt to Continue echo: goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" "%temp%\getadmin.vbs" exit /B :gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0" :-------------------------------------- Title NetFx3 Installer Script ECHO ------------------------------------------------------------------------------- echo. .NET 2-3.5.1 Installer Script ECHO ------------------------------------------------------------------------------- ECHO This script will run Windows Update to download the latest version of ECHO NetFX3 which includes all netfx versions between 2 and 3.5.1 Family Update. ECHO ------------------------------------------------------------------------------- CHOICE /c YN /n /M "Run this script? (Y/N): " set errortemp=%ERRORLEVEL% IF %ERRORTEMP% EQU 2 EXIT IF %ERRORTEMP% EQU 0 EXIT FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE) IF NOT EXIST %WINDIR%\SysWoW64 ( FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\x86\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE) ) ELSE ( FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\x64\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE) ) dism /online /enable-feature /featurename:netfx3 ECHO ------------------------------------------------------------------------------- echo. Finished ECHO ------------------------------------------------------------------------------- echo Press any key to exit... pause>NUL goto :EOF :OFFLINE dism /online /enable-feature /featurename:netfx3 /source:%NETFX3PATH% ECHO ------------------------------------------------------------------------------- echo. Finished ECHO ------------------------------------------------------------------------------- echo Press any key to exit... pause>NUL goto :EOF
On the sidelines of the release of Windows 11 Now they are riveting assemblies, along with miners. We need to get bitcoin up.
Most WSL2/hyper-v users with TPM enabled are OK for upgrade to Windows 11. If you have TPM enabled and it stills complains make sure you have Virtualization (VT-x, AMD-v) ENABLED in your UEFI
It makes sense that Microsoft Telemetry got all the information bank they needed from that brute forcing of Windows 10 onto consumers. Now they do not need that anymore, bonus pack is OEMs will ship the machines with Win11 and the cost will be transferred to consumer this is about those Thin and Light BGA machines. They want everyone on Secure Boot and Full UEFI. But my question is one more thing, can we run Windows 11 without Secure Boot ? Because for instance I have a Windows 7 which uses CSM Option and no Secure Booot, M$ is mandating all CSM installations out of commission to let Windows 11 install on the machine itself. Holy damn M$ is really shameless on pulling a plug giving people middle finger who own Intel Skylake and Ryzen 2000 even. It works but how many tech savvy people can run them ? Most of them are dumb except mdl and other few forums userbase.