You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/systemProvisionGuide/Guide to setting up Windows environment for development.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,9 @@ Install from CD ROM (ISO), where the following drivers should downloaded and use
101
101
-`msconfig` > boot timeout = 3s, check OS boot information.
102
102
- TODO (Tool isn't easy to use, need a way to backup current context settings): Using `Easy Context Menu` tool, manipulate the Windows context menu, creating nested menus for common tools.
103
103
- TODO: set calibration configuration from original backup ISO.
104
+
- TODO: Add Windows explorer "tags" field for quick edit of metadata details in the "details pane" https://karl-voit.at/2019/11/26/Tagging-Files-With-Windows-10/
- Add to context menu "pin to start" for files: https://www.addictivetips.com/windows-tips/pin-a-file-to-start-menu-windows-10/#:~:text=Right%2Dclick%20the%20file%20and,context%20menu%20for%20all%20files.
@@ -140,6 +143,7 @@ Use chrome canary as development browser.
140
143
- make extensions run only when clicked.
141
144
- Do not continue in background when closed.
142
145
- Reopen where left.
146
+
- brave://flags/ or chrome://flags and enable features related to tabs and fullscreen.
143
147
144
148
### ConEmu
145
149
- ConEmu setting > integration > Add to context explorer menu
@@ -235,6 +239,7 @@ localhost:8083 test.localhost
235
239
### Git:
236
240
- Save github credentials in windows Credential Manager: `git config --global credential.helper wincred`, afterwards the next login from git command will save the credentials in Credential Manager.
237
241
Note the github global configuration should have already contain the entry for credntial helper "wincred", as the config is symlinked.
242
+
- TODO: Make sure the correct line-ending is used accross WSL2 and Windows applications. https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings
238
243
239
244
### SmartGit:
240
245
- Change to dark theme.
@@ -271,6 +276,10 @@ Alternatives:
271
276
## Microsoft OneNote:
272
277
- Setup onenote notebooks and sync online notebooks.
DrawPDF: allows to draw on the pdf for teaching. Drawboard PDF
36
38
37
-
38
39
39
40
procmon - Process Monitor from microsoft - https://docs.microsoft.com/en-us/sysinternals/downloads/procmon allows to check if any process is being blocked.
40
41
Acronis True Image 2020 (for Full partitions backup into .img files or iso)
0 commit comments