CommandPrompt

To find all commandPrompt commands that I have written down, go here.

Where-is-the-startup-folder

  1. Win+R
  2. type shell:startup
  3. now add any shortcuts into this folder.

how to uninstall most apps

  1. Select the Start button, type Programs in the search box, and then select Add or remove programs in the list of results.
  2. 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.

TitleDescriptionCommandExample Use
MKLINKCreates a directory junction linking to the specified target path.MKLINK /D <link_name> <target_path>MKLINK /D MyLink C:\Path\To\Target
MKLINKCreates a hard link pointing to the specified target file.MKLINK /H <link_name> <target_path>MKLINK /H MyHardLink C:\Path\To\File
MKLINKCreates a directory junction linking to the specified target directory.MKLINK /J <link_name> <target_path>MKLINK /J MyJunction C:\Path\To\Directory
Link to original

Restart graphics driver

Ctrl+Win+Shift+B