windows.md
July 15, 2021 · View on GitHub
Bookmarks tagged [windows]
www.codever.land/bookmarks/t/windows
GitHub - jlevy/the-art-of-command-line: Master the command line, in one page
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.
- tags: windows, macos, linux, bash, documentation, unix
- :octocat: source code
How to Change Your Default Web Browser in Windows
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
- tags: windows
Debloat Windows 10 in 2020 – Chris Titus Tech
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.
- tags: windows
Git Tips #2 - Change editor for interactive Git rebase
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:
...
- :calendar: published on: 2016-08-03
- tags: git, git-rebase, windows
f.lux: software to make your life better
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.
- tags: productivity, tools, macos, windows
Use Windows PowerShell to search for files
https://devblogs.microsoft.com/scripting/use-windows-powershell-to-search-for-files/
Summary: Use Get-Childitem to search the files system with PowerShell.
- :calendar: published on: 2016-06-27
- tags: windows, powershell, bat, cmd
how to run a powershell script as administrator - Super User
https://superuser.com/questions/108207/how-to-run-a-powershell-script-as-administrator
- Create a shortcut to your Powershell script on your desktop
- Right-click the shortcut and click Properties
- Click the Shortcut tab
- Click Advanced
- Select Run as Administrator
- tags: windows, powershell
retep998/winapi-rs
https://github.com/retep998/winapi-rs
- tags: rust, platform, windows
- :octocat: source code
d3d9
https://github.com/gonutz/d3d9
Go bindings for Direct3D9.
- tags: go, windows
- :octocat: source code
go-ole
https://github.com/go-ole/go-ole
Win32 OLE implementation for golang.
- tags: go, windows
- :octocat: source code
gosddl
https://github.com/MonaxGT/gosddl
Converter from SDDL-string to user-friendly JSON. SDDL consist of four part: Owner, Primary Group, DACL, SACL.
- tags: go, windows
- :octocat: source code
awesome-Awesome
https://github.com/Awesome-Windows/Awesome#readme
:computer: An awesome & curated list of best applications and tools for Windows. - Awesome-Windows/Awesome
- tags: awesome-list, platform, windows
- :octocat: source code
Install Bash git completion
https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion
How to install git completion on different platforms...