CommandPrompt
To find all commandPrompt commands that I have written down, go here.
Where-is-the-startup-folder
- Win+R
- type shell:startup
- now add any shortcuts into this folder.
how to uninstall most apps
- Select the Start button, type Programs in the search box, and then select Add or remove programs in the list of results.
- Under Apps & features, find and select the program name, and then select Uninstall. If you’re prompted for an administrator password or confirmation, type the password or provide confirmation.
how to make a symlink
Symlinks
Link to original
Title Description Command Example Use MKLINK Creates a directory junction linking to the specified target path. MKLINK /D <link_name> <target_path>
MKLINK /D MyLink C:\Path\To\Target
MKLINK Creates a hard link pointing to the specified target file. MKLINK /H <link_name> <target_path>
MKLINK /H MyHardLink C:\Path\To\File
MKLINK Creates a directory junction linking to the specified target directory. MKLINK /J <link_name> <target_path>
MKLINK /J MyJunction C:\Path\To\Directory
Restart graphics driver
Ctrl+Win+Shift+B