Jump to content

jaclaz

Member
  • Posts

    21,291
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. There are more than one 512 Mb BIOS/firmware (the page I linked earlier was for the 1024 sized): http://www.techpowerup.com/vgabios/index.php?architecture=NVIDIA&manufacturer=&model=G+210&interface=&memType=&memSize=512 Have you already tried all of them? Which EXACT BIOS/firmware is the one from MSI that you are currently using? This one? http://www.techpowerup.com/vgabios/63352/msi-g210-512-090909.html Have you made a backup of the (failed) firmware of the HP card BEFORE attempting upgrading it? jaclaz
  2. Well, in this case increasing the vote count would be entirely pointless, i.e. someone that does NOT know the shell, never used it and obviously does not even know what a given shell looks like should provide a preference? Let's say that maybe it is better to have LESS votes but from people that actually KNOW such shell(s) and use them and thus can express a "proper" preference. jaclaz
  3. Cannot find a Pegatron or a HP BIOS/firmware for that, here there are however some more: http://www.techpowerup.com/vgabios/index.php?architecture=NVIDIA&manufacturer=&model=G+210&interface=&memType=&memSize= jaclaz
  4. What the heck are you talking about? Who talked of IE or Opera (or any other browser)? A web site is a "server" that is intended to serve pages to a browser. (this mechanism is FULLY OS and browser independent, it is not on "your" side it is on the website side). Your browser (any browser, under any OS) asks the website server to serve it a given page. There are two possibilities: the server understands the request and serves the right page the server does not understand the request and serves an error page (or the home page of the site or anyway *something* else).Imagine that you (or someone else) enters a MacDonald's (just as an example of a chain that is all over the word and is well known) and asks: 99.99% of cases you will get a BIG MAC. BIG MAC is the internationally recognized name of a product that you can get @MacDonald's, you will be able to get one in all the world, without knowing a word of the local language. Now imagine that you only speak - say - English and your religious beliefs prevent you from saying "BIG MAC" and to make gestures pointing at the menu. Until you are in the UK or in the US, you can have it nonetheless, by asking something like: Now, go try doing the same thing in - say - Moscow or Bangkok. If you are lucky, the nice guy/gal behind the counter will know enough English to understand your request, and you will get your BIG MAC alright, but if he/she doesn't you will get none (or something else). jaclaz
  5. You are half-wrong. Notepad does NOT support them, Wordpad does. @-X- The "TYPE" trick may have issues, depending on source, it would be much more logical to use a program to replace the CR with CR+LF writing to the same file. You can use a "dedicated" tool like CRLF by Horst Schaeffer: http://www.horstmuc.de/horst.htm or a generic tool, like SED or gsar. As hinted before it would make even more sense to use an editor that understands the *nix line termination and displays them properly. jaclaz
  6. I already posted a valid link: http://www.rt7lite.com/index.php?option=com_kunena&Itemid=65&func=view&catid=2&id=1518 The one that does not work: hxxp://www.rt7lite.com/rt-se7en-lite-forum/2-error-reports/1518-error-0x00000154-when-trying-to-share-files.html+&cd=1&hl=en&ct=clnk&gl=us The root of the forum is Itemid=65: http://www.rt7lite.com/index.php?option=com_kunena&Itemid=65 "Error reports" is catid=2: http://www.rt7lite.com/index.php?option=com_kunena&Itemid=65&func=showcat&catid=2 The thread is id=1518 http://www.rt7lite.com/index.php?option=com_kunena&Itemid=65&func=view&catid=2&id=1518 jaclaz
  7. The one I already posted. jaclaz
  8. Interesting match. Systools vs. Kernel. jaclaz
  9. Excellent! jaclaz
  10. NOT what you asked, but maybe you can use Nibitor (or a similar editor for nvidia BIOS/firmware): http://www.softpedia.com/get/Tweak/Video-Tweak/NVIDIA-BIOS-Editor.shtml to set the "default" fan speed to lower values. It is also possible that with the actual card data (the picture is low-res and the link you posted is not valid) something can be found. From the picture, it is marked "PEGATRON". Is it this one?: http://partsurfer.hp.com/ShowPhoto.aspx?partnumber=586382-001 jaclaz
  11. Try copying the address of this very thread as you see it in your browser address bar and paste it in the little converter linked to in my signature as "Broken link on MSFN? You may try this." and press the BAD Address -> GOOD one button. hxxp://www.msfn.org/board/topic/170508-error-message-when-trying-to-enable-sharing-of-drives/ will become: hxxp://www.msfn.org/board/index.php?showtopic=170508 The MSFN board is currently using "friendly names" which are a senseless feature needing an additional module (and an extension to the License of the software). If this module fails (or is missing, or is misconfigured, or is buggy, as it happened here on MSFN at EACH and EVERY board software update in the last few years) the board software won't be able to resolve that address and - depending on other settings - you will land to a 404 page or to the homepage, etc. The board software "native" addressing mode is like this: hxxp://www.msfn.org/board/index.php?showtopic=170508 since topics are inside a database, the database is interrogated and item #170508 is displayed. jaclaz EDIT: corrected MS to MSFN
  12. Check again the adapter and the connections (and the speed settings) Then see if you can get to the terminal with ctrl+Z. Seei f you can issue a: F3 2>U Check with this: http://forum.hddguru.com/viewtopic.php?f=11&t=11332 If you get a DiagError 00006008 likely heads are "gone". jaclaz
  13. jaclaz

    login password

    What do you mean "problems"? Read the guide: http://diddy.boot-land.net/grub4dos/Grub4dos.htm Particularly this page: http://diddy.boot-land.net/grub4dos/files/install_windows.htm#windows1 and add grub4dos as an option in boot.ini. Then follow the instructions on: http://www.sherlock.reboot.pro/passpass-bypass-the-password/ jaclaz
  14. Which OS/PE? I mean you could use forfiles: http://ss64.com/nt/forfiles.html In more traditional batch, it would be more something like: (I changed it in such a way that only *.reg files will be listed) But there is something "wrong". Regsvr32 is to register .dll's in the registry, NOT to merge .reg fies! http://ss64.com/nt/regsvr32.html maybe you meant either of : http://ss64.com/nt/reg.html http://ss64.com/nt/regedit.html jaclaz
  15. Please define "off-chance", after having googled for "amboriserenaud08", please. Now, we may need to agree before that "amboriserenaud08" is a slightly less common nick that John1234 or similar, and of course coincidences can happen. jaclaz
  16. A couple blasts from the past (2012): http://www.extremetech.com/computing/138701-windows-8-the-disastrous-result-of-microsofts-gutless-equivocation http://www.extremetech.com/computing/121015-windows-8-may-drive-me-to-linux jaclaz
  17. Yep , but will it be "I took the plunge and bought a license for xxxyyy and it worked fabulous" (please see Astroturfing: http://en.wikipedia.org/wiki/Astroturfing ), or it will be an "expert" (at it's first post on this forum ) to suggest a suitable (Commercial) tool? jaclaz
  18. I have some difficulties in finding anything funny in this (let alone "farm" ). What is the issue in doing it "normally"? http://www-01.ibm.com/support/docview.wss?uid=swg21191305 jaclaz
  19. Good. The original source page is available here (google cache will soon be updated and will stop working): http://www.rt7lite.com/index.php?option=com_kunena&Itemid=65&func=view&catid=2&id=1518 It seems like the good guys @rt7lite.com are experiencing similar issues to the ones we have (and had and will have ) with board software, "friendly names" and what not. jaclaz
  20. Maybe too much old school , but: TYPE mytest.txt | FIND "\HTML\" or: FOR /F "tokens=* delims=" %%A IN ('TYPE mytest.txt ^| FIND "\HTML\"') DO ECHO %%A should do. jaclaz
  21. And even in other places, where seemingly you left the question unfinalized: http://www.sevenforums.com/network-sharing/314255-unable-share-drives-error-0x00000154.html http://www.techimo.com/forum/networking-internet/297466-unable-share-drives-error-0x00000154-win-7-pro.html Anyone which will have your same issue may find your n posts on n boards, without a solution. jaclaz
  22. At least we tried to solve one of the problems : http://knowyourmeme.com/memes/events/justin-bieber-to-north-korea Some grammar correction: should actually read: jaclaz
  23. Then, it is a completely different issue. If you had not tried re-installing it could have been this particular issue (rare, but luckily documented): http://savedcontent.blogspot.it/2010/03/change-xp-safe-mode-resolution.html or you attempted a sort of "in place" reinstall (that may have somehow "imported" some Registry settings) ? Or maybe you used a *somehow* "modded" source .iso? jaclaz
  24. Good . Now that the "area" of interest is delimited properly, this MS KB could contain relevant info : http://support.microsoft.com/kb/883260/en-us jaclaz
  25. See if you can in your PE find a way to replicate this: http://social.technet.microsoft.com/Forums/windows/en-US/5277371b-dea2-4a2b-802a-bbdc639f627f/disable-open-file-security-warning-unknown-publisher?forum=w7itprogeneral (the end result should be some Registry key, so maybe what really happens can be traced in a "full" 7 install) jaclaz
×
×
  • Create New...