Skip to content

Instantly share code, notes, and snippets.

@culvr
culvr / start-and-stop.ps1
Created April 22, 2013 16:58
Start a process, keeping a reference to, and then stopping it later
$notepad = Start-Process notepad -PassThru
# Do Interesting Things
Stop-Process $notepad.Id
@culvr
culvr / rdp_logout.bat
Created August 1, 2012 16:12
Logout out of a RDP session, automatically logging in the previous user.
@echo OFF
rem End RDP session, and automatically login to previous user
rem
rem This must be ran as an Administrator
tscon 2 /dest:console