How can I integrate registry tweaks without using Setupcomplete.cmd?

Discussion in 'Windows 7' started by Asim Omer, Oct 24, 2011.

  1. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    104
    6
    10
    Hello everyone

    As it appears from the title how can I integrate registry tweaks without using Setupcomplete.cmd?

    Thanks in advance.
     
  2. ffcloud2000

    ffcloud2000 MDL Member

    Oct 23, 2009
    164
    5
    10
    #2 ffcloud2000, Oct 24, 2011
    Last edited: Oct 24, 2011
    What's wrong with it? And you could use something like vLite but its sort of the same idea
     
  3. Asim Omer

    Asim Omer MDL Member

    Jan 28, 2011
    104
    6
    10
    When I integrate the registry tweaks using Setupcomplete.cmd some tweaks needs restarting like disabling UAC.
     
  4. chianf092

    chianf092 MDL Senior Member

    Aug 29, 2008
    279
    21
    10
    Add this line to your Setupcomplete.cmd: shutdown -r -t 15 This tells your computer to shut down before logging in, then your firstlogin.cmd file will run once you login for the first time.