Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stanieldev/Windows-Code-Tab
Creates a Windows Code Tab under the local user's This PC directory.
https://github.com/stanieldev/Windows-Code-Tab
generator powershell powershell-script registry-scripts windows-10 windows-11
Last synced: 3 months ago
JSON representation
Creates a Windows Code Tab under the local user's This PC directory.
- Host: GitHub
- URL: https://github.com/stanieldev/Windows-Code-Tab
- Owner: stanieldev
- License: other
- Archived: true
- Created: 2022-07-23T23:15:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T17:11:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T06:35:21.247Z (6 months ago)
- Topics: generator, powershell, powershell-script, registry-scripts, windows-10, windows-11
- Language: PowerShell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - stanieldev/Windows-Code-Tab - Creates a Windows Code Tab under the local user's This PC directory. (PowerShell)
README
# Windows Code Tab
Adds a new folder to the current user called Code, where a user can store code and other related items.
The folder has a similar purpose to that of Documents, Downloads, and Pictures.The `create.ps1` file is responsible for creating the folder, as well as the shortcut in File Explorer.
The `remove.ps1` file is responsible for removing the folder shortcut under This PC, but does not delete the directory at `%userprofile%/Code`.
## How to Create
To add the folder to File Explorer and Profile, run the `create.ps1` by right-clicking on the file -> Run With Powershell.
The file explorer will be reloaded, and the folder should show under This PC.## How to Remove
To add the folder to File Explorer and Profile, run the `remove.ps1` by right-clicking on the file -> Run With Powershell.
The file explorer will be reloaded, and the folder should be removed from This PC.
Note: The folder it was pointing to under `%userprofile%/Code` will remain after removal, since you may want to save the files in its.