Install dotnet framework 3.5 on windows 10
Channel:
Subscribers:
3,740
Published on ● Video Link: https://www.youtube.com/watch?v=PiHMtqpNdOU
Ho to install dot net framework on windows 10
Tools Needed: Windows 10 ISO
Batch File: https://cb.run/udQv
ESD to ISO converter: https://cb.run/AkQh
_________________
Batch Contents:
@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\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 be installed
echo.
) else (
echo No installation media found!
echo Insert DVD or USB flash drive and run this file once again.
echo.
)
pause
Other Videos By B.T.E.C.H - I.T Solutions
Tags:
dot net
.net
3.5
windows 10
windows
install
PC
help
support
btech
b.t.e.c.h