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.

USB boot disk win7

Featured Replies

Once it was needed to install Windows 7 from USB disk, after many search on the net and many failed tutorial and software this one work.

http://www.sevenforums.com/tutorials/2432-usb-windows-7-installation-key-drive-create.html?ltr=U

How can make the batch (.cmd, .bat) to run in order the same instruction?

I try this:


ECHO OFF
CLS
:MENU
ECHO.
ECHO ...............................................
ECHO PRESS in order from 1 to 10 or 2 for EXIT
ECHO ...............................................
ECHO.
ECHO 1 - Starting DISKPART
ECHO 2 - EXIT
ECHO.
SET /P M=Type 1, 2, then press ENTER:
IF %M%==1 GOTO DISKPART
:DISKPART
DISKPART
list disk
GOTO MENU

After I RUN this batch she open DISKPART but not show the information be typing list disk.

Any help? Tks

Posted in wrong section, someone to move to

Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)

Edited by condor


Once it was needed to install Windows 7 from USB disk, after many search on the net and many failed tutorial and software this one work.

http://www.sevenforums.com/tutorials/2432-usb-windows-7-installation-key-drive-create.html?ltr=U

How can make the batch (.cmd, .bat) to run in order the same instruction?

I try this:


ECHO OFF
CLS
:MENU
ECHO.
ECHO ...............................................
ECHO PRESS in order from 1 to 10 or 2 for EXIT
ECHO ...............................................
ECHO.
ECHO 1 - Starting DISKPART
ECHO 2 - EXIT
ECHO.
SET /P M=Type 1, 2, then press ENTER:
IF %M%==1 GOTO DISKPART
:DISKPART
DISKPART
list disk
GOTO MENU

After I RUN this batch she open DISKPART but not show the information be typing list disk.

Any help? Tks

Posted in wrong section, someone to move to

Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)

use diskpart /s script.txt

  • Author

use diskpart /s script.txt

But, if the usb disk is conected in another computer or in another USB port this script can assign the drive for both of computers of both of USB port?

use diskpart /s script.txt

But, if the usb disk is conected in another computer or in another USB port this script can assign the drive for both of computers of both of USB port?

I.m not an expert on diskpart and I'm not sure what youur asking.

But if I understand correctly it shouldn't matter what usb port

the USB disk is plugged into. Yes the script will apply to the disks

of the computer its plugged into.

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.