February 1, 200521 yr xy16644Those power settings are probably not working since its HKCU. You need to apply it at T-12.
February 11, 200521 yr I feel a little dumb, but I keep seeing T-12 and other such thingshow do I know where that is in the installation process?
February 11, 200521 yr T minus twelve, is the point during setup where the status (on left) shows "12 minutes remaining".And most of these terms are explained in the guide.... just have a good read of the guide (which has been revised to explain things more clearly).
February 11, 200521 yr very well, I'll read thatHowever, I'm still looking to find the regtweak to disable the personalized menus so I don't have to manually do it.Also, looking for a way to automatically show favorites as well so that's not a manual thing alsoI searched the entire forum for +personalized +menus, and only came up with this thread
February 11, 200521 yr both those things which you are looking for, can be found in the registry tweaks topic here.
February 11, 200521 yr great. both threads are over 60 pages long, and my searches have turned up nothing usefulbut thanks for no help anyway
February 11, 200521 yr There's that file attached to first-post in that thread, where I clearly remember having added that tweak.
February 11, 200521 yr yeah, I read thru that one as best I could, and also searched the text for personalized. didn't find the tweak for removing personalized menus, but I'll look againI did however find the thing to add the favorites, so I'm going to test that very soon :-)
February 12, 200521 yr 3) How do I change my XP account photo to my own photo file?i have made a small tool for this purpose using autoit script .Place it into $OEM$\$$\system32If you want to use an account pic provided by the winxp ,double click the ChPic.exe or use "ChPic.exe /?" to see the switches,which stand for the currently available account pics in the OS If you want to use a custom pic, place the pic(must be a Bitmap) into "$OEM$\$Docs\All Users\Application Data\Microsoft\User Account Pictures\Default Picture"then use the following code only during RunOnceEx or GUIRunOnce,it will change the account pic based on the current logon userChPic /xxxxxx stands for the bitmap name,not including the .bmp extension
February 13, 200521 yr Windows Registry Editor Version 5.00 ;Removes Language Bar[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]@="Language bar""MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325";Deactivate Language Bar[HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar]"ShowStatus"=dword:00000003;disable the "search-dog"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]"Use Search Asst"="no"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"StartMenuFavorites"=dword:00000001"CascadeControlPanel"="YES""CascadeMyDocuments"="YES""TaskbarGlomming"=dword:00000000;Moves Outlook to system tray when minimized. [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Preferences] "MinToTray"=dword:00000001there's some I found to be usefulNice, they all work :-)
February 14, 200521 yr well, this is what I've found after searching googleNo, I didn't find it on msfn with the search button as who would have known to search for IntelliMenus and the key wasn't explained as to what it would do.so thanks to all of you for telling me to search and not bother helping at all.it's so frustrating to be yelled at to search when the search terms that would make sense to me don't return resultsbut at http://www.kellys-korner-xp.com/package_one.htm they are saying it's the registry keyp = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\"p = p & "IntelliMenus"itemtype = "REG_SZ"n = "No"so I'd assume the correct entry that indeed was in the registry tweak file is:[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"IntelliMenus"=dword:00000000So now I can rest easy knowing I figured it all out myself
Create an account or sign in to comment