Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING Enable feature and install app

  • Thread starter Thread starter Mac1423
  • Start date Start date
  • Replies Replies 1
  • Views Views 1K

Mac1423

New Member
Messages
1
Reaction score
0
Points
1
How do i combine both to one package? help please

@echo off

if exist "C:\WiFi\***i.txt" goto exit

dism /Online /Enable-Feature /featureName:NetFx3 /All /LimitAccess /Source:C:\WiFi\sxs
timeout 30

msiexec /i C:\WiFi\EAP-FAST.msi /passive
timeout 15

netsh wlan add profile filename="C:\WiFi\stabilizer.xml" user=all

echo. > "C:\WiFi\PapenburgWiFi.txt"

:exit
 
Back
Top