Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Creates a Windows Code Tab under the local user's This PC directory.

Awesome Lists containing this project

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.