Category: Microsoft
Using Visual SourceSafe 2005 with Visual Studio 2010
You may notice that when you attempt to add your solution to a source control in Visual Studio 2010, that it only shows a TFS server as a choice. Don’t be alarmed, however, just: 1. Go to Tools > Options. 2. Click Show all settings if not checked, then go to Source Control. 3. Go…
How-to: Bypass a WSUS server
As long as you have administrative access on your work computer, all you have to do is change the following key to ‘0’ (from ‘1’): UseWUServer under the following location in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU Hope this helps someone out there.
How to enable or disable Quick Launch in Windows 7
Just adding this for archival purposes… http://www.sevenforums.com/tutorials/888-quick-launch-enable-disable.html
Web Service Reference in Visual Studio 2010
If you’ve used Visual Studio 2008 or 2010, you’ll notice that Web Reference is no longer there (like in VS 2005 and previous), instead, you see Service Reference –– actually, it’s STILL there, just hidden! So, what’s the difference? Well, according to this post: Add Web Reference is the old-style, deprecated ASP.NET webservices (ASMX) technology…
How to fix a corrupted Windows 7 profile
Log on with newly created administrative account. Delete C:\Users\%username% Delete C:\Users\TEMP Delete the registry key matching your SID from: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList Check the value of ProfileImagePath so the system will your correct profile. Restart once again and login with your own account.