Skip to content

Instantly share code, notes, and snippets.

@ralphie02
ralphie02 / build.yml
Created February 6, 2023 08:54 — forked from youhide/build.yml
GitHub Actions - Build for Windows, MacOS, Linux and release on tag.
name: Node CI
on:
push:
tags:
- 'v*'
jobs:
upload-release:
@ralphie02
ralphie02 / ...setup.md
Last active January 11, 2024 23:52
windows-stuff

Remove Annoyingly persistend windows.old directory (ref):

RD /S /Q %SystemDrive%\windows.old

Windows:

  • admin cmd: reg add hkcu\Software\Policies\Microsoft\Windows\Explorer /v NoWindowMinimizingShortcuts /t REG_DWORD /d 0x1 ## http://www.techunboxed.com/2015/07/how-to-disable-aero-shake-in-windows-10.html

  • encryption: group policy > Computer Configuration\Administrative Templates\Windows Components\BitLocker Drive Encryption

  • install psql in windows then run in linux: psql -p 5432 -h localhost -U postgres