S-M-R-T Setupcomplete Pack v.0.99.9 / Media Wizard v.0.00.0,999

Discussion in 'MDL Projects and Applications' started by s1ave77, Dec 15, 2014.

  1. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #1 s1ave77, Dec 15, 2014
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    lol Love the ©BLIND GUIDE DOG PRODUCTION® & Mr.X PROUDLY PRESENT part :hug2:
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    As always ... credits to whom they belong ;). It's growing nicely. Should be extended with basic reg teaks, and other stuff.

    Btw ... were you able to check it :g:?

    Media Wizard will be updated later. Generalized it a bit to serve other purposes :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #4 s1ave77, Dec 16, 2014
    Last edited by a moderator: Apr 20, 2017
    (OP)
    That's my default reg tweaks for Win 8.1 during install:

    Code:
    :: MAKE HIDDEN VISIBLE
        Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v Hidden /t REG_DWORD /d 1 /f
        Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v HideFileExt /t REG_DWORD /d 0 /f
        Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v ShowSuperHidden /t REG_DWORD /d 1 /f
        Reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 255 /f
        Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v Sidebar /t REG_SZ /d "C:\Program Files\Windows Sidebar\sidebar.exe /autoRun" /f
    :: SINGLE CLICK
        reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "ShellState" /t REG_BINARY /d "240000001720000000000000000000000000000001000000120000000000000022000000" /f
        reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "IconUnderline" /t REG_DWORD /d "2" /f
        reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "AutoCheckSelect" /t REG_DWORD /d "0" /f
    :: VERBOSE ON
        reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f
    :: WINDOWS TWEAKS
        reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "DisablePagingExecutive" /t REG_DWORD /d "1" /f
        reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v "LargeSystemCache" /t REG_DWORD /d "1" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
        reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "NoNewAppAlert" /t REG_DWORD /d "1" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
        reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableConfig" /t REG_DWORD /d "1" /f
        reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR" /t REG_DWORD /d "1" /f
    ::  -------------------------------------------------------------------------------------------------------------------------------------------------
    :: WINDOWS 8/8.1    
            reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v "HiberbootEnabled" /t REG_DWORD /d "0" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\SettingSync" /v "EnableBackupForWin8Apps" /t REG_DWORD /d "0" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "FilterAdministratorToken" /t REG_DWORD /d "1" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage" /v "MakeAllAppsDefault" /t REG_DWORD /d "1" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\SkyDriveOptIn" /v "Brand" /t REG_DWORD /d "1" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent" /v "MotionAccentId_v1.00" /t REG_DWORD /d "219" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}" /f
    :: -------------------------------------------------------------------------------------------------------------------------------------------------
            reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}" /f
    
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Gonna start testing it tomorrow, I promise. :worthy:
     
  6. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    No force implied :D. Only reworked the complete framework and made some tests ... but as know should know, that means nothing :cool2:.

    Check the Media Wizard, thought it might be a good idea to offer some comfort ;).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Huih ... completely forgot the CREDITS part in OP :doh:. Added it know, good we talked about :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Added a 'GOOD TO KNOW' section to hint on some slight challenges with WindSLIC Tool in regards of nasty/darn Secure Boot """Feature""".
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. hypedave

    hypedave MDL Member

    Oct 14, 2014
    129
    30
    10
    Wow this is great. I was just today looking at my setupcomplete and figuring out how I wanted to rebuild it from scratch. I have a few ideas I would like to contribute with this by using a script for automatic application installs using runonce.

    I currently use MDT to take care of my post application installs. I have a few satellite sites where MDT is not an option so I have to revert back to batch files and some PowerShell scripts. Maybe swing those ideas to this one. I could provide the powershell command used for auto installing applications no matter if it's an exe or msi.
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Hey, some good ideas are always appreciated. It's nice to cover lot's of scenarios, so it might be cool to integrate into Media Wizzard likewise :g:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #11 s1ave77, Dec 16, 2014
    Last edited: Dec 16, 2014
    (OP)
    S-M-R-T Media Wizard v.0.00.0,999

    is released in OP



    Media Wizard v.0.00.0,999 released
    Made it more flexible to add personal files to the ISO and skip all copy processes if wished

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    As always very fast reaction ... very appreciated ... THANKS :clap:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    lol wut?
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Seems you missed that thread was moved to new location :D.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. gamazet

    gamazet MDL Senior Member

    Sep 26, 2009
    279
    965
    10
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #16 s1ave77, Dec 16, 2014
    Last edited: Dec 16, 2014
    (OP)
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. gamazet

    gamazet MDL Senior Member

    Sep 26, 2009
    279
    965
    10
    About folder structure - $OEM$ should be in "Sources" or on the root of extracted Windows ISO? Because when using script it places $OEM$ on the root. In my test I was moving it in Sources manually.
     
  18. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,575
    15,646
    270
    Should be into sources folder.
     
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stupid doggie :doh:. Will correct asap :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. gamazet

    gamazet MDL Senior Member

    Sep 26, 2009
    279
    965
    10
    #20 gamazet, Dec 16, 2014
    Last edited: Dec 16, 2014
    I think this Pack Wizard request very good knowledge, it's still not for amateurs like myself :p. As it is now, Pack is extremely useful for experienced users. But to make it fully automatic for everyday's user would demand LOT of work. One more example, when testing in VBox, pop-up dialogue offered to install .Net Framework 3.5. In that moment after little thinking I realized that this screen points to Windows 8 user. I suppose it is difficult job but could Windows 7 and 8 scripts be divided in separate Packs?
    Anyway s1ave77 I wish you all the luck in further improving the Pack/Wizard. I will follow development closely :)