Previous
- 1
- 2
- 3
- 4
Next
-
Hello pcweb, I'd like to know how to use Ultimate Boot CD for Windows. When I insert it and start the computer, it automatically boots from this CD. So far, so good. But once it starts, there is a blue screen with words in English (a lot of boot), and I don't know what to do... Thanks in advance.
Another question, this time for scrat34. How can I download bouldows? Do you have a link so that we can download it directly? Thanks in advance.-
- Hello, it may happen that the connection/disconnection problem occurs after a cleaning. The Windows system folder is emptied and replaced by a folder named windows.000. Use a live Windows CD and go to the registry.
HKLM\SOFTWARE\MICROSOFT\WINDOWS\WINDOWSNT\CURRENTVERSION\WINLOGON and double-click on userinit, enter the value c:\windows.000\system32\userinit.exe,
Restart and that's it.
-
-
-
Hello
I also have this problem. I tried pcweb's solution in console mode using the Windows XP installation CD. The only problem is I don't see how to do part 3) (where to log in or how?
And how to launch regedit??
You're not quite clear in your approach, I'm having a hard time following you ^^
Thanks in advance -
-
I just burned the ultimate boot onto a CD and put it in my laptop, but when I type my password, it just logs me out again. I don't understand what to do.
-
I downloaded Ultimate Boot CD and it's in .iso format but I don't know what to do with it
NEED CLEAR INFORMATION!!!!!!!!!!!!!!!!! -
ou someone else can tell me how to access the console (I'm a bit of a noob) because I can't log into my session even in safe mode or in command prompt mode.
-
I managed to access the MS-DOS console thanks to UBCD. I don't think this is the expected result, help please.
-
I'm going crazy ^^ so the only solution will be to take my computer to a technician and we'll see what happens.
-
-
<pcweb>Could you let me know how to start in console mode? Because I have the Ultimate Boot CD but when I boot the computer with the CD in, nothing changes. Thanks in advance.</pcweb>
-
Starting in console mode is usually done from the Microsoft Windows CD-ROM.
What you probably want to do is boot your computer with the ultimate boot CD from your CD-ROM drive, and for that, your BIOS must be configured accordingly.
To do this, you need to tap the ESC, F1, F2, F10, TAB, or Delete key immediately at startup (as soon as the POST message appears) of the computer; depending on the BIOS, the necessary keys may vary by manufacturer.
Once in the BIOS setup panel, look for an option typically named Device Boot Priority Order, but the wording can really vary from one manufacturer to another. This option may be hidden in a sub-menu such as Power or Device Management...... depending on the manufacturer.
Configure this option so that the boot occurs from the CD-ROM first and not from the hard drive (HDD). So, it may look like this: CD_ROM /HDD/ FLOPPY, which is a chronological boot sequence. Therefore, the BIOS will attempt to boot the computer first from the CD-ROM drive, then from the hard drive, and finally, if that doesn't work, it will try the poor floppy disk drive.
If you have two CD-ROM drives, remember to try with both drives in turn, as it is possible that your BIOS only supports one for booting from a CD.- Hi,
The PCWEB procedure (post 74) is ideal for booting from a CD.
Personally, I used a good old bootable Windows 98 CD-ROM. It's perfect for getting to the command prompt. But I still have an issue.
At the command prompt, I typed:
copy c:\windows\system32\userinit.exe c:\windows\system32\wsaupdater.exe
It copies the file successfully.
I restart.
At the login screen, when I click on my session, it logs me out again: I can't log in despite the manipulation being successfully performed.
Could there be another file name instead of wsaupdater.exe?
Thank you for your help.
-
-
I was in the same situation as you mix51, now I'm trying with my hard drive on another PC but it still doesn't work
We need a summary message of all the steps or a link to download bouldows. -
it's true that when you don't know anything about it, it's tough :s
-
Hello,
the console mode is nice, the UBCD, Hiren and other boot CDs are great too, but for those with very little computer knowledge, it can be a bit complicated.
I have no shares in Bouldows (which is a pirated version of Windows), but with this CD you find yourself in Windows XP, which is much more convenient.
You’ll find it by searching on P2P under the name "hd_boul_bouldows" (downloaded in less than 3 hours).
Just follow the method described above by carefully following the instructions and it works.
Remember to run the MSNfix to properly remove the virus. -
Actually, I think I'm going to stick with ubcd because I'm already using a PC that isn't mine, so on top of that, I don't really trust using p2p.
There's a pretty good software for bootable CDs (a special option), it's Nero Express or Arcade, but for now, neither of them is making my bootable CD work. -
I just placed UBCD in ISO format on my CD, then I went into the BIOS and set my CD drive as the top priority. I restarted the computer, pressed ESC, selected my CD drive, pressed Enter, and now I have a black screen with a white blinking cursor in the upper left corner, but nothing happens. How should I proceed to launch UBCD? Should I just burn UBCD in ISO format without going through Nero or Arcade, as I am not getting anything?
-
-
Hi everyone
to burn an iso image so that it becomes "bootable"
Download Alcohol 120% https://www.clubic.com/telecharger-fiche11016-alcohol-120.html
Use the burning wizard
you specify the path to your iso and there you go -
Hello
To eradicate this crap, equip yourself with your Windows CD
Insert it into the drive and boot from it
After the drivers load, you'll see a screen offering 3 options (
1) Install Windows XP
2) Repair or recover an installation
3) Exit
Select R to repair
You'll reach the recovery console which will ask for your password if you have one
It will ask you a question = which Windows XP installation would you like to log on to?
Type 1 on the numeric keypad and hit enter to confirm
If everything went smoothly, you should see:
C:\windows>
Type this C:\windows>reg query "HKEY_LOCAL_MACHINE\software\microsoft\windows NT\currentversion\winlogon" /v "userinit"
You should see this:
! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\software\microsoft\windows NT\currentversion\winlogon
userinit REG_SZ C:\WINDOWS\system32\userinit.exe,
This means in translated version
What is the value of userinit.exe in my registry, this key that identifies the user to log in
and Windows should respond "C:\WINDOWS\system32\userinit.exe, " (don't forget the trailing comma)
If you don't get this result
Don't panic, we're going to blast this virus to hell!
Still in the console, type respecting perfectly the spaces and everything, type from "reg add" to "exe," without skipping a line at the end of this command, hit enter!!
reg add "HKLM\software\microsoft\windows NT\currentversion\winlogon" /v "userinit" /d "c:\windows\system32\userinit.exe,"
Answer yes to this question
Value userinit exists, overwrite(Y/N)?
Type y and enter
Retype the command
c:\windows>reg query "HKEY_LOCAL_MACHINE\software\microsoft\windows NT\currentversion\winlogon" /v "userinit"
If you succeeded in the operation you should see
! REG.EXE VERSION 3.0
HKEY_LOCAL_MACHINE\software\microsoft\windows NT\currentversion\winlogon
userinit REG_SZ C:\WINDOWS\system32\userinit.exe,
Then type EXIT to restart
Log into your session
And run SDfix and msnfix
And there you go, that lousy virus is done for!-
Didi,
Thank you so much, it worked!
A little difference:
- when I did "reg query ...", it indeed responded with "! REG.EXE VERSION 3.0" and the whole sequence you mentioned, so I thought, isn't that my problem?
- I still executed the "reg add ..." command, and it replied "successfully completed"
- I rebooted the hard disk and it worked, it no longer disconnects automatically at login
For the others:
- I used UBCD4win, it's an awesome tool. What you obviously need to do is intercept the boot menu (using one of the function keys, for me it was F8), and in the boot menu, request to boot from the CD-ROM. Then, let UBCD4win do its thing. You then have a windows-like session with a bunch of tools and antivirus, and the ability to open a DOS session where you need to type the commands provided by Didi.
Thanks again to you, Didi
Great forum! I'll be back.
See you later
Xuttor
-
-
Bonjour, alors j'ai deux PC à la maison, dont un est infecté. J'ai donc suivi Didi et j'ai mis le CD XP, puis j'ai tapé, ça me met bien c:\windows> mais le problème c'est que quand je mets reg......etc, ça ne marche pas après. :s
Je dois faire une faute de frappe mais ça me semble pas possible car je fais super gaffe. Si Didi, tu pouvais remettre ce qu'on doit écrire plus précisément en disant quand on fait espace ou non, car j'ai essayé plusieurs combinaisons mais ça marche pas. :s Et je voulais savoir si je devais écrire reg... directement après c:\windows> ou si je devais le réécrire à côté de c:\windows>. Voilà, je suis désolée, mais je ne suis pas douée. Merci de ton aide.
Previous
- 1
- 2
- 3
- 4
Next