-
Notifications
You must be signed in to change notification settings - Fork 0
win general
Marcel Schmalzl edited this page Aug 4, 2019
·
16 revisions
This page addresses mainly Windows 10
-
UUIDs for mounted drives: execute the
mountvol
command (after the help all drives will be shown) -
Start menu entries
- ALL Users:
C:\ProgramData\Microsoft\Windows\Start Menu
- Current User:
%appdata%\Microsoft\Windows\Start Menu
- ALL Users:
This is probably the most annoying Windows feature in existence. You move a window and accidentally all other windows get minimised. Afterwards you see yourself shaking windows for a few minutes (you want your windows back "unminimised" and in their previous position) since this feature almost never works when it is deliberately wanted.
You can change this by local group policy:
- Open
Edit Group Policy
- In the tree view go to:
User Configuration
>Administrative Templates
>Desktop
-
Enable
Turn off Aero Shake window minimizing mouse gesture
If you have Chocolatey installed just type RefreshEnv
(NOT choco RefreshEnv
).
PS > $env:Path
PS > $env:Path = "<string containing the PATH variables>"
# Append to env variable
PS > $env:TEAMS = $env:TEAMS + "<new path>"
Assigning an empty string deletes it.
PS > $env:Path = ''
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License *.
Code (snippets) are licensed under a MIT License *.
* Unless stated otherwise