Help: Adding My Videos Folder To Start Menu - Windows XP Only

Pages: 1, 2
free web hosting
Free Web Hosting > Computers & Tech > Operating Systems > Windows (All Versions)

Help: Adding My Videos Folder To Start Menu - Windows XP Only

vizskywalker
Okay, I am halfway to being able to add the My Videos Folder (the only of the special My <Files> folder I really use) to the start panel. For those of you who don't know what I am talking about, make sure you have the new XP start menu not classic, then open your start menu. The right side is the start panel, and it should have links to things like My Documents, My Music, My Computer, etc. The only one you can't add to it (you add features to it from the properties page) is the My Videos File.

No, my method:

1) Knowing Windows as well as I do, first thing after experimenting with properties and doing a web search is hit the registry, where I find the following key, and it is the only key relating to the start panel or involving both the start menu and the My <Type> Folders:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
There was a similar MyDocs key and MyMusic key so I was sure I had hit the jackpot. So, I exported the key and all subkeys and changed all references to "MyPics" to "MyVids" and added the new key, no change to the start panel or the properties page.

2) So, I look at the subkeys and the data for the keys, and I find these pices of data under the main key:
CODE
"Text"="@shell32.dll,-30486"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"
So, I open up a dll viewer (IconView version 3.5, freeware) and look at icon 236 and see it is the icon for the My Pictures folder, so I change the number to 238 (the number for the My Videos icon). I notice from similar keys such as the MyMusic key that the last number in the text reference matched the last number in the icon reference, so i try changing the text reference to -30488, which turns out to not exist (or simply not work, I'm not sure).

3) So I change the text from pointing at a shell32.dll reference to simply "My Videos" and low and behold, on the properties page appears a reference to the My Videos file and adding it to the start panel. So I check the radio button that says add to panel as link, nothing happens. So I keep looking at the keys, and I see one called policy with a sub key like such:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ _
    Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyPictures]

I do a little online research and find out this is a reference to a windows policy, but I can't find a similar poicy for the My Videos folder, so I became stumped.

Now the question(s):
1) Does anyone know of an existing windows policy for the My Videos folder?
2) Does anyone know how to copy and edit an existing policy?
3) Does anyone know how to create a new policy regarding something like this from scratch?

~Viz

P.S. Just for your reference, a copy of the original MyPics key and sub keys and my new MyVids key and subkeys.

Original MyPics key as exported by RegEdit:
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics]
"Type"="group"
"Text"="@shell32.dll,-30486"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,236"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyPics"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyPics\Policy\NoSMMyPictures]
@=""



New MyVids key as exported by Regedit:
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids]
"Type"="group"
"Text"="@shell32.dll,-30488"
"Bitmap"="%SystemRoot%\\System32\\shell32.dll,238"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Hide]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30492"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000000
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Menu]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30491"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000002
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Open]
"HKeyRoot"=dword:80000001
"Type"="radio"
"Text"="@shell32.dll,-30490"
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"ValueName"="Start_ShowMyVids"
"CheckedValue"=dword:00000001
"DefaultValue"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\ _
CurrentVersion\Explorer\StartMenu\StartPanel\MyVids\Policy\NoSMMyVideos]
@=""



P.P.S. If anyone knows where to get a free legal copy of some software that will reveal the entire contents of a dll file, not just icons but text, functions, the works, please let me know.

IMP. NOTE: Some of the Registry Keys were too long and were distorting the forum page. Hence they've been broken up and shown in TWO lines using the "_" (underscore) character. Wherever you meet an "_" it means the next line is the continuation of the one prior to it.

 

 

 


Reply

yeh
About revealing the contents of a DLL, I would like to know the software that can do that too. So vizskywalker, if you ever found out, can you please post it here? smile.gif Thanks.

Reply

miCRoSCoPiC^eaRthLinG
QUOTE

P.P.S. If anyone knows where to get a free legal copy of some software that will reveal the entire contents of a dll file, not just icons but text, functions, the works, please let me know.


Try Resource Hacker - that'll reveal all kinds of embedded resources in DLLs - icons, bitmaps, text, string tables etc. but I don't know of any that will reveal functions too all in one shot.. There are separate tools for them.

Try these links:
Resource Hacker:
http://www.angusj.com/resourcehacker/

DLL Function Viewers:
http://www.nirsoft.net/utils/dll_export_viewer.html

A good one to scan dlls and build a heirarchical list of all dependencies and functions is Dependency Walker:
http://www.dependencywalker.com/

I use most of these tools - particularly Resource Hacker and Dependency Walker and they help me along in every single step.. Simply couldn't do without those two. Besides, Resource Hacker not only shows you the embedded resources - but allows you to modify them too. Infact, one of the approaches to getting rid of the pissing-off Ads and Side-Tab in MSN Messenger is to use Resource Hacker and modify a part of it's layout CSS which is embedded inside Messenger.EXE

Just google for "list function in dll" and you'll get plenty of other variations.

 

 

 


Reply

austiniskoge
Well I didn't read through all of the technical junk, but can't you just drag and drop the folder with the right click button?

That always works for me... unless it's something totally different... then sorry. smile.gif

Reply

arukomp
QUOTE(austiniskoge @ Sep 6 2006, 04:04 AM) *

Well I didn't read through all of the technical junk, but can't you just drag and drop the folder with the right click button?

That always works for me... unless it's something totally different... then sorry. smile.gif


As I understand, this isn't like you thought. He wants to add My Videos folder where My Documents, Recent Documents, My Music, My Pictures and My Computer area and it's impossible to do it with drag and drop.

I guess I understood right as I should understand. If no, then sorry, because I didn't read all the post. It's huge smile.gif

Reply

FireflyWillLive
Well, I do understand what you are trying to do, but I'm not confident enough to start screwing with my registry... Although I have just now stumbled across a partial solution.

1) Right click taskbar or start menu button and go to properties.
2) Under the start menu tab go to the customize button (assuming you aren't using the "Classic Start Menu")
3) Under the advanced Tab there is a list of "Start menu items:"

This apparently controls all the right side of the start menu, and it doesn't take to long to realize My Videos was left out, but if you go to My Documents (near the top of the list) you can select "Display as a menu" instead of "Display as a link". This causes the My Documents link on the top right of the start menu to allow you into it and all subfolders. Try it out, It seems to be the fastest way to get to the vids folder just using my keyboard so good luck.

Click to view attachmentClick to view attachmentClick to view attachment

Reply

vizskywalker
True, I had found that solution, but it also places all the other sub folders on my Start Menu which takes up more room than I want. Actually, mostly this exercise was in getting Windows to do what I wanted, not having to find a work around. But it is a useful suggestion for those who want quick access.

~Viz

Reply

LostInTheVoid
EDIT
Dear WeaponX, I didn't use the code tags because they screwup the registry file, and I was concerned about people that don't edit their registry all the time not realizing this. So to those that don't edit thier registry, please becareful with the cut and paste of the code. I can not explain how it should look with the code views, so you will have to play with it. in the hex edit you must make sure that every \ is at the end of a line, not at the beginning.
EDIT


Hi Guys,

I know I'm reviving an old post, but I did it. I was doing the same thing vizskywalker was, and got stuck in the same place. I searched google and found this post but nothing to help. So I started searching the Registry for the Menu entries so I could add a new one for my new folder. They aren't in there which means it's hard coded into explorer.exe sad.gif . What I did find though are 2 sets of keys that make the other areas of the start menu!

The first set would mess up the start menu everytime I added a new entry. bummer! The second set however didn't! I now have a new folder on my start menu here's a screenshot:



Ok, I would type out a long walkthrough on how to do it, but I stink at explaining so I'll do it this way instead.

Send me $400.00 USD.............. No just kiding, it'll be $500.00

anyway,

First you need to open regedit. Start > Run and type regedit and hit enter.

Next you need to find the last of the menu keys. to do this, go to edit > find (or hold CTRL and press F). In the find field, type {2559a1f0-21d7-11d4-bdaf-00c04f60b9f0} . Now scroll down until you are at the last one. On my computer it was {2559a1f5-21d6-11d4-bdaf-00c04f60b9f0}. Now left click it one time to highlight it.

Next you need to open Notepad. Start > All Programs > Accessories > Notepad.

Next you need to decide which registry file you want from below. I have provided 2 kinds here, but they can be modified to direct where ever easily. The first will be a "My Downloads" menu item that leades to "My Documents\My Downloads"

Once you have copied the code from below, paste it into the notepad window. (hold CTRL and press V)

Next you have to change the key sequence. To do this we are going to go back to Regedit and look at that last key. Take note of the nineth character, on my computer it was {2559a1f5. Now go back to notepad and make sure the nineth character in the key is incremented by 1. So if the last key in your regedit was {2559a1f5-21d7-11d4-bdaf-00c04f60b9f0} then the key in Notepad should look like {2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}.

If you have to change the number of the key in notepad be sure to change them all with Replace!!!

Now save the file somewhere easy to find, and name it MyFolder.reg .

Now go to it, and double click it. It will ask if you are sure you want to insert the data, click yes.

After it's inserted, log off (not restart) and log back in to see the change.

If for some reason this doesn't work, it's easy to fix. Just open regedit (Start > Run and type regedit and hit enter) and delete the key you just added. It's in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1fX-21d7-11d4-bdaf-00c04f60b9f0}. X is the number you added.

Hope this helps.
Lost In The Void

My Downloads (Folder must be made in My Documents and named My Downloads)
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="My Downloads"
"Infortip"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
  4c,00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,65,
\
  00,6e,00,74,00,73,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,77,00,6e,00,6c,00,
\
  6f,00,61,00,64,00,73,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="%systemroot%\\system32\\shell32.dll,126"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,
\
  64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"Command"="&Open"
"method"="ShellExecute"
"Param1"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,\
  00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,65,00,
\
  6e,00,74,00,73,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,77,00,6e,00,6c,00,6f,
\
  00,61,00,64,00,73,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000


My Videos
CODE
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="My Videos"
"Infotip"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,\
  4c,00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,65,
\
  00,6e,00,74,00,73,00,5c,00,4d,00,79,00,20,00,56,00,69,00,64,00,65,00,6f,00,
\
  73,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="%systemroot%\\system32\\shell32.dll,129"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,00,25,\
  00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,
\
  64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"Command"="&Open"
"method"="ShellExecute"
"Param1"=hex(2):25,00,55,00,53,00,45,00,52,00,50,00,52,00,4f,00,46,00,49,00,4c,\
  00,45,00,25,00,5c,00,4d,00,79,00,20,00,44,00,6f,00,63,00,75,00,6d,00,65,00,
\
  6e,00,74,00,73,00,5c,00,4d,00,79,00,20,00,56,00,69,00,64,00,65,00,6f,00,73,
\
  00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000


Notice from WeaponX:
Use CODE/QUOTE tags when copying sections of code/scripts.

Reply

iGuest
Lost in The Void, It's been awhile since you posted the walkthrough on adding folders but this is something I've just stumbled across and it worked great (after I made a few adjustments to the code because of the code tags. The only thing is that I would now like to add more folders and folders that exist on different disk drives if it's possible. Where in the registry code does it specify the folder to open? What would I have to change. Because what I would like to do since there is no way to add the new folders to the same place as the existing folders I figure that I would just remove the existing ones and recreate them with the new group so they are all grouped together. you can e-mail me at goatman_christ@yahoo.com Thanks

-James

Reply

iGuest
Adding Quick Access Shortcuts
Help: Adding My Videos Folder To Start Menu

I know you guys are playing around to figure something out ( and I admire that and wish I could do all that kind of stuff myself ), and I also wanted to add My Videos and My Downloads to the Start Menu ; but there are a lot of people out there ( including me ) who are not as savy as a lot of you Computer Gurus so here is an easy way to access whatever " folder " or " file " you want . Just " right-click " and HOLD mouse button and Drag & Drop a shortcut on Quicklauch taskbar or right-click Taskbar and Click on Toolbars and then Create a " New Toolbar " of whatever you want by browsing to where it is and clicking on it .I do this with the Control Panel and Accessories and find it extremely convenient . I also have a whole bunch or shortcuts to different folders in my Quicklaunch Area , even one of the Quicklaunch Folder so I can add whatever to it that much more easily . Good luck with your project , I would still like to find out how to do what you are trying to do also .

-Lucien J. Dumouchel

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. add videos to start panel vista - 0.49 hr back. (1)
  2. 80c83d6ea744bcc4d6266977665d4327 - 2.05 hr back. (1)
  3. how to change thre taskbar - 3.54 hr back. (1)
  4. my videos folder in windows xp - 4.15 hr back. (1)
  5. cannot find my videos folder - 9.87 hr back. (1)
  6. my videos folder icon - 10.50 hr back. (1)
  7. add folder start menu - 10.95 hr back. (1)
  8. editing mypictures my videos in start menu - 16.82 hr back. (1)
  9. how to add folder to start menu items list xp - 17.62 hr back. (1)
  10. creating my videos on start menu - 18.44 hr back. (1)
  11. my videos on start menu - 25.10 hr back. (1)
  12. add my music start menu xp - 25.73 hr back. (3)
  13. show my videos in start menu - 26.58 hr back. (1)
  14. my videos folder - 11.63 hr back. (4)
Similar Topics

Keywords : adding, videos, folder, start, panel, windows, xp

  1. Windows 7
    (4)
  2. Image Problems With Windows 2000
    (8)
    Hi, since a while i got two problems related with images files in my Windows 2000 machine, both are
    very closely related because them happen with Windows Explorer and with Internet Explorer 6. The
    problems are: Windows Explorer Thumbnails Preview : The problem with this option of the View menu
    is that it doesn't show any thumbnail preview of any image in my hole computer, i verify this
    problem for jpg, jpeg, gif, png or bmp files, but it works fine and generate the thumbnail previews
    for html files. IE Save as... dialog and JPG files extension : Every time that....
  3. Why I May Be Installing Windows Xp Sp3 Again
    (7)
    This is a sad tale of a man and his machine that would not start again. The story continues with a
    sorted affair between two operating systems and a battle to win the love of this man’s heart. My
    problems began last weekend when I started my computer after it had been off from the previous
    night. Everything went normally throughout the POST but once Windows XP started I heard the dreaded
    clicking from the hard drive. After several reboots and a Spinrite diagnostic I gave up and called
    the time of death around three in the afternoon. This is not all bad because I had....
  4. Windows Sp4 ?
    How (8)
    i am not sure to say this but MS will have SP4 soon out.. i found out today that Sp4 is and has bigs
    fix.....
  5. Windows Xp Sp3 Available
    (16)
    Windows XP Service Pack 3 is now officially available through Windows Update and the Microsoft
    Download Centre. Link for Windows XP Service Pack 3 Network Installation Package for IT
    Professionals and Developers It is not suggested you download the standalone package unless you
    are updating multiple computers. I have personally tested the final version of Service Pack 3 on my
    Windows XP SP2 virtual machine, and I have not encountered any problems yet with it. Interestingly
    enough, I haven't seen any speed improvements that reviews have been talking about.....
  6. Windows Vista
    How would you rate it? (5)
    I like windows vista, It has a unique design and security system...Although it's just another
    copy of WindowsXP, Except different design and some new features, Here are my overall ratings:
    Design Rating : 8/10 - I think i give it 8/10 because i like the design but even sometimes i find
    design faults/bugs in them. System Rating : 7/10 - I give this 7/10 because the system is unique
    but also sometimes very fustrating to use. New Features : 8/10 - I'm giving the new features
    8/10, Simpy because there are some bugs i've found in lots of new features that Vist....
  7. How To Make Windows Xp Faster
    (30)
    hello does somwane have tips to let windows xp start up faster are there special programmas for or
    somthing like thate thanks fore youre time....
  8. Will Using Fdisk Corrupt Windows Partition?
    (9)
    I remember doing this before in the past with a DOS partition. It wasn't working properly, so
    the office tech told me to use fdisk and delete that DOS partition. Then recreate it. To my surprise
    Windows still worked after that. I always thought that fdisk would corrupt the Windows partition
    somehow since it was a destructive partitioning tool. So I have always used Partition Magic instead
    for my partitioning needs. If I install Linux on a separate partition and decide to get rid of it
    later using fdisk, Windows will still be intact right? From my understanding now,....
  9. Deleting A Corrupt File
    Cannot delete a corrupt file on Windows XP... (25)
    I was upgrading some software and came across a corrupt file that halted the installation process. I
    went to see what was wrong with the file, and failed to manually delete it. I tried moving
    (cut&paste) it to another location, and the installation succeeded. However, the file is still on my
    drive, taking up a KB of space. I know that's not a lot, but where am I supposed to put it? In a
    folder created especially for all the corrupt files on my computer? /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> I've heard
    something....
  10. Lock Workstation Shortcut
    How to make a shortcut to lock your windows computer (8)
    1) Right click on desktop and select add new shortcut 2) In the 'Type Location of the item:'
    box type or copy %windir%\System32\rundll32.exe user32.dll,LockWorkStation then click
    'next' 3) In the 'Type a name for this shortcut:' box type or copy "Lock
    Workstation" and click 'Finish' 4) Now if you would like go to properties and Change Icon
    browse to: %SystemRoot%\explorer.exe and I use the red circle with the white x ....
  11. Folder Without A Name ...
    Trick :D (25)
    hei guys do u know how to make a folder without any name /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> ye try this and tell me if
    its working or not /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
    alt="biggrin.gif" /> right click->make new folder->use backspace to remove the name ->press
    alt+255.-->press enter. use number keys which are on right side of keyboard.....
  12. Windows XP Folder Encryption Key ?
    Where is the Windows XP encryption Key saved. (13)
    Does any one know where is the encryption key in Windows XP stored. In other words how can one get
    encryption key. Or how to retrive the data without the encrytion key. By encrypting a file or
    folder, we are converting it to a format that can't be read by other people. A file encryption
    key is added to files or folders that you choose to encrypt. This key is needed to read the file.
    ....
  13. Can You Create A Folder Name "con"
    Is it possible to create a folder named "CON" in Windows? (17)
    I tried in both Windows XP Home and Professional. If you try to make a folder named "CON" Windows XP
    renames it back to what it was. So creating a new folder with the name "CON" just renames it to "New
    Folder". The bug seems like a variable that got treated as a string or vice-versa. Trying to create
    the folder from a cmd prompt failed with an error "The directory name is invalid.". This also works
    when you try to create a file called "CON", or "CON.". ".CON" shows up the way it should. Somewhere
    I found the reason that CON stands for CONsole which is device name but....
  14. Windows XP Error: Explorer Crashes While Drag & Drop
    (14)
    Dear Friends When using WINDOWS XP, and while in Windows Explorer, very often when attempting to
    drag a file from Explorer to the folder you want to move it to, an error message will pop up saying:
    Windows Explorer has encountered a problem and needs to shut down...which usually freezes up
    Explorer..and you have to open it up and try to do the function of dragging the file again. As
    well...in some cases, when that error shows up, almost instantly after closing it, which usually
    means you have to do the Control-Al-Del thing opening the task list in order to close the fol....
  15. The Best Version Of Windows
    (42)
    With all the different flavors of Windows, what in your opinion is the best version? Win95, Win98,
    Win98SE, WinNT, Win2000, WinXP, Vista, and even remember Windows 3.1? I hear that hardcore Windows
    users are in love with Win98SE for some reason? Is there any justification behind this? I mean
    this is a version of Windows that is definitely not supported anymore, but is the security and
    stability of this version that much better where it doesn't need support? Personally, I really
    like Win2000 over any other version. It seems more secure and stable, and I'm pr....
  16. Windows Server 2003
    lsass.exe and services.exe keep getting killed (8)
    Hello, I've run MS update several times and still, the processes lsass.exe and services.exe
    keep getting killed and causing the server to reboot unplanned. I don't think it is the blaster
    worm because no computer on my network (except for mine which is fully patched & protected) is
    turned on when the system reboots. (Logs show that it has also rebooted several times overnight too)
    I'm not sure what the problem is. As you can tell, I'm not a Windows system administrator.
    I much prefer Linux because critical system processes cannot be terminated. F....
  17. How To Run Mac On Windows ?
    How you can run Mac OSX on Windows XP? (14)
    I was recently surfing the web when i came across an article that talked about running Mac on
    Windows. I was wondering if anyone knows a program that might let me do this. If you follow this
    link http://reviews.cnet.com/Make_your_PC_look_...23.html?tag=vid you will see a tutorial program
    that allows you to change the appearance of your Windows XP into a Mac OS. THis is not what i am
    looking for. I am looking for a program that will actually run mac on XP. Can anyone please let me
    know if there is an application like that.....
  18. Using Same Serial # On Multiple Copies Of Windows
    (15)
    I heard it is possible to run more than one computers on the same serial of Windows. I also heard
    that it can be registered and use all the functions of any legal copy of Windows. Lets say I have 4
    computers in my house and don't want to pay $800 for windows on each one if I build them
    all myself. I can just put same serial on all of them. But I heard this is also breaking the EULA
    agreement with Microsoft which redeems this being illegal or improper use of windows. I would like
    to hear your sides on this, or the whole truth behind this. If so does this mean som....
  19. Add Hibernate To The Shutdown Menu
    (7)
    I'm pretty sure it involves a registry edit, which is fine if anyone can find it for me, but I
    want to add the Hibernate option to the options on the Shutdown menu. For reference, I have Windows
    XP Pro SP2. I know that if I hold down shift the Standby button changes to Hibernate, but I would
    prefer to have Hibernate be a constant fourth option to the left of the Stansby button. I know
    it's possible because I've seen it done before. Thanks, ~Viz....
  20. 12 Things You Didn't Know About Windows XP
    WindowsXP hidden features (5)
    Copied from http://forums.aspfree.com/windows-os-15/20...-xp-102029.html QUOTE You've
    read the reviews and digested the key feature enhancements and operational changes. Now it's
    time to delve a bit deeper and uncover some of Windows XP's secrets.. 1. It boasts how long
    it can stay up. Whereas previous versions of Windows were coy about how long they went between
    boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from
    the All Programs start button option, and then type 'systeminfo'. The computer w....
  21. Problem Deleting Empty Folder In Win XP
    why you can not delete an empty folder? (13)
    It happened to me several times. When a folder is already empty, but still can't delete it.
    Which says something about other user is using it. Yet I am the only user on my PC. Anyone knows why
    is it? And how to deal with it?....
  22. Disable Recent Docs History In Windows
    (2)
    How to disable Recent Docs History in Windows (XP,ME,2000,98) 1- click Start > Run > and type
    “regedit” 2- find and go to
    HEKY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\E
    xplorer 3- in right panel create a new Binary Value and name it “NoRecentDocsHistory” 4- give it
    value of 00 00 00 01 5- close registry editor and restart your computer NOTE: Incorrectly editing
    the registry may damage your windows before making changes to the registry, make a backup copy ....
  23. How To Create "ghost" Images (norton) On Windows
    (46)
    Hi, I'm tired of wasting so much time on a site when I have to reinstall Windows from scratch.
    Want to speed up the process a little since I have to install Windows XP, any Service Packs, Norton
    Antivirus and Microsoft AntiSpyware for the computers. I want to create images of good working
    Window states, but have some questions. 1. How much faster would this be compared to reinstalling
    everything manually? I will be doing this from an external hard drive. 2. What are the chances of
    an image not working assuming that the image created is good? I heard that these ....
  24. Command Line (dos) Tips For Windows Xp
    (5)
    Windows XP cmd tip (DOS isn’t dead... it just smells funny) Some command-line folder creation
    examples: To create multiple folders at once, add them directly to the "md" command: C:\> md
    this is a test To create a folder several folders deep, use: C:\> md
    this\is\a\test Creating a folder with a long name requires the double-quote at the
    beginning: C:\> md "this is a test Bonus tip: Windows XP supports the forward slash "/" as a
    folder divider. Unix/Linux users: don't let the DOS environment get you down. Use a Unix-style
    CD comman....
  25. Where Does Windows Xp Store Its Passwords ?
    (10)
    Is thre a file where password information is kept in windows XP? If so what is it's name and
    where is it located?....
  26. A Note To All Illegal Windows Xp Owners
    (47)
    Hi, all illegal Windows XP users WILL NOT be able to download any updates or software from Microsoft
    website. Automatic Updates will no longer work, because Microsoft will have to ask for your Software
    identification.....
  27. How To Increase Windows Shutdown Speed
    when you enabled “clear Page File at shu (39)
    How to increase Windows shutdown speed when you enabled “clear Page File at shutdown”? /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> Note that making incorrectly changes
    to the registry may damage your system; please back up any valued data on your computer. 1) Go to
    Start menu > Run > and type regedit and click OK. 2) Find following address: HKEY_LOCAL_MACHINE
    \ SYSTEM \ CurrentControlSet \ Control \Session Manager \ Memory Management
    3) In right side right click on “ClearPageFileAtShutdown”, select Modify and mak....
  28. Windows Not Recognizing Ipod
    (20)
    OK, I'm running Windows XP and my iPod is not detected when I plug it in. The only things that
    I could guess are wrong are that I recently had a trojan, known as BackDoor-AWI and that my router
    flaked out and I have no internet on the computer in question now. I'm not sure what happened,
    but for some reason, McAfee is telling me that it's all screwed up on startup. So it's not
    even running anymore. My computer does recognize USB keys, but will not see my iPod for some
    reason. Any ideas?....
  29. Microsoft Service Pack 2 Cd (free)
    Windows XP (17)
    For those who missed my post: http://www.astahost.com/index.php?act=ST&f...t=10#entry27941 For
    those who want a free CD copy of Service Pack 2 with Advanced Security Technologies (popup blocker
    and firewall) follow this link: http://www.microsoft.com/windowsxp/downloa...us/default.mspx I
    ordered mine about 3 months ago, received it in a within a week. ....
  30. What Is The Use Of Service Packs For Windows?
    (15)
    Hi there. Who of you has service packs and what are they good for? Does it worth the huuuuuge
    download (keep in mind I have a 56k connection)? I said I wasn't going to update it but I got a
    video editing program and it asks me to have Service Pack 1 installed and that made me reconsider my
    choice... Thanks.....

    1. Looking for adding, videos, folder, start, panel, windows, xp

Searching Video's for adding, videos, folder, start, panel, windows, xp
Similar
Windows 7
Image
Problems
With Windows
2000
Why I May Be
Installing
Windows Xp
Sp3 Again
Windows Sp4
? - How
Windows Xp
Sp3
Available
Windows
Vista - How
would you
rate it?
How To Make
Windows Xp
Faster
Will Using
Fdisk
Corrupt
Windows
Partition?
Deleting A
Corrupt File
- Cannot
delete a
corrupt file
on Windows
XP...
Lock
Workstation
Shortcut -
How to make
a shortcut
to lock your
windows
computer
Folder
Without A
Name ... -
Trick :D
Windows XP
Folder
Encryption
Key ? -
Where is the
Windows XP
encryption
Key saved.
Can You
Create A
Folder Name
"con&qu
ot; - Is it
possible to
create a
folder named
"CON&qu
ot; in
Windows?
Windows XP
Error:
Explorer
Crashes
While Drag
& Drop
The Best
Version Of
Windows
Windows
Server 2003
- lsass.exe
and
services.exe
keep getting
killed
How To Run
Mac On
Windows ? -
How you can
run Mac OSX
on Windows
XP?
Using Same
Serial # On
Multiple
Copies Of
Windows
Add
Hibernate To
The Shutdown
Menu
12 Things
You
Didn't
Know About
Windows XP -
WindowsXP
hidden
features
Problem
Deleting
Empty Folder
In Win XP -
why you can
not delete
an empty
folder?
Disable
Recent Docs
History In
Windows
How To
Create
"ghost&
quot; Images
(norton) On
Windows
Command Line
(dos) Tips
For Windows
Xp
Where Does
Windows Xp
Store Its
Passwords ?
A Note To
All Illegal
Windows Xp
Owners
How To
Increase
Windows
Shutdown
Speed - when
you enabled
“clear Page
File at shu
Windows Not
Recognizing
Ipod
Microsoft
Service Pack
2 Cd (free)
- Windows XP
What Is The
Use Of
Service
Packs For
Windows?
advertisement




Help: Adding My Videos Folder To Start Menu - Windows XP Only



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE