You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SteamAppsUpdatesControl/README.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -11,31 +11,31 @@ You can download latest release from: https://github.com/Senliast/windows-script
11
11
12
12
## Installation
13
13
1. Enable execution of PowerShell scripts on your system, if not already. In order to do this:
14
-
- for Windows "Home" editions:
15
-
1. Start PowerShell as administrator.
16
-
2. Type "Set-ExecutionPolicy -Scope LocalMachine Unrestricted", press enter.
17
-
3. Confirm the prompt.
18
-
- for Windows "Pro" editions:
19
-
1. Open Group Policy Editor.
20
-
2. Navigate to "Computer configuration > Administrative templates > Windows components > Windows PowerShell"
21
-
3. Open the setting "Allow script executing", select "Allow all scripts", press OK.
14
+
- for Windows "Home" editions:
15
+
1. Start PowerShell as administrator.
16
+
2. Type "Set-ExecutionPolicy -Scope LocalMachine Unrestricted", press enter.
17
+
3. Confirm the prompt.
18
+
- for Windows "Pro" editions:
19
+
1. Open Group Policy Editor.
20
+
2. Navigate to "Computer configuration > Administrative templates > Windows components > Windows PowerShell"
21
+
3. Open the setting "Allow script executing", select "Allow all scripts", press OK.
22
22
2. Place the files and folders from the "Script files" folder into the default folder "C:\ServiceData\SteamAppsUpdatesControl\" or into other, if you want.
23
23
3. You need this step only if you placed the files into other directory then default:
24
-
- open properties of the Steam-apps updates control.lnk (shortcut) from "Extras" folder and make sure that the "target" is pointing to the "SteamAppsUpdatesControl.bat" file and the "start in" - to its parent directory.
24
+
- open properties of the Steam-apps updates control.lnk (shortcut) from "Extras" folder and make sure that the "target" is pointing to the "SteamAppsUpdatesControl.bat" file and the "start in" - to its parent directory.
25
25
4. Place the Steam-apps updates control.lnk (shortcut) in a comfortable location for you (for example on Desktop). Start it in order to start the script.
26
26
27
27
## Uninstalling
28
28
1. Remove all apps from list.
29
29
2. Remove all files from the script.
30
30
3. If you dont use any other PowerShell scripts - disable script execution:
31
-
- for Windows "Home" editions:
32
-
1. Start PowerShell as administrator.
33
-
2. Type "Set-ExecutionPolicy -Scope LocalMachine Undefined", press enter.
34
-
3. Confirm the prompt.
35
-
- for Windows "Pro" editions:
36
-
1. Open Group Policy Editor.
37
-
2. Navigate to "Computer configuration > Administrative templates > Windows components > Windows PowerShell"
38
-
3. Open the setting "Allow script executing", select "Not configured", press OK.
31
+
- for Windows "Home" editions:
32
+
1. Start PowerShell as administrator.
33
+
2. Type "Set-ExecutionPolicy -Scope LocalMachine Undefined", press enter.
34
+
3. Confirm the prompt.
35
+
- for Windows "Pro" editions:
36
+
1. Open Group Policy Editor.
37
+
2. Navigate to "Computer configuration > Administrative templates > Windows components > Windows PowerShell"
38
+
3. Open the setting "Allow script executing", select "Not configured", press OK.
0 commit comments