mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 06:47:56 +08:00
4e23832d52
* add new VideoConference module for muting mic/cam Co-authored-by: PrzemyslawTusinski <61138537+PrzemyslawTusinski@users.noreply.github.com> Co-authored-by: Niels Laute <niels.laute@live.nl>
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
; Disable default limits
|
|
.option EXPLICIT
|
|
.set CabinetFileCountThreshold=0
|
|
.set FolderFileCountThreshold=0
|
|
.set FolderSizeThreshold=0
|
|
.set MaxCabinetSize=0
|
|
.set MaxDiskFileCount=0
|
|
.set MaxDiskSize=0
|
|
|
|
.set GenerateInf=ON
|
|
.set Compress=OFF
|
|
.set Cabinet=ON
|
|
.set CabinetNameTemplate=driver.cab
|
|
.set DestinationDir=cab_output
|
|
.set DiskDirectoryTemplate=driver
|
|
|
|
VideoConferenceCustomMediaSource.dll
|
|
videoconferencevirtualdriver.cat
|
|
VideoConferenceVirtualDriver.dll
|
|
VideoConferenceVirtualDriver.inf |