Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 01a2967

Browse files
Set Audio Service to Run
1 parent 358ee9d commit 01a2967

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PostInstall/PostInstall.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ function AudioInstall {
714714
[System.IO.File]::WriteAllBytes($VB.CertName, $VB.Cert.Export($VB.ExportType))
715715
Import-Certificate -CertStoreLocation Cert:\LocalMachine\TrustedPublisher -FilePath $VB.CertName | Out-Null
716716
Start-Process -FilePath "C:\ParsecTemp\Apps\VBCable\VBCABLE_Setup_x64.exe" -ArgumentList '-i','-h'
717+
Set-Service -Name audiosrv -StartupType Automatic
717718
}
718719

719720
#Creates shortcut for the GPU Updater tool

0 commit comments

Comments
 (0)