HOW TO ENABLE MICROSOFT NET FRAMEWORK 3.5 on WINDOWS 8 OR 8.1
We know that today Windows 8 or 8.1 are the latest operating system,which was introduced by MICROSOFT.
but ..when we install some softwares on 8 or 8.1 they need microsoft net framework 3.5 . And when we install Net framework 3.5 they give the same message again as a result net framework does not install.
TODAY , I share the TRICK TO INSTALL MICROSOFT NET FRAMEWORK 3.5 ON 8 or 8.1 ======= >>>
- First copy the code which highlight below……
@echo off
color a
title NET FRAMEWORK 3.5 ENABLER APP by Shivam Bhardwaj.........
echo ==== NET FRAMEWORK 3.5 ENABLER APP =====
echo.
echo.
echo ---------------------------------------------
echo DESIGN BY == SHIVAM BHARDWAJ
echo ----------------------------------------------
echo.
echo.
set/p INPUT=Give the installation files Directory OR root {ex:D}: %=%
- Dism /online /enable-feature /featurename:NetFx3 /All /Source:%=%:\Sources\sxs /LimitAccess
echo.
echo.
pause
exit - Open Notepad…..
- Paste code and save as net.bat
- Now..insert Installation DVD of window 8 or 8.1 on your pc
- right click on net.bat file and click on Run as Administrator..click yes…
- Give the path of installation DVD example : d,e,f etc
- Hit enter….After taking 2 — 3 minutes…………..
- SUCCESSFUL
Please comment on it ……..
Comments
Post a Comment