Jump to content

bucketbuster

Member
  • Posts

    651
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by bucketbuster

  1. @RanCorX2,

    I know this thread is ancient. But would it be possible for you to post your reg files and powershell scripts?

    I just got a new laptop with a lot of bloatware...so I want to make a fresh/clean windows 10 install.

    Your files and scripts and other usefull info found on here could save me a lot of time configuring;-)

    Thanks in advance.

     

  2. This is what I did:

    1.Open setup.r with WinRAR.

    Make a sfx from the setup.r and add your favourite wallpapers....

    2.Rename setup.exe -> Aston.exe

    Aston.exe-> Use this comment (or change it to suite your configuration):

    ;The comment below contains SFX script commands

    Path=C:\Aston

    SavePath

    Setup=C:\Aston\Aston.cmd

    Silent=2

    Overwrite=1

    Title=ASTON 1.91 silent installation...

    3.Add Aston settings (in my case from Documents and Settings folder):

    Astonconfig.exe-> Use this comment (or change it to suite you):

    ;The comment below contains SFX script commands

    Path=C:\Documents and Settings\"USERNAME"\Application Data\Aston

    SavePath

    Silent=2

    Overwrite=1

    4. Apply Aston registry settings which you recorded with RegShot....

    Aston.cmd ->

    regedit /s C:\Aston\Aston.reg
    5.Add this tou your main_batch.cmd:

    (This installs Aston, BUT doesn't make it the default Shell!!)

    ECHO.

    ECHO Applying ASTONSHELL 1.91 + Configuration

    start /wait %systemdrive%\Install\Stuff\Aston.exe

    start /wait %systemdrive%\Install\Stuff\Astonconfig.exe

    6.Before your computer is restarted, after unattended installation, make WINDOWS merge shell.reg to your registry. (To make Aston the default Shell):

    shell.reg ->

    Windows Registry Editor Version 5.00

    ;Aston as default Shell

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"Shell"="C:\\Aston\\aston.exe ,svchost.exe"

    7. Make SURE that the paths correspond to YOUR configuration!!!!!!!!!!

    I hope this helps..... :yes:

×
×
  • Create New...