Friends I am into Entertainment Industry Post prodution Editing & Mixing.
How Can I use dotnet framework 3.5 in windows 10? Tried to install it but windows 10 does not allow. Y?
pl. help. Work is getting pending
Thanks Gyanesh
How did you try to install it? Did you go into Programs and Features?
Go to Control Panel > Programs and Features
Click on Turn Windows features on or off
.Net Framework 3.5 is off by default, but can be turned on (installed) from there.
This is the simplest method. Go for it!
I use this batch file I downloaded elsewhere. It works getting it from the installation DVD.@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 /%setupdrv%: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
Yes didthis way. And installed. But dint get through
I don't understand your answer.Yes didthis way. And installed. But dint get through
If you can post screen print(s) of errors you see, maybe someone can help.
This is a Seven blog tutorial, but windowssh blog works similar.
Screenshots and Files - Upload and Post in Seven blog - Windows 7 Help blog
If you are running a "Free Upgrade Install" of W10, you might consider a Clean Install.
You would have to re-install all programs, tweaks, data, etc.
Windows 10 - Clean Install - Windows 10 blog