Giter Site home page Giter Site logo

Comments (10)

spddl avatar spddl commented on May 8, 2024 1

I like the idea of SyrmGIT

create multiple folders with subfolders for the structure
and there can be e.g. json files starting with //1803-2004 to compare them with the current version.
Underneath is a JSON object that maps the registry. JSON objects can be merged and later exported to a registry file and executed.

└───Scripts
    ├───Network
    │       Tweak1.json
    │       Tweak2.json
    │
    └───Services
            Tweak3.json
//1803-2004
{
    "HKEY_LOCAL_MACHINE": {
        "System": {
            "CurrentControlSet": {
                "Services": {
                    "AFD": {
                        "Parameters": {
                            "DoNotHoldNicBuffers": {
                                "value": "1",
                                "type": "REG_DWORD",
                            }
                        }
                    }
                }
            }
        }
    }
}

from atlas.

 avatar commented on May 8, 2024

what about a new branch for 1803 which can merge with 20h2? or use the option 2 since is the better way

from atlas.

Zusier avatar Zusier commented on May 8, 2024

Branches are not going to be an option. You cant selectively merge with them (some things in 20h2 are not usable within 1803)

Option 2 is most likely what i'll go with. Just wanted to see if anyone had other ideas

from atlas.

spddl avatar spddl commented on May 8, 2024

and then what is the goal of it? To build AtlasOS for every Windows version? and the script decides what to run?

from atlas.

Zusier avatar Zusier commented on May 8, 2024

Im working on both 20h2 and 1803 which are currently separate scripts. Which makes it an absolute pain to update. Trying to make it easier to manage

from atlas.

spddl avatar spddl commented on May 8, 2024

I would prefer a script or routine that decides what to apply based on the OS version.
But I would have problems to write this in batch because the structure becomes more and more important.

from atlas.

jacksyrm avatar jacksyrm commented on May 8, 2024

Why don't you create a base script which will read a directory you have setup with a file named "1803" or "20h2" and from there will download the script from GitHub. I know it's not really solving the pain in the ass but it will be cool nonetheless.

from atlas.

amitxv avatar amitxv commented on May 8, 2024

I have the same dilemma, more than likely the settings for 1803 and 20H2 will be identical so there will be no need to use two separate scripts. For the settings that do not exist or are specific to one version or another, a simple "if not 1803 do blah blah" could be used instead.

from atlas.

Zusier avatar Zusier commented on May 8, 2024

I think I'm going to stick with 2/AMIT's idea, there's a very small amount of differences I need to change between the two. Going to close after a few hours incase anyone has some extra ideas.

from atlas.

spddl avatar spddl commented on May 8, 2024

that's ok if you only 2 versions after that I think it will be more difficult :D

from atlas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.