Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

WinPE to HDD

Featured Replies

There's nothing quite like having PE installed to HDD.

After some trial and error I thought I may help others interested

First let me point to some information on the subject here.

I actually had mixed results running Bart's installer script, some files were not copied over as expected.

Using Barts tools for adding boot info. is however the way to go!

_____________________________________________________

edit:

sorry for any problems, though on to other things, here's the script I wound up using for HDD setup, pls. try updating .cmd in attached.

@echo off
Color 81
MODE CON: COLS=65 LINES=15
echo.
title MiniNT Installer for active partition
echo - WinPE to Harddisk -
echo.
pause
RD /S /Q %SystemDrive%\minint\
RD /S /Q %SystemDrive%\Programs\
if exist %SystemDrive%\boot.ini.bak ATTRIB -H -S -R %SystemDrive%\boot.ini.bak&del /q /f %SystemDrive%\boot.ini.bak
XCOPY /E /H /Y /K "i386" "%SystemDrive%\minint\"
XCOPY /E /H /Y /K "Programs" "%SystemDrive%\Programs\"
copy %systemdrive%\minint\setupldr.bin %SystemDrive%\peldr
start /wait mkbt.exe -x -c %SystemDrive% %SystemDrive%\peboot.bin
start /wait nt2peldr.exe %SystemDrive%\peboot.bin
echo.
echo Bootsector updated.
echo.
echo Setting boot.ini timeout to 15 seconds and adding MiniNT...
echo.
bootcfg.exe /Timeout 15
findstr /I /B /L /V "%SystemDrive%\peboot.bin" %SystemDrive%\boot.ini > %SystemDrive%\boot$.ini
echo %SystemDrive%\peboot.bin="MiniNT" >> %SystemDrive%\boot$.ini
ATTRIB -H -S -R %SystemDrive%\boot.ini
REN %SystemDrive%\boot.ini *.ini.BAK
REN %SystemDrive%\boot$.ini boot.ini
ATTRIB +H +S +R %SystemDrive%\boot.ini
echo.
echo Setup is finished.
echo.
pause

hope this works ok.

PEBootSetup.cab

Edited by thuun derboy

  • 3 weeks later...

I have test it!

- I choose @ PC start the minint

- Error: hal.dll (corrupt)

- no boot of pe!

Edited by Cryptor

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.