You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
552 B
TeX
21 lines
552 B
TeX
[Initial]
|
|
Message=Entferne das Wireless Display Feature...
|
|
DefVar $ExitCode$
|
|
|
|
[Actions]
|
|
ShowBitmap "%ScriptPath%\logo.png" "Wireless Display Feature"
|
|
DosInAnIcon_RemoveFeature
|
|
Sub_HandleExitCode
|
|
|
|
[DosInAnIcon_RemoveFeature]
|
|
@echo off
|
|
dism /Online /Remove-Capability /Quiet /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
|
|
|
|
[Sub_HandleExitCode]
|
|
Set $ExitCode$ = GetLastExitCode
|
|
comment "DISM exit code: " + $ExitCode$
|
|
if not($ExitCode$ = "0")
|
|
LogError "Fatal: DISM quit with exit code " + $ExitCode$
|
|
IsFatalError
|
|
endif
|