Enable Remote Registry from Command Line

This is how I enable the Remote Registry on local system or remote system from the command line in Windows 7 and/or Windows XP. sc start RemoteRegistry To enable it to start automatically (default manual startup) sc config RemoteRegistry start= auto Note:  There is a space required between start= and auto. To do this on a remote system, use the following syntax: sc TestComputer start RemoteRegistry sc TestComputer config RemoteRegistry start= auto You can configure the service start-up type from Continue reading →

Nginx 1.0.13 Stable Upgrade from 1.0.12

This article was posted more than 1 year ago. Please keep in mind that the information on this page may be outdated, insecure, or just plain wrong today.

Just upgraded www.techish.net’s webserver (nginx) to 1.0.13 (latest stable).  All is good.  =)
http://nginx.org/en/download.html

#nginx

My screenrc Configuration

This is my user screenrc configuration file. Short and simple. startup_message off caption always "%{= Wk}%-w%{= Bw}%n %t%{-}%+w %-=" vbell off term screen-256color altscreen on bindkey "^[[1;5D" prev # change window with ctrl-left bindkey "^[[1;5C" next # change window with ctrl-right Continue reading →

Windows To Go Step-by-Step Guide

New to windows 8 is a feature called Windows to go. Windows to go allows you to run Windows on USB device such as USB stick or USB hard drive.   According to Microsoft, a Windows To Go drive can be deployed, once created, with Windows tools such as ImageX. Windows To Go works both on USB 2.0 and USB 3.0 connections, and both on legacy BIOS and UEFI firmware. The first time Windows To Go boots on a particular computer, it installs the drivers for that particular hardware and no reboot is required. Continue reading →

Microsoft LogParser GUI

LogParser Studio has recently been released and is a long awaited release at that. It now provides a GUI interface for LogParser utility with Windows server and Windows desktop systems. Log Parser Studio is a utility that allows you to search through and create reports from your IIS, Event, EXADB and others types of logs. It builds on top of Log Parser 2.2 and has a full user interface for easy creation and management of related SQL queries. You can download LogParser Studio from Microsoft site: Continue reading →