Jump to content

Yzöwl

Patron
  • Posts

    4,113
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Yzöwl

  1. If I understand correctly, Camarade_Tux, no you cannot. This is not a question of area, just width and height. The total width of the image in your post must not exceed 300 pixels The total height of the image in your post must not exceed 100 pixels My interpretation also, is that you can have three images of 100 pixels width 100 pixels height all side by side. You cannot however even have a single pixel between them, their totals are cumulative. i.e 100 px image width + 1 px spacer + 100 px width + 1 px spacer + 100 px image width = 302 px (not allowed)
  2. Thanks for the product key, but I already have one! Now get rid of it. When you edit your post, you may also like to put your winnt.sif file within codebox tags too!
  3. Us too!
  4. Your particular style of posting has got nothing to do with your lack of ability at speaking good English. The words you are using in your posts are deliberately shortened; you know what the full words sry, coz, eng, del, n, and b4 mean in your last post. Nobody is expecting you to have a full understanding of English grammar, and language, but we do expect you to post with a little more respect towards the readers of your postings. Please refrain from continuing to do so.
  5. I'm sure you will, welcome to the forums.
  6. Not as far as I know!
  7. ...and the same to you. Enjoy your time here!
  8. Hello, and welcome to the forums. I'm sure it will prove a fruitful registration.
  9. Please use 'proper' English in your posts! Thank you.
  10. Yzöwl

    HELLO!

    Welcome to the forums!
  11. Welcome to the forums Bumpy. @ both Please remember that this area is for introductions only, please post in the appropriate places!
  12. Welcome to the forums, I'm sure you'll enjoy your experience.
  13. Thanks for the thanks, and welcome to the forums.
  14. Have you tried changing Bit 31 to 0 using either inf or WSH methods
  15. Welcome to MSFN!
  16. Unfortunately the perfect OS is at the end of a infinitely long road. but I hope you enjoy your journey down that road. You've already made the first step; you took the correct road...MSFN!
  17. Hi zwirwel from everone! Please enjoy being a member of the greatest forum on earth.
  18. I haven't said it doesn't work, it is however incorrect syntax and as such is technically wrong.These are correct inf (decimal) HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx,Flags,0x10001,128 inf (hex) HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx,Flags,0x10001,0x80 reg [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] "Flags"=dword:0x00000080 cmd /bat (decimal) REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /V Flags /T REG_DWORD /D 128 /F cmd /bat (hex) REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /V Flags /T REG_DWORD /D 0x80 /F
  19. See my post above yours. The thread starter has given an incorrect and non-working example line in their post: REG ADD %KEY% /V FLAGS /D "dword:0x00000080" /fPlease change it to the one I have provided.
  20. @ just_laze You are entitled to use whichever methods you prefer. The fact remains however that your posts in this thread have little bearing on the topics objective. Just be prepared to accept that all those who use the other popular methods of install have what is believed to be a working method, as do you. I didn't rubbish the thread starter for using a cmd file as opposed to an inf for instance, because we use the most suitable method for our current stages learning, knowledge or skill level. @ all The original post is giving you an incorrect line for the fix. I have put the correct line in my previous post, but reproduce it here for clarity. REG ADD %KEY% /V Flags /T REG_DWORD /D 128 /F
  21. @ just_laze The method of which you speak still appears to be using older files to get over a problem, which isn't there any more. There is no need to replace IE7 files with IE6 files and use other peoples software and /or packs. People who follow the Unattended Guide, now apparently have their fix.
  22. No need to apologize. Oh and welcome to our forums.
  23. @ just_laze Complicated! All that is happening is an extra line is being added to the RunOnceEx.cmd file. From 'The Guide' New Suggestion @ wazer Just change: [RunXP] HKLM,"%RunOnceEx%\",Title,0,"Installing Applications" HKLM,"%RunOnceEx%\",Flags,0x00010001,20to [RunXP] HKLM,%RunOnceEx%,Title,,"Installing Applications" HKLM,%RunOnceEx%,Flags,0x10001,128
  24. For example: Oops maybe I got it wrong then and no changes at all were made to HFSLIP due to RunOnceEx and IE7!
  25. Now that a more sensible workaround has been found, for the IE7 and RunOnceEx problems; are you going to revert to the previous methods used prior to the discovery of the problems?
×
×
  • Create New...