Skip to content

Commit 0931736

Browse files
committed
➕ Add set up gudies to Windows
1 parent 1cc4d6e commit 0931736

File tree

5 files changed

+670
-2
lines changed

5 files changed

+670
-2
lines changed

documentation/systemProvisionGuide/Guide to setting up Windows environment for development.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ Install from CD ROM (ISO), where the following drivers should downloaded and use
101101
- `msconfig` > boot timeout = 3s, check OS boot information.
102102
- 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.
103103
- 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/
105+
- https://github.com/Dijji/FileMeta/releases/tag/v1.6.0.4
106+
- 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.
104107

105108
# Windows 10 themes:
106109
- TODO: https://www.youtube.com/watch?v=X6FpuMqCghw
@@ -140,6 +143,7 @@ Use chrome canary as development browser.
140143
- make extensions run only when clicked.
141144
- Do not continue in background when closed.
142145
- Reopen where left.
146+
- brave://flags/ or chrome://flags and enable features related to tabs and fullscreen.
143147

144148
### ConEmu
145149
- ConEmu setting > integration > Add to context explorer menu
@@ -235,6 +239,7 @@ localhost:8083 test.localhost
235239
### Git:
236240
- 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.
237241
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
238243

239244
### SmartGit:
240245
- Change to dark theme.
@@ -271,6 +276,10 @@ Alternatives:
271276
## Microsoft OneNote:
272277
- Setup onenote notebooks and sync online notebooks.
273278
- Add-on https://github.com/stevencohn/OneMore/releases
279+
- Add-on https://www.onenotegem.com/
280+
- custom style addons:
281+
- https://getonetastic.com/?i=update-for-onetastic-1-3-0#custom-styles
282+
274283

275284
___
276285

documentation/systemProvisionGuide/installChromiumExtension.md.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Privacy Badger
2020
React Developer Tools extension
2121
Redux DevTools extension
2222
User-Agent Switcher for Chrome
23-
Video downloader for both regular and streaming videos downloadhelper.net
23+
Video downloader for both regular and streaming videos downloadhelper.net
24+
tabtiles

documentation/systemProvisionGuide/installWindowsSoftware.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Mongo GUIs:
1919
- MongoDB Compass
2020
boostnote.io software
2121
swfplayer http://www.swffileplayer.com/
22+
Hex editor program https://mh-nexus.de/en/hxd/
2223

2324
webroot internet security (with license)
2425
VSCode insiders
@@ -33,8 +34,8 @@ HashCheck Shell Extension - http://code.kliu.org/hashcheck/
3334
• Java:
3435
- Eclipse
3536
- IntelliJ
37+
DrawPDF: allows to draw on the pdf for teaching. Drawboard PDF
3638

37-
3839

3940
procmon - Process Monitor from microsoft - https://docs.microsoft.com/en-us/sysinternals/downloads/procmon allows to check if any process is being blocked.
4041
Acronis True Image 2020 (for Full partitions backup into .img files or iso)
@@ -51,12 +52,18 @@ https://github.com/da2x/EdgeDeflector - conrtana searches change to default syst
5152
custom clock - https://github.com/White-Tiger/T-Clock
5253
epub reader software
5354
Hash Tool (From Windows store)
55+
Revo uninstaller
5456

5557
https://www.safer-networking.org/ allows to remove spying in windows.
5658

5759
https://www.cyotek.com/cyotek-webcopy/downloads
5860
https://www.octoparse.com/download
5961

62+
run applications in stealth mode.
63+
- https://www.raymond.cc/blog/stealth-or-hide-running-program-from-appearing-in-taskbar-or-traybar/
64+
- https://winaero.com/blog/run-a-program-hidden-in-windows-10/
65+
- https://www.technize.net/how-to-protect-and-hide-running-applications-and-processes-in-windows/
66+
- https://www.ghacks.net/2011/03/09/hide-applications-in-windows-with-winvisible/
6067
### TODO: Checkout and install following or similar apps:
6168
- App for caching open windows to restart windows after a reboot. (an alternative to hibernate)
6269
- "duet" allows for using ipad as a drawing tablet.

0 commit comments

Comments
 (0)