Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@petterpet
petterpet / Windows_Remote_Shutdown.md
Created November 30, 2018 14:05
Windows Remote Shutdown from Linux

Windows PC Remote Herunterfahren von Linux

Einrichtung in Windows (Remote PC)

Siehe hier

  1. In der Registry unter Computer\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System einen neuen DWORD (32-bit) Wert mit dem Namen LocalAccountTokenFilterPolicy und dem Wert 1 erstellen.
  2. Computer neustarten
  3. Notfalls den Dienst Remoteregistrierung starten
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active March 31, 2024 11:57
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04