Skip to content

Latest commit

 

History

History
96 lines (81 loc) · 5.47 KB

windows.md

File metadata and controls

96 lines (81 loc) · 5.47 KB

Bookmarks tagged [windows]

https://github.com/jlevy/the-art-of-command-line

Master the command line, in one page. Contribute to jlevy/the-art-of-command-line development by creating an account on GitHub.


https://www.pcmag.com/how-to/how-to-change-your-default-web-browser

For Windows 10, type Default apps in System bar and then change the order for browsers


https://christitus.com/debloat-windows-10-2020/

Chris Titus Tech was started as a resource for all things technology. It has evolved from a YouTube channel to now be a resource for anyone wanted to learn about a variety of tech.


https://www.kevinkuszyk.com/2016/03/08/git-tips-2-change-editor-for-interactive-git-rebase/

Open a command prompt and type the following command:

...


https://justgetflux.com/

f.lux fixes this: it makes the color of your computer's display adapt to the time of day, warm at night and like sunlight during the day.


https://devblogs.microsoft.com/scripting/use-windows-powershell-to-search-for-files/

Summary: Use Get-Childitem to search the files system with PowerShell.


https://superuser.com/questions/108207/how-to-run-a-powershell-script-as-administrator

  1. Create a shortcut to your Powershell script on your desktop
  2. Right-click the shortcut and click Properties
  3. Click the Shortcut tab
  4. Click Advanced
  5. Select Run as Administrator

https://github.com/retep998/winapi-rs

Windows API bindings


https://github.com/gonutz/d3d9

Go bindings for Direct3D9.


https://github.com/go-ole/go-ole

Win32 OLE implementation for golang.


https://github.com/MonaxGT/gosddl

Converter from SDDL-string to user-friendly JSON. SDDL consist of four part: Owner, Primary Group, DACL, SACL.


https://github.com/Awesome-Windows/Awesome#readme

💻 An awesome & curated list of best applications and tools for Windows. - Awesome-Windows/Awesome


https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion

How to install git completion on different platforms...