Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install .net framework 3.5 from windows

# Use this command in PowerShell.
# Make sure to change the drive letter to the CD rom were the windows CD is locate4d.
Dism /online /enable-feature /featurename:NetFX3 /All /Source:G:sourcessxs /LimitAccess
Comment

Enable .NET Framework 3.5 On Windows 10

dism.exe /online /enable-feature /featurename:NetFX3 /All /Source:c:	empsxs /LimitAccess
Comment

PREVIOUS NEXT
Code Example
Shell :: install netbeans 8.2 in kali linux 
Shell :: ffmpeg boost audio level 
Shell :: download docker ubuntu 
Shell :: how to start ngrok server 
Shell :: how to check whats using my space linux 
Shell :: install docke machine 
Shell :: install mongosh 
Shell :: kubernetes get statefulset 
Shell :: nginx block post files 
Shell :: how to install specific package version npm 
Shell :: supertest example 
Shell :: bash add help argument 
Shell :: uninstall git 
Shell :: batch write file 
Shell :: user no login centos 
Shell :: gunicorn port 8080 
Shell :: list node running 
Shell :: git clone single branch 
Shell :: install google assistant on linux 
Shell :: redis install ubuntu 
Shell :: docker all logs at once 
Shell :: copy one file content to another in linux 
Shell :: concatenate in bash the output of two commands 
Shell :: open current directory 
Shell :: command to stop docker 
Shell :: pytype 
Shell :: gitignore all files and folders in only one folder 
Shell :: mac shell prompt 
Shell :: wp cli change tagline 
Shell :: umask 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =