Jump to content

Behdadsoft

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Behdadsoft

  1. Hi.

     

    I want Create A Disk that have Windows 7 and WIndows 8 (AIO).I create it with All-in-One disk Creator at Toolkit but When I install windows 7, Windows Interface during Installing is Windows 8. how can make AIO that No change Interface during Installing?

     

    Thanks

     

    Merry Christmas   :guitar:

     
  2. Hi.

    I Installed windows 8 Desktop Gadgets on windows 8, but don't run automatic windows sidebar.

    I add this registry for run automatic but after restart pc, remove it automatical from registry .

    Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]"Sidebar"="C:\\Program Files\\Windows Sidebar\\sidebar.exe /autoRun"

    also i think for run custom gadgets should add tem in settings.ini. this is my settings.ini:

    but I don't know that is correct or no.

    [Root]SettingsVersion=00.00.00.02SidebarShowState=ImplodedSidebarDockedPartsOrder=0x1,0x2,0x3,0x4,0x5,Section0=1Section1=2Section2=3Section3=4Section4=5[Section 1]PrivateSetting_GadgetName=%PROGRAMFILES%\windows sidebar\gadgets\FirefoxClock.gadgetPrivateSetting_Enabled=true[Section 2]PrivateSetting_GadgetName=%PROGRAMFILES%\windows sidebar\gadgets\Calender.gadgetPrivateSetting_Enabled=true[Section 3]PrivateSetting_GadgetName=%PROGRAMFILES%\windows sidebar\gadgets\ControlSystemWithClock.gadgetPrivateSetting_Enabled=true[Section 4]PrivateSetting_GadgetName=%PROGRAMFILES%\windows sidebar\gadgets\MultiMeter_2.gadgetPrivateSetting_Enabled=true[Section 5]PrivateSetting_GadgetName=%PROGRAMFILES%\windows sidebar\gadgets\RecycleBin.gadgetPrivateSetting_Enabled=trueloadFirstTime=defaultGadget

    can anyone help me?

     

    Thanks

  3. Hi. I want run wpi on windows XP installation. I use Run.cmd in Cmdlines.txt, but when run wpi Windows installation will not stop and When programs are installed on the Windows installation ends and the system will restart.

    I've download the Run.cmd file:


    mode con: cols=20 lines=4
    for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
    set wpipath=%drive%\wpi
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY%\WPI /V 1 /D "%wpipath%\WPI.exe" /f
    Exit

    Please Guide ME.

    THANKS A LOT.

  4. Hi.

    I want Enable MS.Net3.5 in windows 8 during install windows, and I use this script for enable Ms.net3.5 but it don't work.

    Please Guide Me.

    dism.exe /online /enable-feature /featurename:NetFX3 /Source:%WINDIR%\Setup\Scripts\sxs /LimitAccess

    @echo off

    Exit

×
×
  • Create New...