Techniques/Windows
Enables Windows Feature on Command Line
CoolDragon
2017. 7. 21. 13:34
### 관리자 모드로 실행해야 함 ###
> Dism /online /Get-Features
### FTP 활성화 ###
> DISM /Online /Enable-Feature /FeatureName:IIS-WebServer /FeatureName:IIS-WebServerRole /FeatureName:IIS-FTPServer /FeatureName:IIS-FTPSvc /FeatureName:IIS-FTPExtensibility
> echo %errorlevel%
참조