Jump to content

Power350

Member
  • Posts

    58
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Power350

  1. so why is the start button so ugly in vista. I mean, heck, ms could have payed 500 to someone to do better than that. heck they could of got a whole new ui that no one could come close to for free by someone at deviantart....what gives why are they so....boring with the windows ui....doesn't make since and appears as if they took 5 min. deciding what it would look like and 1 year getting the transparency to work...grrrrrr...atleast ALLOW us to change the ui with custom themes by default!!!
  2. correct syntax is "expand ntoskrnl.ex_ ntosknrl.exe" this is if you are in the current directory in a cmd promt. if not and running it from the run dialog then you need to type "expand :pathtofile:\ntoskrnl.ex_ :pathtofile:\ntoskrnl.exe" you don't need to specify the I386 folder for expand since it is in the system 32 directory and is part of the path variable. hope this helps
  3. forgot about windows file protection. yup...will need to do the pe thingy. I usually disable wfp so i don't have to wory about changing the file any more that i already have
  4. Just make sure you have the pallet changed in the kernel file and one thing I did once was use infranview to convert image to bitmap after using photoshop. although you might see changes in the image after the conversion.
  5. This the in the gpedit.msc options. you can turn off the popups but leave them on for other users. check out....this and this...
  6. it is not always in driver.cab. sp2.cab is the one that holds it for me. but it is possible for it to be in driver.cab sp1.cab and sp2.cab. check all *.cab files to bee safe
  7. great !!!....hope it is VERY stable....although I would like to have it
  8. probably because there is the correct version on the computer and it is reverting to that....I would suggest just replacing the original file (all occurances...might check driver.cab and sp?.cab files) on the xp install before burning to a disc. That is what worked for me anyhoo. good luck
  9. No...first of all. I didn't double post. I dunno how that got there. that is why I wrote. Second...and just where does it tell you the pallet offsets and the progress bar offsets in the cosmetics section. bootediter is nice but I prefer to do it manually. Doesn't take very long for me that way. Just about 5 min. for both files.p.s. bootediter DOESN'T detect the progress bar locations for the newer verisions of the kernel. sooooo it doesn't work !!!
  10. why don't you just edit all kernel files. I never have problems with that. with or without windows file protection. never get error or anything. and there is no way to replace the file because there are no other files to replace it with. just my $0.02
  11. @tap52384 this is so you make a custom boot screen manually using hex editor such as ultraedit. the image I posted is what shows instead of the xp logo with the little blue progress bar. Mine has a grey progress bar. Here be my boot screen
  12. here are the verison 2780 kernel offsets. next I will have to work with the pa kernels so that I can have a clean verision of all of the . ntoskrnl: PALLET = 75088 prtop = 3205E 346F0 3477C prbottom = 34772 320DC ntkrnlmp: PALLET = 78808 protop = 34A0F 36232 3624C probottom = 3488c 36242
  13. well i figured it out on my own !!! **Updatedcode after usage bug found...path wouldn't take spaces** HKCR,".in_","",0x00020000,"expandfile" HKCR,".dl_","",0x00020000,"expandfile" HKCR,".ex_","",0x00020000,"expandfile" HKCR,"expandfile","",0x00020000,"Compressed File" HKCR,"expandfile\shell\expand","",0x00020000,"Expand >" HKCR,"expandfile\shell\expand\command","",0x00020000,"expand -r ""%1"" %1""" for some reason you cannot use ,,, for the default you have to use ,"", ...that doesn't make sense to me. can anyone explain this. also you can dd more HKCR,".??_","",0x00020000,"expandfile" to the inf and have it do only the files you want. the only setback is that if you want all files then it becomes a hassel. I like this method because expand > isn't on the context menu all of the time. Just when it is on the .??_ file.
  14. I had this working before. I added to nlite.inf and it would add Expand > only to the files I specified. Not to every file you right click on. I cannot get it work anymore. reg or inf. I am confused as to why I used the """"%L""""... etc. Can anyone help clear up my confusing. been looking on the net for about two hours now for sintax definitions or somethin. tired to looking...can use another methoad that will put expandit on right click of every file but dont want to do it that way though. HKCR,".in_","",0x00020000,"expandfile" HKCR,".dl_","",0x00020000,"expandfile" HKCR,".ex_","",0x00020000,"expandfile" HKCR,"expandfile","",0x00020000,"Compressed File" HKCR,"expandfile\shell\expand","",0x00020000,"Expand >" HKCR,"expandfile\shell\expand\command","",0x00020000,"expand "-r """"%L"""" """"%I"""" I beleive it is a syntax error because when looking the in the registry I will have wrong values in there.
  15. need to edit ui file with hex editor. Don't know where the setting is though. will post if found. <style resid=leftpanelss> element { background: argb(0,0,0,0); fontface: rcstr(1); } element [id=atom(product)] { animation: alpha | s | mediumslow; } element [id=atom(leftpanel)] { foreground: rgb(239,247,255); } element [id=atom(welcome)] { fontstyle: italic; fontsize: rcint(44) pt; fontweight: bold; padding: rect(0rp,0rp,22rp,0); contentalign: topright; } element [id=atom(welcomeshadow)] { foreground: rgb(49,81,181); fontstyle: italic; fontsize: rcint(44) pt; fontweight: bold; padding: rect(2rp,3rp,20rp,0); contentalign: topright; } check out where is says welcome. do search for in ui file. play with "padding" row to get the right color.
  16. Read this it tells you exactly wut to do.
  17. you will need to find the location of the pallet. Look here for pallet location. then you will need to make sure you put the pallet in right. Hint...find the pallet of the original file and then go to the location in you edited kernel...see if it is wut it is suppost to be...I bet it isn't...happy hunting.
  18. this is a screen shot...not the image that is loaded into logonui...the picture is the right size but the top panel...bottom panel...and one other piece seems to be separate from the picture. it is as if frames are used in the file...well I guess they are used....didn't have these issues with other versions of logon ui
  19. I have tried using inf files for reg settings successfully but not as an addod to nlite. I had issues with certain registry keys not being available yet when trying to install with explode (which installs right before svcpack). As long as all the registry entries are available to update there shouldn't be any issues. I had to run inf files in runnonceex to get it all to work right.
  20. here is my uifile. looking for 100 could you help me find it ? What I see isn't the right place I don't think. nm, I found it...testing now... k, got it changed but now a problem check out the pic...need photoshop...I know it has to do with the uifile. will play with it. ... right click and save as Click ME! Help....I don't know what to do at this point ...well I know what i need to do but don't know how to do it. Is there a good website for editing the ui file? uifile.txt
  21. Here is the screenshot... deleted man that image sucks. will have to change itlater. well you get the idea. only top let corner. now is there a way to resize the image...maybe in uufile ?
  22. The background "100" only shows up in the top left-hand corner. doens't cover the whole screen. Any Ideas? will post picture soon. well. by looking at it a little I see that the 100 bmp seems to be the bright gradient in top left corner. maybe the reset of the screen is a gradient and not a picture It used to work with other versions....anyone know a way to fix this???
  23. I just used winrar with the following comments... ;The comment below contains SFX script commands Setup=setup.exe TRANSFORMS=Unattended.MST /qb TempMode Silent=1 Overwrite=1 this works fine for me...
  24. well...I managed to finally find all the positions...yes it is easy to find them with a hex editor...one bit of info that you need though is all the possitions will be in the 3xxxx range of offsets...no one has seemed to mention that yet. anyhoo here are all the offsets to 5.1.2600.2765... ntoskrnl.exe (THX ZASURUS) PALLET = 75108 PRGBAR TOP = 3205E - 346F0 - 3477C PRGBAR BOTTOM = 320DC - 34772 ntkrnlmp.exe PALLET = 78808 PRGBAR TOP = 32D6F - 34592 - 345AC PRGBAR BOTTOM = 32DED - 345A2
×
×
  • Create New...