Tag: windows
All the articles with the tag "windows".
-
WTF_ PowerShell 3 _ Cygwin
PowerShell -Version 2 flag is ignored when launched from Cygwin, always running PowerShell 3 instead.
-
PowerShell 2 and .NET Framework 4
How to configure PowerShell 2 to use .NET Framework 4 CLR via registry or config files.
-
MarkdownPad - very nice Markdown editor
Brief introduction to MarkdownPad, a WYSIWYG Markdown editor for Windows.
-
Remote debugging over TeamViewer
Step-by-step guide to setting up Visual Studio remote debugging over a TeamViewer VPN connection.
-
Dropbox and Symbolic Links
Explains how to sync arbitrary folders with Dropbox by creating symbolic links using Link Shell Extension.
-
Git Extensions from console
How to launch Git Extensions GUI from the command line on Windows by creating a custom git alias script.
-
Batch files substitutions
Reference for batch file FOR variable substitution modifiers like %~f, %~d, %~p to extract path components.
-
Use laptop as a Wi-Fi router
Guide to turning a Windows laptop into a Wi-Fi hotspot using netsh hosted network commands, with a Windows 8 driver fix.
-
How to add script to PowerShell 'startup'_
Explains how to use a PowerShell profile script to automatically run commands on every PowerShell session start.
-
sudo in PowerShell
PowerShell function and alias that elevates a process with admin rights, mimicking Unix sudo behavior.