-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (30 loc) · 1.29 KB
/
README
File metadata and controls
37 lines (30 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
###!!!!!!It is complete Bull that this is an issue!!!!!!
#The clunky solution for me was a powershell script.
#Download SetDefaultAudio.ps1
##Create a Task to Run the Fix.
#Open Task Scheduler.
#Windows Key + r and then Press Enter, the Run Box displays. Type: taskschd.msc and press enter
#Task Scheduler Create Task. In the right Actions pane click "Create Task..."
#General Tab
# Name: Run SetDefaultAudio.ps1 Script
# Description: A powershell script to fix the SteelSeries JANK!
# Security options:
# Run whether user is logged on or not
# Do not store password. The task will only have access to local computer resources. Set to true (checked)
# Run with highest privileges set to true (Check)
# Configure for: Windows 10 (select in the picklist)
#Triggers Tab
#Click New
#Begin the task: At log on
#Settings: Any User
#Delay task for: 30 seconds or 1 minute depending on your pc.
#Enabled set to true (checked)
#Actions Tab
#Click New...
#Edit Action Window
#Action: Start a Program
#Settings
#Program/Script: Powershell
#Add arguments (Optional): -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -File FILELOCATIONHERE
###i.e. -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -File C:\Users\megalithe\OneDrive\Documents\SetDefaultAudio.ps1
#Click OK