Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 43,642
» Latest member: MenShirts
» Forum threads: 945
» Forum posts: 5,720

Full Statistics

Online Users
There are currently 262 online users.
» 0 Member(s) | 259 Guest(s)
Applebot, Bing, Google

Latest Threads
How is MenShirts redefini...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: MenShirts
7 hours ago
» Replies: 0
» Views: 31
NetShare - password wrong...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
08-20-2025, 01:41 PM
» Replies: 5
» Views: 228
Free WinToUSB with Window...
Forum: WinToUSB (Best Windows To Go Creator)
Last Post: admin
08-19-2025, 06:29 PM
» Replies: 3
» Views: 103
Laptop Won't Power Off
Forum: WinToUSB (Best Windows To Go Creator)
Last Post: admin
08-19-2025, 06:28 PM
» Replies: 8
» Views: 3,362
Bitlocker Anywhere
Forum: Hasleo BitLocker Anywhere (Encrypt Windows C: drive and data partitions, For Windows, Mac and Linux)
Last Post: admin
08-19-2025, 06:11 PM
» Replies: 1
» Views: 80
Red stop sign symbol
Forum: Hasleo Data Recovery & Hasleo BitLocker Data Recovery
Last Post: peas
08-19-2025, 05:55 AM
» Replies: 3
» Views: 8,459
Hasleo Backup Suite V5.4....
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: Almighty1
08-19-2025, 04:59 AM
» Replies: 292
» Views: 288,131
Hasleo Backup Suite - Whe...
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: Almighty1
08-19-2025, 04:53 AM
» Replies: 6
» Views: 386
Feature REQUESTS
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
08-18-2025, 02:14 PM
» Replies: 419
» Views: 332,077
NAS Restore
Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software)
Last Post: admin
08-17-2025, 01:33 PM
» Replies: 1
» Views: 178

 
  whats mean error 0x03e6012400770000
Posted by: up32 - 10-17-2017, 02:07 PM - Forum: WinToHDD - Replies (3)

la version de windows que desea instalar no coincide con la arquitectura

Print this item

  About disk optimized tool on WTG...
Posted by: Lavik - 10-13-2017, 05:26 PM - Forum: WinToUSB (Best Windows To Go Creator) - Replies (5)

Hello, Guys,

I built the Windows 10 WTG (Professional Edition) on external SSD (USB3.0 to SATA3) and run it for 2 months, looks everything is good.
But I confused about disk optimized tool recently, because it shows my disk is "hard disk drive" in media type, not the "solid state drive". And looks the OS treats the SSD like a traditional hard disk to do defragmentation.

So I post a thread on other forum and try to know what happened. According the replies, I guess the rough conclusion is: if you build a WTG by the built-in tools of Windows 10 Enterprise Edition, you'll see the correct media type "Solid State Drive"; if you built by WinToUSB, you'll see the "Hard Disk Drive" like me. The point is the OS may not do the right things to the SSD drive.

I don't know wether it is a correct thought, so I post here and hope to have some help.

Anyone has any idea?

Thanks a lot for any help!

PS. Sorry, I don't mean WinToUSB is bad, actually it is a very good tools and helps me to finish WTG very easily. I just have a confused problem needs to be figured out. Thanks for the team of WinToUSB!!!

Print this item

  Application error 0xc000007b
Posted by: rrussell - 10-07-2017, 03:26 AM - Forum: EasyUEFI - Replies (3)

Hi, guys -

We're interested in using your command line utility to detect custom USB keys and automatically reboot to them from our application. It's written in C# against .NET version 4.5.2.

I've installed a "trial" of your Enterprise software.

When I run either EasyUEFI.exe *or* EasyUEFIC.exe from the command line, or using the application shortcut, everything is fine.

When I copy your EasyUEFIC.exe and supporting DLLs to our application's folder and set up a new Process to spawn for it, I get a popup saying "EasyUEFIC.exe - Application Error" and "The application was unable to start correctly (oxc000007b). Click OK to close the application." And sure enough, it quits, even before producing any sort of log.

In general, I'm doing this:

Code:
System.Diagnostics.Process shellpro = new System.Diagnostics.Process();
            System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
            startInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal;
            startInfo.WorkingDirectory = System.Environment.CurrentDirectory;
            startInfo.FileName = "EasyUEFIC.exe");
            startInfo.Arguments = "--list-efi";
            startInfo.UseShellExecute = false;
            startInfo.Verb = "runas";
            startInfo.LoadUserProfile = true;
            startInfo.RedirectStandardOutput = true;
            startInfo.RedirectStandardError = true;
            startInfo.CreateNoWindow = true;

            shellpro.ErrorDataReceived += Shellpro_ErrorDataReceived;
            shellpro.StartInfo = startInfo;

// this is where the error crops up.
            shellpro.Start();
            ...

The idea is we will capture the UEFI boot devices and parse it out for our particular USB key.

I've tried it with and without "runas" and LoadUserProfile.

I've tried it changing the command to "cmd.exe" with parameters "/c EasyUEFIC.exe", and even inside a batch file.

This code was working when a coworker handed it to me, running against EasyUEFI version 1.7.0.1, but his trial license had expired and I downloaded 3.0 instead.

Running Windows Version 10.0.15063 Build 15063

Any suggestions?

Print this item

  Failed to run system API (0x0000001500430000)
Posted by: vanamle - 10-03-2017, 12:22 PM - Forum: WinToHDD - Replies (3)

Dear Admin!

When installing win 10 on the HDD to 95%, there is a error message: "Failed to run system API (0x0000001500430000)".

Please guide how to fix. Thank you!

Im using WinToHDD Professional v 2.7 Release 1 (Sep 19 2017) , here is log 


.zip   user_log.zip (Size: 37.94 KB / Downloads: 6)
   

Print this item

  Clone Windows installed on offline computer to a USB drive
Posted by: Crow - 10-02-2017, 10:32 PM - Forum: WinToUSB (Best Windows To Go Creator) - Replies (6)

How can I clone Windows installed on offline computer to a USB drive?

I tried and a obtained the message: "Network failure . Please make sure network works property and try again (0x000000D201580000)"

Note: It is impossible to connect that computer to the Internet.

Print this item

  1TB USB-HDD, Next-Butten stays gray while trying to install win10
Posted by: AMC2000 - 09-05-2017, 06:14 AM - Forum: WinToUSB (Best Windows To Go Creator) - Replies (5)

I'm trying to install Windows 10 on a 1 TB WD-Elements drive.
After selecting the drive i dont get any dialog asking if i want to go for MBR or whatever. after selecting any Partition it still doesnt work (whether primary, raw or no partition at all) the Next-Button stays gray and i cant install the OS to it.

Are there Any Solutions?
If i should send something, pls tell me exactly what to do

Thanks
AMC2000

Print this item

  the user profile service service failed the logon
Posted by: goke - 08-19-2017, 11:36 AM - Forum: WinToUSB (Best Windows To Go Creator) - Replies (3)

HI

i tried different Versions if Windows Iso Images (7 ult 32bit, 7 ult 64bit, 8.1 pro 64bit) to create a Boot Stick.
Everything seems good, until logging in to Windows. Then I get this Error Message.
Can anybody help?

Print this item

  Unable to delete UEFI entry
Posted by: saulos - 08-18-2017, 03:34 AM - Forum: EasyUEFI - Replies (3)

Hello,
I have installed Ubuntu over Fedora as my second OS, now I'm tring to remove the Fedora entry from UEFI, but with no success.
I run the program and delete the Fedora entry, close the program.
run the program again to check and the Fedora is not listed.
Halt the PC
Start the PC, access to BIOS
Fedora is still in Bios List
Start Windows
run the program and Fedora is listed
I tried many times but with no luck, the Fedora entry is still there
Huh Huh
Any help is appreciated
Thanks

Print this item

  Help me no start-up image (0x000500c4036c0000)
Posted by: Drake Di Venezia - 08-13-2017, 02:59 AM - Forum: WinToUSB (Best Windows To Go Creator) - Replies (1)

Hello friends I am new using this program (Wintousb), I was trying to install windows vista and xp on a usb so that they run from it since I have a problem with the hard drive and when I try to do the process of selecting the iso me image Give the error that is in the title, someone to help me please.

Print this item

  Error Intalling Windows 10 on GPT Hard drive
Posted by: mrtonn - 08-10-2017, 10:32 AM - Forum: WinToHDD - Replies (1)

Hi,
I'm using Windows7(x64) right now and want to install Windows10(x64) on my second hardisk (using GPT partition), but it shown error " Disk type cannot be identified. (0x03E6003800850000)".  I tried to change my hardisk type to MBR and the installation is begin.
my question is why i cant install it on hardisk with GPT partition? is it possible to install it on GPT partition while using Windows7?

When I intall it on MBR hardisk, I've been waiting for a while but it only displays 0%, how long does it take to install it?

Print this item