It can be actual thing. which you are searching?
1 Manage your Project list or File list in Visual Studio .Net Start Page.
Just Follow the step - Given Below
Go to - Tools - Option - Recent Files - and then set number of items How much you want to show in your Recent Project list
2 Remove or Clear your unwanted items from your "Recent Projects" list.
Here is an nice tip on how to clear the "Recent Project" list:
To remove the projects from the list, follow these steps:
3 Another Simple way is
Create one Text file "Clear.txt" and add below contents in it
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]
Save and Close the file and rename is as "Clear.reg"; that is Registry file. Double Click to Run the file, this will clear the "Recent Project List" on your Visual Studio 2005 Startup Page. You can add entries for "Recent File List" and "Find and Replace List" in this same .reg file.
1 Manage your Project list or File list in Visual Studio .Net Start Page.
Just Follow the step - Given Below
Go to - Tools - Option - Recent Files - and then set number of items How much you want to show in your Recent Project list
2 Remove or Clear your unwanted items from your "Recent Projects" list.
Here is an nice tip on how to clear the "Recent Project" list:
To remove the projects from the list, follow these steps:
- Close Visual Studio if it is running.
- Start the Registry Editor (run regedit).
- Navigate to this registry key:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
- Then delete the key that has the project you do not want to keep in the list.
3 Another Simple way is
Create one Text file "Clear.txt" and add below contents in it
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]
Save and Close the file and rename is as "Clear.reg"; that is Registry file. Double Click to Run the file, this will clear the "Recent Project List" on your Visual Studio 2005 Startup Page. You can add entries for "Recent File List" and "Find and Replace List" in this same .reg file.
No comments:
Post a Comment