.net framework not install on surface pro operating on windows pro 10
version of .net framework trying install?
open notepad, copy , paste following it:
@echo off
title .net framework 3.5 offline installer
%%i in (d e f g h j k l m n o p q r s t u v w x y z) if exist "%%i:\\sources\install.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 installed
echo.
) else (
echo no installation media found!
echo insert dvd or usb flash drive , run file once again.
echo.
)
pause
save file frameworkfx.cmd
right click , choose run administrator.
file install .net framework 3.5 automatically after finding drive letter of windows 10 installation media.
if media not found insert win10 usb or dvd drive , run administrator again.
Windows / Windows 10 / Windows settings
Comments
Post a Comment