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:
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:
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:
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.
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.
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? Thanks.
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.
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.
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.
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
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.
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.
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 . 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)
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
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 .
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....
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....
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.....
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....
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,....
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....
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 ....
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.....
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. ....
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....
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....
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....
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....
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.....
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....
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....
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....
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?....
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 ....
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 ....
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....
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.....
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....
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?....
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. ....
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.....
Looking for adding, videos, folder, start, panel, windows, xp
Searching Video's for adding, videos, folder, start, panel, windows, xp
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.