Thursday 17 January 2019

Prevent Windows 10 from blocking 'infected' downloads

If you have the default Windows 8\10 antivirus features  active, you may find that sometimes Windows will prevent you from downloading a file that it 'thinks' is infected with malware but that you know is clean.

If you have installed a 3rd-party AV solution, you are often given the choice to keep and use the file anyway, but not with the standard Windows 10 download manager.

The registry fragment below allows you to download the file and keep it (but you may still get a warning from Windows Defender if it thinks it contains malware).

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments]
"ScanWithAntiVirus"=dword:00000002


Save these 3 lines to a file called DontBlockDownloadedFiles.reg and double-click on it to change your Registry setting.

Then reboot (or log off and on again) to make the setting active.

The default value is normally 3. A value of 1 prevents any warning from being given.

1 = always allow downloads
2 = warn if positive
3 = block if positive

Tip: After downloading the file, check it using virustotal.com (if you install the app, you can right-click on the file to check it).

Tuesday 15 January 2019

E2B v1.A8 is now released!

The new v1.A8.exe download is released and can be downloaded here.

It can also be used to update the DPMS version of E2B.

The E2B website will be updated with this new version in a day or so.

Note: If you updated to RC1 previously, you may find two copies of Memtest86 (MBR+UEFI) in the \_ISO\UTILITIES_MEMTEST folder, delete the Memtest86 (MBR+UEFI).imgPTN file and keep the Passmark Memtest86 (MBR+UEFI).imgPTN file.

I have also updated the two E2B eBooks. You can use the link in your confirmation email to download the new version(s) if you wish. The changes are very minor and just add that you may no longer need a WinHelper flash drive if your E2B drive is of the fixed-disk type.

List of changes since v1.A7:

Sunday 13 January 2019

E2B v1.A8 Release Candidate 1 now available

v1.A8_RC1 is now available for testing.

E2B v1.A8 RC1
Press ENTER to Skip WIMBOOT if it causes a problem (e.g. <1GB RAM)

List of changes since v1.A7:

Saturday 12 January 2019

Has anyone ever seen this error when using E2B?

One user gets this error after selecting any .imgPTN file...



I have never seen it so I would like to know if anyone else is having problems with .imgPTN files before I release the new version of E2B.

You can email me at steve (at) easy2boot (dot) com.

Friday 11 January 2019

E2B v1.A8j Beta available

v1.A8j Beta has a few more tweaks and a new default background.

Ctrl+F8 hotkey now reloads E2B (useful if the menu stops working properly due to a bad payload failing to boot).

Almost ready for release...

Thursday 10 January 2019

E2B eBook New Year sale ends Sunday 13th January 2019

The 'Getting started with E2B' eBook is currently available at a reduced price of only $5.

If you also purchase the 'How install Windows' eBook, you can get them both for $11.69 (inc. discount).

Click here for details.

I intend to update both eBooks soon to incorporate the new changes in E2B v1.A8. If you purchase them now, you can get up to 4 revised versions as they become available, by using the email link that will be sent to you at the time of purchase.

E2B v1.A8h Beta now available

v1.A8h - A few more tweaks. Ready for release soon, I think!

I am keen to fully release it because it means USB Hard Disks can now directly boot Windows Install ISOs without needing a WinHelper USB Removable flash drive - also testing them in a VM is now easy!


Wednesday 9 January 2019

E2B v1.A8f/g Beta available

This Beta v1.A8f  has extra code so that typical All-In-One ISOs such as the Murphy Install ISOs will hopefully 'just work' when placed in either a standard menu folder or one of the \_ISO\WINDOWS\xxxxx folders. This means you can run a 'Murphy's 24-in-One Windows Install ISO' and his scripts will run correctly.

Note: v1.A8g has a couple of bug fixes: (1) XP install using WinPE now can use WIMBOOT, (2) repair option when user hits ENTER when selecting Windows 8/10 install ISO now works, (3) .iso01 file extension fixed.

I have been experimenting with the startup files in WinPE but found there is a lot of bad, inaccurate and misleading information about the WinPE startup process on the web! I could not find a complete and accurate description or flowchart anywhere, even the Microsoft documentation was inaccurate (no surprise there then)!

I think I have now worked out how WinPE actually starts up and how the various files are used.

I have done quite a bit of testing using Windows Install ISOs...

The 'correct' WinPE startup process is actually this...

Sunday 6 January 2019

E2B v1.A8e available

This version v1.A8e has a few more tweaks including a fix for Setup giving a 'We couldn't create a new partition or locate an existing one" error which prevents installing from a Windows ISO when booted from a standard folder.

Saturday 5 January 2019

E2B v1.A8d updated

Version v1.A8d was updated on 2019-01-05 for language strings + other tweaks. Please download it again and update your E2B drive.

Version v1.A8e has a few more tweaks including a fix for Setup with WIMBOOT giving a 'We couldn't create a new partition or locate an existing one" error which prevents installing from a Windows ISO when booted from a standard folder. It turns out this error message which you see when selecting a drive to install to at the beginning of Setup, is due to Windows Setup identifying the Removable USB flash drive as the 'boot' disk or 'system' disk - Windows needs to install the boot files to the 'boot disk' of the PC but it refuses if it thinks that a Removable drive is the boot disk. The usual fix is to remove all other Removable media, including SD cards and other USB drives, then switch off (not restart) and on again.This is also the reason why sometimes you can install Windows using a USB hard disk, but when you reboot, you find that the boot files have been installed onto the USB hard disk instead of the internal 'first' hard disk - and the system will only boot to Windows if you boot from the USB hard disk!

One main difference is that if set NOHELPER=1 in your \_ISO\MyE2B.cfg file, then WIMBOOT will not be used if there is not sufficient RAM in the system (Vista requires 800MB, Win8/10 requires approx 1.3GB).

NOHELPER is a variable which means that your USB drive is of the Removable type (hence E2B does not need to look for a WinHelper flash drive). It is usually set by the Make_E2B .exe or .cmd file when you make the E2B USB drive.

WIMBOOT will still be used if you place your Windows Install ISO in a normal E2B menu folder however.