Nov 20, 2009
Pages: 1, 2

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

free web hosting

Read Latest Entries..: (Post #12) by iGuest on Oct 27 2009, 09:36 PM.
Adding-Videos-Folder-Start-Menu Help: Adding My Videos Folder To Start Menu  http://www.Vistastartmenu.Com/index.Html go here and download this free start menu...This will let you have your video (movie) link... Carole-Anne;-))) -reply by carlypan
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & 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.

 

 

 


Comment/Reply (w/o sign-up)

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.

Comment/Reply (w/o sign-up)

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.

 

 

 


Comment/Reply (w/o sign-up)

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

Comment/Reply (w/o sign-up)

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

Comment/Reply (w/o sign-up)

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

Comment/Reply (w/o sign-up)

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

Comment/Reply (w/o sign-up)

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.

Comment/Reply (w/o sign-up)

FeedBacker
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

Comment/Reply (w/o sign-up)

FeedBacker
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

Comment/Reply (w/o sign-up)

Latest Entries

iGuest
Adding-Videos-Folder-Start-Menu
Help: Adding My Videos Folder To Start Menu

 http://www.Vistastartmenu.Com/index.Html

go here and download this free start menu...This will let you have your video (movie) link...

Carole-Anne;-)))

-reply by carlypan

Comment/Reply (w/o sign-up)

iGuest
does not work
Help: Adding My Videos Folder To Start Menu

After correcting the reference reg file for formatting problems, it does not work.

Any suggestions or did M$ break this with XP SP3?

-reply by Marc

 


Comment/Reply (w/o sign-up)


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*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

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

  1. What Do You Guys Think Of Windows 7?
    The 'WoW' Starts 'NoW' (32)
  2. Windows Black Edition
    (13)
    Which version of windows is microsoft releasing after Vista?I heard that it is releasing microsoft
    windows black /. Does anybody know about it?....
  3. Windows 7
    (14)
    when will microsoft release windows7? does it have any cool features or new feature? can anyone tell
    me more about this ? thanks.......
  4. Windows Xp Service Pack 3 - Updates
    (19)
    its been a couple or more year, Microsoft haven't release a 3rd version of their service pack,
    for Micorsoft's Windows XP. In the late 2007, Microsoft had announce of the release of their
    Service Pack 3 for Microsoft Windows XP. Windows XP Service Pack 3 (SP3) is currently in
    development. As of January 2008, Microsoft's web site indicates a "preliminary" release date to
    be in the first half of 2008.A feature set overview has been posted by Microsof and details new
    features available separately as standalone updates to Windows XP, as well as features backpor....
  5. How To Login To An Expired Windows Vista System
    based on How To Login To An Expired Windows Xp System (2)
    I just read How To Login To An Expired Windows Xp System . This gave me a nice Windows Vista
    mini-tutorial. Notice!!! I'm not advertising piracy!! It's just a matter of having
    the rights to access your files, and it doesn't approve that it restores the full function of
    Windows Vista, and besides How To Login To An Expired Windows Vista System 1) Login until you go
    unto the windows where it says that the Windows has expired. 2) Click on the purchase new serial
    key. (yehey!!! /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="s....
  6. Windows 98 Transfer
    Just plug it in? (5)
    Ok as the other topic said, I am planning to purchase a new computer sometime soon. We have Windows
    98 on the old machine and I don't want to throw it out just yet. I need Internet Explorer 6/5.5
    for web page testing and obviously I can't run both Windows Internet Explorer 7 and 6 on Windows
    XP. So I am planning to transfer the entire hard drive over to the new system. A few issues though:
    Will Windows 98 with such "powerful" components? System has 512MB RAM, Intel Pentium 4 3GHz
    processor, 7.1 sound card, integrated video card and DVD+RW burner are the main com....
  7. Windows Vista Is Awesome!
    I've recently got Windows Vista and I've had very few problems (26)
    ATTENTION ALL READERS! WINDOWS VISTA IS AWESOME - I REPEAT - WINDOWS VISTA IS AWESOME! I think
    Windows Vista is an incredibly good operating system which allows you to do so much more than XP.
    The new look, design, simplicity, controls and layout are all fantastic. I've got a clock and a
    calendar on the right hand side of my desktop and all my icons easier and clearer to recognise. It
    takes under 5 seconds to log in and the graphics are just great. I've got Windows Vista Home
    Premium and as long as I install the compatible drivers, all the software works! I'....
  8. How To Login To An Expired Windows Xp System
    (18)
    Disclaimer from the site: QUOTE Disclaimer: I do not applaud piracy, but I do feel people
    should have access to their personal files, regardless of whether Windows has expired or not. This
    tutorial should not be used to bypass Windows Activation, nor does it restore full Windows
    functionality, but I provide it to those who are in desperate need of accessing files that are
    suddenly lost to them through the Microsoft Genuine Advantage activation system. I just
    came across this interesting tutorial. By now, everyone is familiar with Windows XP's....
  9. Help Needed To Create Windows Startup Script!
    (5)
    Hi all, I need a help from any one out here! I need to display one confirmation box using windows
    startup script! I need to run this script on each and every client system in my LAN! Here is the
    requirement: The script should ask the user to click yes to continue or no to exit. If the user
    click yes, that should open Internet Explorer with some site , Say google.com and after filling some
    forms and after closing the browser, that should bring to regular login screen which says, cntrl alt
    del to login! If the user directly preses the no button, that should close the co....
  10. Deleting A Corrupt File
    Cannot delete a corrupt file on Windows XP... (31)
    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....
  11. Change Ie Favorites Folder?
    (3)
    I need to change the internet Explorer favorites folder on a Windows XP machine. In the past I have
    used TweekUI. One small problem, I don’t have administrator right on the machine. I figure that
    there is a registry key that holds this information I just can’t find it. I have Googled on the
    subject but I only get references to TweekUI. Any suggestions?....
  12. Lock Workstation Shortcut
    How to make a shortcut to lock your windows computer (11)
    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 ....
  13. Folder Without A Name ...
    Trick :D (26)
    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.....
  14. Windows XP Folder Encryption Key ?
    Where is the Windows XP encryption Key saved. (15)
    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.
    ....
  15. Downgrade Windows MCE To XP?
    (9)
    Is it possible to downgrade a Windows Media Center Edition computer to use Windows XP instead?
    Someone is having so much problems with this machine and I think it's the Operating System
    causing the problem. I told her to reinstall Windows MCE, but I don't think they gave her any
    Windows CDs. I think she got it burned from a recovery partition after I told her to look for one.
    But that doesn't seem to work. So I'm thinking of downgrading to XP as a possible solution.
    Isn't Windows MCE very similar to Windows XP, aside from the extra media features? Th....
  16. Windows Xp Bsod Troubles
    (5)
    Our family computer is running Windows XP Home SP2 with all the latest updates installed and we
    constantly get Blue Screens of Death. The most common is DRIVER_IRQL_NOT_EQUAL_OR_LESS in NDIS.sys
    and portcls.sys. I have googled this many times and found nothing to help but I have heard the two
    files are for the network card and sound card respectively. The computer has the following specs:
    - Intel Pentium 4 3.0GHz - Gigabyte 85661FXMP-RZ motherboard with Award v. 6.0 BIOS - NIVIDIA
    GeForce FX 5200 - No idea what the network card and sound cards are but we use the net....
  17. Can You Create A Folder Name "con"
    Is it possible to create a folder named "CON" in Windows? (22)
    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....
  18. The Best Version Of Windows
    (52)
    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....
  19. Windows Problems "new Series"- Xp Home Edition Activation Issue
    (7)
    i never used Windows XP Home edition before, in these days i have no way to use it on my work pc,
    have no profissional edition and i don't want to buy one, in fact i hate windows at all, i use
    linux and it's so good and enough to me, but i must use it noway. after i installed it, it asked
    me to activate it, i went into the activation process, finally it told me to call any microsoft
    products reseller or something like that to provide me with a new product number as they say in that
    message: QUOTE According to our records, the number of times you can activ....
  20. Using Same Serial # On Multiple Copies Of Windows
    (31)
    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 somebody....
  21. Add Hibernate To The Shutdown Menu
    (10)
    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....
  22. Problem Deleting Empty Folder In Win XP
    why you can not delete an empty folder? (16)
    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?....
  23. Chmoding On Windows (apache) ? Howto ?
    (5)
    Hi, I've recently installed Apache 1.3.34 on my Windows XP machine. Does anyone know how to CMOD
    files to specific values? I've read somewhere that if you set the file to 'readable'
    that is the equivalent of CHMODing it to 777...is this true? By the way, sorry if this is in the
    wrong forum section. I wasn't really sure where to put this.....
  24. How To Create "ghost" Images (norton) On Windows
    (53)
    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 ....
  25. Command Line (dos) Tips For Windows Xp
    (7)
    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 command to change your present worki....
  26. How To Repair Disk Errors And Bad Sectors
    Windows Xp,2000,Nt (5)
    How to repair disk errors and bad sectors in Windows Xp,2000,NT You can use Windows Disk Manager
    tool to check for file system errors and bad sectors on your hard disk. To check your drives:
    1- right click on drive and click Properties 2- click Tools tab and under Error-checking, click
    Check Now 3- in dialog box select the Automatically fix file system errors or/and Scan for and
    attempt recovery of bad sectors check box Automatically fix file system errors ....
  27. Where Does Windows Xp Store Its Passwords ?
    (18)
    Is thre a file where password information is kept in windows XP? If so what is it's name and
    where is it located?....
  28. A Note To All Illegal Windows Xp Owners
    (55)
    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.....
  29. How To Increase Windows Shutdown Speed
    when you enabled “clear Page File at shu (45)
    How to increase Windows shutdown speed when you enabled “clear Page File at shutdown”? /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" 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 make value of ....
  30. Windows Not Recognizing Ipod
    (33)
    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?....

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

See Also,

*SIMILAR VIDEOS*
Searching Video's for adding, videos, folder, start, panel, windows, xp
Similar
What Do You Guys Think Of Windows 7? - The 'WoW' Starts 'NoW'
Windows Black Edition
Windows 7
Windows Xp Service Pack 3 - Updates
How To Login To An Expired Windows Vista System - based on How To Login To An Expired Windows Xp System
Windows 98 Transfer - Just plug it in?
Windows Vista Is Awesome! - I've recently got Windows Vista and I've had very few problems
How To Login To An Expired Windows Xp System
Help Needed To Create Windows Startup Script!
Deleting A Corrupt File - Cannot delete a corrupt file on Windows XP...
Change Ie Favorites Folder?
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.
Downgrade Windows MCE To XP?
Windows Xp Bsod Troubles
Can You Create A Folder Name "con" - Is it possible to create a folder named "CON" in Windows?
The Best Version Of Windows
Windows Problems "new Series"- Xp Home Edition Activation Issue
Using Same Serial # On Multiple Copies Of Windows
Add Hibernate To The Shutdown Menu
Problem Deleting Empty Folder In Win XP - why you can not delete an empty folder?
Chmoding On Windows (apache) ? Howto ?
How To Create "ghost" Images (norton) On Windows
Command Line (dos) Tips For Windows Xp
How To Repair Disk Errors And Bad Sectors - Windows Xp,2000,Nt
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
advertisement



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

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com