Skip to content

Instantly share code, notes, and snippets.

View nachum37's full-sized avatar

Nachum Marcus nachum37

View GitHub Profile
@nachum37
nachum37 / zerotierprivate.ps1
Created February 15, 2023 16:44
Makes all ZeroTier networks private on Windows. No need to disconnect, reconnect and then click the elusive popup.
foreach ($network in Get-NetConnectionProfile) {
if ($network.InterfaceAlias -like "ZeroTier One*") {
Set-NetConnectionProfile -InterfaceIndex $network.InterfaceIndex -NetworkCategory Private
}
}
@nachum37
nachum37 / Export Feedly Read Later to Pocket.md
Last active September 19, 2021 13:13 — forked from bradcrawford/feedly_export_saved_for_later
Simple script to export Feedly Read Later and Import to Pocket