Method :1
1. Navigate to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
2. Delete desktop.ini
3. Navigate to C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
4. Delete desktop.ini if present.
patterns & practices Performance Testing Guidance Project
Welcome to the patterns & practices Performance Testing Guidance project Community site. The purpose of this project is to build some insightful and practical guidance around doing performance testing and using Visual Studio 2005. It’s a collaborative effort between industry experts, Microsoft ACE, patterns & practices, Premier, and VSTS team members. – J.D. Meier, Carlos Farre, Prashant Bansode, Scott Barber, Dennis Rea
Address:
http://www.microsoft.com/windows/windows-7/beta-download.aspx
You may use the following product key to activate your evaluation copy of Windows 7 Beta 32-bit.
Product key: 4HJRK-X6Q28-HWRFY-WDYHJ-K8HDH
VGA (640×480) and with QVGA (320×240)
Figured this out earlier today:
I highly recommend backing up these registry values before modifying anything. If you don’t know how to do that, I don’t recommend that you even attempt this right now =)
- Make sure your Zune is not plugged in and your Zune software isn’t running
- open up regedit by going to the start menu and selecting “run”. Type regedt32 and hit “OK”
- Browse to HKEY_LOCAL_MACHINE\System\ControlSet001\Enum\USB\
- Search for “PortableDeviceNameSpace”. This should be contained in the Vid_####&Pid_####\########_-_########_-_########_-_########\Device Parameters within the above …\USB\ The ##’s listed here will be numbers and letters specific to your Zune
- Change the following values:
- EnableLegacySupport to 1
- PortableDeviceNameSpaceExcludeFromShell to 0
- ShowInShell to 1
- Plug in your Zune, and make sure the Zune Software starts up.
- Hopefully at this point you can open up “My Computer” and browse your device, though it does NOT show up as a drive letter.
Right now I can access it both as a harddrive and sync through the Zune Software.
[Edit: This was first posted here and ZuneBoards.com after I figured it out. For more information, check out ZuneBoards.com!]
string txt = TextBox1.Text;
string[] lst = txt.Split(new Char[] { ‘\n’, ‘\r’ }, StringSplitOptions.RemoveEmptyEntries);