[REQ] $OEM$ Folder w/Scripts for Auto-activation / OEM Branding with User Choice

Discussion in 'Scripting' started by Mr.X, Nov 21, 2014.

  1. pacoolio

    pacoolio MDL Member

    Jun 10, 2009
    121
    104
    10
    How can i import the latest Daz Loader v2.2.2 and is there a way to make this script to work only with Windows 7 so it can detect the Bios and Manufacturer from alone to activate it later.
     
  2. Chibi ANUBIS

    Chibi ANUBIS MDL Chibi Developer

    Apr 28, 2014
    1,237
    911
    60
    SetupComplete.cmd Example:
    Code:
    @ECHO OFF
    %~dp0"Windows Loader.exe" /silent /preactivate
    cd %~dp0
    attrib -R -A -S -H *.*
    SHUTDOWN /R /T 5
    RMDIR /S /Q "%WINDIR%\Setup\Scripts"
    exit
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. pacoolio

    pacoolio MDL Member

    Jun 10, 2009
    121
    104
    10
    Chibi Anubis, YOU ROCK MY BROTHER xD