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: Readme.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ This is my attempt to solve that crisis, so that users might survive the oversig
22
22
23
23
Go forth and be free.
24
24
25
+
:: Jolly Wizard
26
+
25
27
## Usage
26
28
27
29
* Ensure powershell scripts [have permission to run](#permission-helpers).
@@ -41,12 +43,12 @@ To use this tool, you need to make sure script permission is enabled.
41
43
`.bat` scripts are included to enable and disable script permission at the *user level*.
42
44
43
45
* Run `ps.scripts.enable.bat` to **enable powershell script execution.**
44
-
* Run `ps.scripts.disable.bat` to **disbale powershell script execution.**
46
+
* Run `ps.scripts.disable.bat` to **disable powershell script execution.**
45
47
46
48
## Known Issues
47
49
48
50
* Only works with tiles registered under the COM Application clsid. Other types of tiles exist, but their location / clsid is currently unknown.
49
51
50
52
* Only works in english (by default). To localize, change the `$UNPIN_LABEL` in the module file to whatever the right-click option to unpin from start says.
51
53
52
-
* No undo (yet). If you confirm the action, you will need to repin any pins you do want by hand.
54
+
* No undo (yet). If you confirm the action, you will need to repin any pins you do want by hand.
0 commit comments