
This tutorial will be fairly simple, because were going to use a code, instead of doing this manually.
The install code below, I want you to copy, and paste into Notepad, and then save it as Install.reg.
The uninstall code below, I want you to copy, and paste into Notepad as well, and then save it as Uninstall.reg.
Once you've have your files saved, right click the Install.reg file, and click Merge, and same goes for the uninstall.
Install Code:
Show Hide:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}] @="Videos" "InfoTip"="Store videos"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\DefaultIcon] @="imageres.dll,176"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\InProcserver32] @="shell32.dll"
[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\shell]
[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\shell\open]
[HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}\shell\open\command] @="explorer shell:My Video"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}] @="Videos"
|
Uninstall Code:
Show Hide:
Windows Registry Editor Version 5.00
[-HKEY_CURRENT_USER\Software\Classes\CLSID\{ED228FDF-9EA8-4870-83b1-96b02CFE0D52}]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{ED228FDF-9EA8-4870-83B1-96B02CFE0D52}]
|
If you wanna know how to do this for XP, go here.
NOTE: You MUST have My Games visible on your start menu for this as it replaces that with My Videos. Also note that the Info Tip that appears when you hover the mouse cursor over the Videos icon seems to be unchangeable. It still reads Play and manage games on your computer.