Noah Duley
New Member
- Joined
- Jan 1, 2016
- Messages
- 20
- Thread Author
-
- #1
I am trying to download uNETbootIN but I need an admin password but I am only a standard user.
Solution
No, I don't think you understand.
You need to burn the ISO to the USB stick with Rufus.
This creates bootable media.
You boot from that media, via USB, changing the boot order when you start your computer.
This boots you into NT Offline Windows Password & Registry editor.
You can not just run it from a command prompt in Windows.
Hope this helps.
You need to burn the ISO to the USB stick with Rufus.
This creates bootable media.
You boot from that media, via USB, changing the boot order when you start your computer.
This boots you into NT Offline Windows Password & Registry editor.
You can not just run it from a command prompt in Windows.
Hope this helps.
Noah Duley
New Member
- Joined
- Jan 1, 2016
- Messages
- 20
- Thread Author
-
- #21
Sorry, I said MBR instead of bootloader. I realize I made an errorNope you don't know what you're talking about, really. Why would you update the MBR on your main C drive? What you are trying to do makes absolutely no sense. What I suggest you do at this point is use Rufus create a bootable ISO - download Windows 7 from Microsoft at Link Removed and re-install your operating system.
- Joined
- Jul 22, 2005
- Messages
- 9,243
It doesn't matter. Why are you trying to replace the bootloader on your C drive? The point of running something like Rufus is that it creates the bootloader FOR you and burns the ISO to the USB drive. Thats the whole point of the utility - to create bootable USB media from a ISO file. Anything else is going to be a total nightmare and I really think if you are having this many problems that you should go to the link I just sent you. It will create a bootable USB installation of Windows 7 for you -- from MICROSOFT. So, at the very least, you can reinstall and get admin permissions back.
Noah Duley
New Member
- Joined
- Jan 1, 2016
- Messages
- 20
- Thread Author
-
- #23
If you download the USB file for yourself you would see that it isn't an iso file. And if you do download it please read the read me fileIt doesn't matter. Why are you trying to replace the bootloader on your C drive? The point of running something like Rufus is that it creates the bootloader FOR you and burns the ISO to the USB drive. Thats the whole point of the utility - to create bootable USB media from a ISO file. Anything else is going to be a total nightmare and I really think if you are having this many problems that you should go to the link I just sent you. It will create a bootable USB installation of Windows 7 for you -- from MICROSOFT. So, at the very least, you can reinstall and get admin permissions back.
- Joined
- Jul 22, 2005
- Messages
- 9,243
Wow! My apologies. You are correct. Perhaps I was thinking of something else. It has been awhile since I have even had to use this utility.
That being said I am assuming you downloaded http://pogostick.net/~pnh/ntpasswd/usb140201.zip
Here is what you should do as the README file instructs
So instead of doing this on C: what is the name of your USB disk drive? Make sure all of the files are copied to that drive.
For example, if your USB drive is Z: extract all of the zip file contents to Z:\
Search/Run:
cmd.exe
Z:
z:\syslinux.exe -ma z:
Whereas Z is the actual USB drive. Do not attempt to do this on your C drive.
Here is the catch... you may need to run Command Console with elevated privileges, whereas... if you don't have administrator privileges... you may indeed be stuck once again.
That being said I am assuming you downloaded http://pogostick.net/~pnh/ntpasswd/usb140201.zip
Here is what you should do as the README file instructs
Code:
***************************************************************************
* *
* Windows Change Password / Registry Editor / Boot CD *
* *
* (c) 1998-2014 Petter Nordahl-Hagen. Distributed under GNU GPL v2 *
* *
* DISCLAIMER: THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTIES! *
* THE AUTHOR CAN NOT BE HELD RESPONSIBLE FOR ANY DAMAGE *
* CAUSED BY THE (MIS)USE OF THIS SOFTWARE *
* *
* More info at: http://pogostick.net/~pnh/ntpasswd/ *
* Email : pnh@pogostick.net *
***************************************************************************
Just boot this CD and follow instructions.
Usually, just pressing return/enter should work, except some
drivers may have to be loaded manually with the 'm' menu option after boot.
---
The password reset and registry edit has now been tested with the following:
NT 3.51, NT 4, Windows 2000, Windows XP, Windows 2003 Server,
Vista, Windows 7, Server 2008, Windows 8, Windows 8.1, Server 2012
As far as I know, it will work with all Service Packs (SP) and
all editions (Professional, Server, Home etc)
Also, 64 bit windows versions shold be OK.
---
To make a bootable USB drive / key:
1. Copy all files from this CD onto the USB drive.
It cannot be in a subdirectory on the drive.
You do not need delete files already on the drive.
2. Install the bootloader
On the USB drive, there should now be a file "syslinux.exe".
Start a command line window (cmd.exe) with "run as administrator"
From the command line, run the command like this:
j:\syslinux.exe -ma j:
replace j with some other letter if your USB drive is on another
drive letter than j:
On some drives, you may have to omit the -ma option if you
get an error.
If it says nothing, it probably did install the bootloader.
Please note that you may have to adjust settings in your computers BIOS
setup to boot from USB.
Also, some BIOS (often older machines) simply won't boot from USB anyway.
Unfortunately, there are extremely many different versions of BIOS,
and a lot of them are rather buggy when it comes to booting off different
media, so I am unable to help you.
So instead of doing this on C: what is the name of your USB disk drive? Make sure all of the files are copied to that drive.
For example, if your USB drive is Z: extract all of the zip file contents to Z:\
Search/Run:
cmd.exe
Z:
z:\syslinux.exe -ma z:
Whereas Z is the actual USB drive. Do not attempt to do this on your C drive.
Here is the catch... you may need to run Command Console with elevated privileges, whereas... if you don't have administrator privileges... you may indeed be stuck once again.
Last edited:
Noah Duley
New Member
- Joined
- Jan 1, 2016
- Messages
- 20
- Thread Author
-
- #25
is there any other way we can communicate other than this website?Wow! My apologies. You are correct. Perhaps I was thinking of something else. It has been awhile since I have even had to use this utility.
That being said I am assuming you downloaded http://pogostick.net/~pnh/ntpasswd/usb140201.zip
Here is what you should do as the README file instructs
Code:*************************************************************************** * * * Windows Change Password / Registry Editor / Boot CD * * * * (c) 1998-2014 Petter Nordahl-Hagen. Distributed under GNU GPL v2 * * * * DISCLAIMER: THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTIES! * * THE AUTHOR CAN NOT BE HELD RESPONSIBLE FOR ANY DAMAGE * * CAUSED BY THE (MIS)USE OF THIS SOFTWARE * * * * More info at: http://pogostick.net/~pnh/ntpasswd/ * * Email : pnh@pogostick.net * *************************************************************************** Just boot this CD and follow instructions. Usually, just pressing return/enter should work, except some drivers may have to be loaded manually with the 'm' menu option after boot. --- The password reset and registry edit has now been tested with the following: NT 3.51, NT 4, Windows 2000, Windows XP, Windows 2003 Server, Vista, Windows 7, Server 2008, Windows 8, Windows 8.1, Server 2012 As far as I know, it will work with all Service Packs (SP) and all editions (Professional, Server, Home etc) Also, 64 bit windows versions shold be OK. --- To make a bootable USB drive / key: 1. Copy all files from this CD onto the USB drive. It cannot be in a subdirectory on the drive. You do not need delete files already on the drive. 2. Install the bootloader On the USB drive, there should now be a file "syslinux.exe". Start a command line window (cmd.exe) with "run as administrator" From the command line, run the command like this: j:\syslinux.exe -ma j: replace j with some other letter if your USB drive is on another drive letter than j: On some drives, you may have to omit the -ma option if you get an error. If it says nothing, it probably did install the bootloader. Please note that you may have to adjust settings in your computers BIOS setup to boot from USB. Also, some BIOS (often older machines) simply won't boot from USB anyway. Unfortunately, there are extremely many different versions of BIOS, and a lot of them are rather buggy when it comes to booting off different media, so I am unable to help you.
So instead of doing this on C: what is the name of your USB disk drive? Make sure all of the files are copied to that drive.
For example, if your USB drive is Z: extract all of the zip file contents to Z:\
Search/Run:
cmd.exe
cd Z:\
z:\syslinux.exe -ma z:
Whereas Z is the actual USB drive. Do not attempt to do this on your C drive.
Here is the catch... you may need to run Command Console with elevated privileges, whereas... if you don't have administrator privileges... you may indeed be stuck once again.
Noah Duley
New Member
- Joined
- Jan 1, 2016
- Messages
- 20
- Thread Author
-
- #27
OK, it may take me a couple minuets to do what you said. Windows is updatingNot yetSorry
- Joined
- Jul 22, 2005
- Messages
- 9,243
Re: our PMs (for others who may have run into this strange problem)
Ubuntu live CD might work. Link Removed
This same exact utility is known as 'chntpw'
In fact, the whole reason you are trying to create this boot USB is to boot it into Linux and initialize it...
check out chntpw
How to reset a Windows password with Ubuntu – Ubuntucat
Ubuntu live CD might work. Link Removed
This same exact utility is known as 'chntpw'
In fact, the whole reason you are trying to create this boot USB is to boot it into Linux and initialize it...
check out chntpw
How to reset a Windows password with Ubuntu – Ubuntucat
Similar threads
- Article
- Replies
- 0
- Views
- 97
- Article
- Replies
- 0
- Views
- 432
- Replies
- 0
- Views
- 233
- Article
- Replies
- 2
- Views
- 764
- Replies
- 0
- Views
- 82