Jump to content

goingcrazy

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by goingcrazy

  1. This is what I have so far for cmd"

    [COMMANDS]

    "RunOnceEx.cmd"

    I did that in Notepad and saved as cmdlines.text

    Is that all I need there or do I need to add info for the apps I plan I installing? what folder this goes into?

    2nd question This is what I put together so far for the Runoncex

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    SET PP=%systemdrive%\install\winrar.exe

    REG ADD %KEY% /V TITLE /D "Installation" /f

    REG ADD %KEY%\000 /VE /D "winrar" /f

    REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\winrar.exe /s" /f

    I saved that on the desk top for now as Winrar

    Am I on the right track here ? do I just keep adding diferent apps right here?

    and for the ones needing a product key do I also place that also here? and this file goes into the $OEM$ folder? this file is named RunOnceEx.cmd the actual applications go into the apps folder correct?

×
×
  • Create New...