Windows10: Difference between revisions
| Line 10: | Line 10: | ||
* right click on file -> create link | * right click on file -> create link | ||
* richt click on link -> properties -> link -> copy target | * richt click on link -> properties -> link -> copy target | ||
===Find Text/String in File=== | |||
findstr /s <TEXT> <FILES> | |||
findstr /s branch_label *.py | |||
Revision as of 08:12, 17 September 2021
Operation
Set Environment Variables
- Systemsteuerung -> Benutzerkonten -> Eigene Umgebungsvariablen ändern
Second Explorer Window
- open one instance
- right click on explorer instance in task bar -> select 'Explorer'
Link to local file in One Drive
- right click on file -> create link
- richt click on link -> properties -> link -> copy target
Find Text/String in File
findstr /s <TEXT> <FILES> findstr /s branch_label *.py