Simplified windows update turn on/off app to drop the mapping of network drives. Path to file C:\WINDOWS\system32\cmd.exe Parameters /c c:\windows\system32\sc.exe config wuauserv start= demand & net stop wuauserv So in parameters start with /c then separate commands with & example …