I duplicated the \tbwinre directory to C:\tbwinre. I've added a Drivers subfolder as usual. I ran TBWinPE in TBWinRE mode with a few tweaks (nothing exotic).
When I boot from the USB drive, the "initializing network" message stays in the upper left corner for a few minutes. It never did that in version 3. Eventually it goes away after InitScript.cmd begins running. I know the network never intializes because a net use in InitScript.cmd fails.
I think I'm missing something small but obvious.
The following is my TBLauncher.ini file from the \config subfolder:
Code: Select all
; Lines that begin with ; are comments
; Comments must exist entirely on their own lines
[Options]
; Valid modes are: WinRE, WinPE, IFW
; WinRE starts the System Recovery Options program if found, otherwise IFW
; WinPE starts IFW
; IFW starts IFW with the parameters specified by the IFWModeParameters option
Mode=WinPE
; Run WinPE initialization (wpeinit) after booting (0=disabled, 1=enabled)
; If disabled, wpeinit can be run from the File menu
RunWpeinit=0
; Run network initialization after booting (0=disabled, 1=enabled)
; If disabled, network initialization can be run from the File menu
RunNetworkInit=1
RunWiFiInit=1
; Disable Windows firewall. This is required to use multicasting.
; (0=firewall enabled, 1=firewall disabled)
DisableFirewall=0
; Run initialization programs in background (0=disabled, 1=enabled)
BackgroundInit=0
; IFW parameters for IFW mode
IFWModeParameters=
; Searches for the TBWinPE/RE boot media drive after booting (0=disabled, 1=enabled)
; If enabled, TBLauncher will search for the boot media. If found the environment
; variable %TBDrive% will be set to the drive letter. Additionally, if the media
; contains \TBData\TBLauncher.ini it will be used instead of the INI file included
; in the build (%TBDrive% can be used for program paths, if desired). If the media
; contains \TBData\autorun.cmd it will be run automatically.
FindBootDrive=0
; Specifies the maximum number of seconds (up to 20) to search for the boot drive.
; Applies only when FindBootDrive is enabled.
MaxSearchTime=8
; Search for updated versions of the TeraByte programs (0=disabled, 1=auto-update, 2=ask user)
; After booting, if option not disabled, TBLauncher will search the specified build paths
; and default installation paths for the TeraByte programs (IFW, TBIView, TBIMount, TBOSDT).
; If a newer version is found it will be used instead of the version included in the build
; (user will be asked first if 2 specified).
; --WARNING-- It is recommended to update the boot media when you update Image for Windows.
; If you rely on this option and the drive containing the updated versions is not accessible
; (e.g. blank, corrupted, etc.) the search will fail and you may not be able to access your
; backups using the older version included in the build.
UpdatePrograms=0
; Enables the TBLauncher window to be transparent when closed (inactive).
; Valid values are 0 - 4, with 0 being opaque (default), 1 - 4 increasing transparency.
ClosedTransparency=0
; Creates log file (0=disabled, 1=enabled)
Log=1
; Keeps TBLauncher on top of other windows (0=disabled, 1=enabled)
; Note: It's recommended to leave this option enabled.
AlwaysOnTop=1
; Controls the following accessibility options:
; 0 = No accessibility programs run on startup
; 1 = Run Narrator
; 2 = Run OSK (On-Screen Keyboard)
; 3 = Run both Narrator and OSK
; Note: Narrator is only supported in TBWinRE based on Windows 10 1703 or later.
AccessibilityOpts=0
; Opens TBLauncher when mouse moves over its closed state window (0=disabled, 1=enabled)
; Note: Enabling this option will also enable AlwaysOnTop.
MouseOver=0
; Closes TBLauncher when mouse leaves its open state window (0=disabled, 1=enabled)
; Note: This option only applies when MouseOver is enabled.
MouseLeave=1
; Selects the style of the TBLauncher window
; 0 = Default
; 1 = Small (smaller closed state window)
Style=0
StyleColor=0
[Menu]
; Number of menu items to process. If the program for the item isn't found, the item is ignored.
ItemCount=6
; Maximum number of launch menu items to display.
; Valid values: 6 to 24 (default is 6)
DisplayCount=6
[Menu_Item_1]
Name=Image for Windows
Path=%ProgramFiles%\TeraByte Drive Image Backup and Restore Suite\imagew.exe
WorkingDir=
Parameters=
Icon=0
[Menu_Item_2]
Name=TBI View
Path=%ProgramFiles%\TeraByte Drive Image Backup and Restore Suite\TBIView\tbiview.exe
WorkingDir=
Parameters=
Icon=0
[Menu_Item_3]
Name=TBI Mount
Path=%ProgramFiles%\TeraByte Drive Image Backup and Restore Suite\TBIView\tbimount.exe
WorkingDir=
Parameters=
Icon=0
[Menu_Item_4]
Name=Notepad
Path=%SystemRoot%\System32\notepad.exe
WorkingDir=
Parameters=
Icon=0
[Menu_Item_5]
Name=Command Prompt
Path=%SystemRoot%\System32\cmd.exe
WorkingDir=
Parameters=
Icon=0
[Menu_Item_6]
Name=Task Manager
Path=%SystemRoot%\System32\taskmgr.exe
WorkingDir=
Parameters=
Icon=0