User Profile
Valcio123
Copper Contributor
Joined Jun 28, 2021
User Widgets
Recent Discussions
Re: Windows 11 Error about Net framework 3.5 includes( NET 2.0 and 3.0)
try to open notepad with adm rights and paste this script of manual instalation of net framework. @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:sourcesinstall.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:PLACEHOLDER:sourcessxs /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 **** Dont forget to remove the keywords of the local media instalation25KViews0likes6Comments
Recent Blog Articles
No content to show