maxXPsoft Posted September 13, 2005 Author Posted September 13, 2005 but two question...Is there a regmod for unhide the quicklaunch only? I believe there is but I haven't looked for it. Perhaps in the registry tweaks post in pinned topics.And what is the script for rebuilding links on the new machine?(or links ) .lnkNo scripts, you're copying them to the correct location.As I explained above, nothing in a shortcut is proprietary to any machine. Link to code above proves that as I have been using similar code to do same thing for year's.As long as the PATH Is same then they will work.
Kapo Posted September 13, 2005 Posted September 13, 2005 so is not true the reference to the machine of the creation of the link?
maxXPsoft Posted September 13, 2005 Author Posted September 13, 2005 No its not true, look at the link to the source code that creates them.You could also use shortcut.exe to do this for you.
Takeshi Posted September 14, 2005 Posted September 14, 2005 If I have read it correctly, since you don't need the 2nd reg then this should no longer be necessary:"REGEDIT /S quicklaunch2.reg"
lizard1 Posted September 14, 2005 Posted September 14, 2005 @maxxpsoftYou should have read the link you posted (which was very interesting, btw).http://msdn.microsoft.com/library/default....ts/shortcut.aspWhen a Shell link is created, the system saves information about the link. When resolving a link—either automatically or with an Resolve call—the system first retrieves the path associated with the Shell link by using a pointer to the Shell link's identifier list. For more information about the identifier list, see Item Identifiers and Identifier Lists. The system searches for the associated object in that path and, if it finds the object, resolves the link. If the system cannot find the object, it calls on the Distributed Link Tracking and Object Identifiers (DLT) service, if available, to locate the object. If the DLT service is not available or cannot find the object, the system looks in the same directory for an object with the same file creation time and attributes but with a different name. This type of search resolves a link to an object that has been renamed.http://msdn.microsoft.com/library/en-us/fi...identifiers.aspstates the following:To search for name spaces 1. Search four directory levels down from the last directory. 2. Move up one directory and repeat steps 1 and 2 another three times, which can yield results if the object has moved nearby. 3. Search four levels down from the desktop root, which can yield results if the object has moved to a location on the same desktop. 4. Search four levels down from the root on each local fixed drive. 5. Repeat steps 1-3 without the four directory limit.Note: These link tracking schemes are transparent to the end user. However, they do not always yield positive results, and can be time consuming.and:If a link is made to a file on an NTFS file system on Windows 2000 or later, and the file is moved to any other NTFS file system on Windows 2000 or later within the same domain, the file can be found by the tracking service, subject to time considerations. Additionally, if the file is moved outside the domain or within a workgroup, it is found.
Kapo Posted September 14, 2005 Posted September 14, 2005 i don't find shortcut.exe, someone has a free link?
`Felix` Posted September 20, 2005 Posted September 20, 2005 Hi People,This is an interesting thread and something that i will try out, as another option, i wrote a guide sometime ago specifically for using the Quicklaunch features, feel free to have a look and see what you think.Customizing the Default User Profile : Enabling the Quick Launch Toolbar
maxXPsoft Posted September 20, 2005 Author Posted September 20, 2005 (edited) lizard1I've read it but thats in C which i partially understand. I have the code in VB which I use and I know exactly what each thing does.My Point being that theres nothing machine specific about this, maybe in the old pifmgr day's but just not anymore.I stated in very first line of the very first post that this is for XP and not VM either, I run this same thing on my old 450 with XP as I do on my 1800 and have no delays, If it don't exist it pops the error dialog in a fraction of a second. I can't even blink that fast `Felix` interesting but I've used that for quite some time, its what I do to load the different hives for each user in my XPPolicy app to modify and set policies for each. A backdoor method I guess. If you don't want to use this then don't, GO elsewhereIts 1 method of doing it Edited September 20, 2005 by maxXPsoft
urie Posted September 21, 2005 Posted September 21, 2005 Maxx, still can't believe this thread is still going on if they would only use your UnattendXP program they would see that your method works:))100%
lizard1 Posted September 21, 2005 Posted September 21, 2005 @maxxpsoftIt seems you still haven't read the MSDN articles or my quotes from them.I've read it but thats in C which i partially understand. I have the code in VB which I use and I know exactly what each thing does.My Point being that theres nothing machine specific about this, maybe in the old pifmgr day's but just not anymore.That's bul*****.How do you think all these link tracking features that Microsoft describes in their articlewould be possible without machine specific data in the .lnk file?Do the following: 1. create a shortcut.2. Open a cmd and type "move <your shortcut>.lnk <your shortcut>.txt"3. Open it with notepad.You will see your computername and your partitions volume label incleartext."It worked for two years for me and many others" is not an argument. Absolutely not.
maxXPsoft Posted September 22, 2005 Author Posted September 22, 2005 Ok nice trick, I see your point, never done that before since I couldn't see what it was doing behind the scenes. I have stepped through the code in debug and never seen it getting the machine name.BUT So What, It still works 100%If I point to F:\ regardless on my machine it simply works and most the *BS* stuff replies here started was about there would be Time delays. But the same Microsoft built the resolve method in which Automatically fixes and in very fast time. Anyone need a sign yet?WARNING: If you're using a crappy computer then don't use my method, if not then try it, it works.
maxXPsoft Posted December 10, 2005 Author Posted December 10, 2005 Top for those that don't read deep enough.
maxXPsoft Posted December 16, 2005 Author Posted December 16, 2005 (edited) i have an sfx wich unpacks my shortcuts into quicklaunch , it starts from svcpack.infno need for all those reg files here.muizBasicslly BSThese don't work without the REG. Just done a fresh Install without VM and they aren't there.To get them after the last reboot in Cleanup.cmd follow my instructions here INCLUDING the Reg entries.http://www.msfn.org/board/index.php?showtopic=51753Basically you need the Reg entries to ENABLE Quicklaunch so it appears after reboot. They were present but QL was not Enabled.Thats what you get for testing with VMSometimes its right and there are times its wrong for a normal setup which is the ultimate goal Edited December 16, 2005 by maxXPsoft
maxXPsoft Posted December 16, 2005 Author Posted December 16, 2005 Read Post right above cause this applys also. Without the REG entries my Toolbars were not there either.
boomer187um Posted December 25, 2005 Posted December 25, 2005 step 2 says get evrything the way you like it and export it, does the export include taskbar height? how would i set or export that?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now