Skip to content

Instantly share code, notes, and snippets.

@tikg
Last active February 19, 2024 08:05
Show Gist options
  • Select an option

  • Save tikg/bcee9fb3a00fa3a584db75805f09d085 to your computer and use it in GitHub Desktop.

Select an option

Save tikg/bcee9fb3a00fa3a584db75805f09d085 to your computer and use it in GitHub Desktop.

Always run Windows Terminal as admin on Win10

Open Terminal > Drop down tab > Settings > Defaults > Run tihs profile as administrator
image

Windows Related Resources

Patching: Batch Patch
Sharing files between Windows/Linux
Using Robocopy

Windows Folder and File Permissions Issue

Windows Run Command Tricks: windows startup folder

shell:startup

Sharing files between Linux and Win

Accessing Windows Share from Linux

Install smbclient and samba on linux
sudo apt-get install -y samba smbclient

On Windows add a user on compmgmt.msc
Start > Run > compmgmt.msc > Local Users and Groups > Users > Right Click > New User

On Linux access Share by path
\\IPADDRESS\NetworkShare
Login using credentials added to compmgmt.msc

Reverse: Accessing Linux Share from Linux

Make sure samba is installed
Follow guide

@tikg
Copy link
Author

tikg commented Feb 19, 2024

OneNote Screenshot ScreenClipping Hotkey - Shift+WinKey+S

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisabledHotkeys"="S"

[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\OneNote\Options\Other]
"ScreenClippingShortcutKey"=dword:00000053

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment