Skip to content

Commit

Permalink
Merge pull request #5 from syserr0r/main
Browse files Browse the repository at this point in the history
Fix for usernames with space and edit as default .vbs action
  • Loading branch information
Gobidev committed Apr 24, 2023
2 parents fe7c0a2 + c140503 commit e3d1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd "C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\St
del set-audiodg-affinity.bat 2>NUL

:: add task scheduler job
schtasks /create /sc ONLOGON /tn audiodg-affinity /delay 0000:20 /tr "%UserProfile%\set-audiodg-affinity.vbs" /rl HIGHEST
schtasks /create /sc ONLOGON /tn audiodg-affinity /delay 0000:20 /tr "wscript \"%UserProfile%\set-audiodg-affinity.vbs\"" /rl HIGHEST

:: run vbs script once to set the affinity for current session
wscript "%UserProfile%\set-audiodg-affinity.vbs"
Expand Down

0 comments on commit e3d1e56

Please sign in to comment.