Fixed a few issues

* Fixed invalid path that broke the 'ClearStart' option
* Added more info about the 'ClearStart' option
* Removed old reference
This commit is contained in:
Raphire
2023-09-08 01:06:01 +02:00
parent 6bbe9fe55d
commit 74e40e7b38
2 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ In this mode you'll be able to make any of the following changes:
- Disable tips, tricks and suggestions in the start menu and settings, and sync provider ads in windows explorer.
- Show hidden files, folders and drives.
- Show file extensions for known file types.
- Remove all pinned apps from the start menu (Windows 11 update 22H2 or later only)
- Remove all pinned apps from the start menu. NOTE: This applies to all existing and new users. (Windows 11 update 22H2 or later only)
- Align taskbar icons to the left. (Windows 11 only)
- Hide or change the search icon/box on the taskbar. (Windows 11 only)
- Hide the taskview button from the taskbar. (Windows 11 only)
@@ -87,7 +87,7 @@ To run the script without any user input, simply add parameters at the end, exam
| -ShowSearchBoxTb | Show search box on the taskbar. (Windows 11 only) |
| -DisableWidgets | Disable the widget service & hide the widget (news and interests) icon from the taskbar. |
| -HideChat | Hide the chat (meet now) icon from the taskbar. |
| -ClearStart | Remove all pinned apps from the start menu. (Windows 11 update 22H2 or later only) |
| -ClearStart | Remove all pinned apps from the start menu. NOTE: This applies to all existing and new users. (Windows 11 update 22H2 or later only) |
| -HideOnedrive | Hide the onedrive folder in the windows explorer sidepanel. (Windows 10 only) |
| -Hide3dObjects | Hide the 3D objects folder under 'This pc' in windows explorer. (Windows 10 only) |
| -HideMusic | Hide the music folder under 'This pc' in windows explorer. (Windows 10 only) |