-
Recent Posts
Archives
- April 2012
- March 2012
- February 2012
- December 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- February 2011
- January 2011
- December 2010
- September 2010
- August 2010
- June 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- September 2007
- August 2006
- January 2006
- December 2005
- November 2005
Categories
Meta
Category Archives: Computers and Internet
Simple Way to Add a Domain User to a Local Group
Sometimes I have trouble using the GUI for adding users to local groups. When I start Computer Management, select a local group and try to add a domain user, the user is not found. (“The following object is not from … Continue reading
Microsoft .NET Framework 1.1 on Windows Server 2008 R2 64 bit
It is not supported to run .NET Framework 1.1 on Windows Server 2008 R2, but it seems to work. What I did was to install: .NET Framework 1.1 .NET Framework 1.1. SP1 ASP.NET Security Update for Microsoft .NET Framework 1.1 … Continue reading
PowerShell Script for Web Request
I wanted to schedule a “ping” web request to a web application for “warm up” every morning. It turned out to be relatively simple using PowerShell. I created this script and called it Ping.ps1: $url = “https://…”$wc = new-object net.WebClient$probe … Continue reading
Posted in Computers and Internet
Leave a comment
Virtual Network with Internet Access Using Windows 7 Virtual PC and the Loopback Adapter
Sometimes I have the need to have two or more virtual machines connected in a virtual network when developing applications. You can set the network to Internal Network in Windows 7 Virtual PC settings and the virtual machines can communicate … Continue reading
How to change location of shared documents in Windows 7
Run regedit.exe and go the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Change the value of Common Documents to e.g. \\HPSERVER\Public\Documents.
Posted in Computers and Internet
Leave a comment