├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── Windows_Optimisation_Pack.ps1 └── config ├── DDU.zip ├── SophiaScript_Win10.ps1 ├── SophiaScript_Win11.ps1 └── ooshutup.cfg /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | We as members, contributors, and leaders pledge to make participation in our 6 | community a harassment-free experience for everyone, regardless of age, body 7 | size, visible or invisible disability, ethnicity, sex characteristics, gender 8 | identity and expression, level of experience, education, socio-economic status, 9 | nationality, personal appearance, race, religion, or sexual identity 10 | and orientation. 11 | 12 | We pledge to act and interact in ways that contribute to an open, welcoming, 13 | diverse, inclusive, and healthy community. 14 | 15 | ## Our Standards 16 | 17 | Examples of behavior that contributes to a positive environment for our 18 | community include: 19 | 20 | * Demonstrating empathy and kindness toward other people 21 | * Being respectful of differing opinions, viewpoints, and experiences 22 | * Giving and gracefully accepting constructive feedback 23 | * Accepting responsibility and apologizing to those affected by our mistakes, 24 | and learning from the experience 25 | * Focusing on what is best not just for us as individuals, but for the 26 | overall community 27 | 28 | Examples of unacceptable behavior include: 29 | 30 | * The use of sexualized language or imagery, and sexual attention or 31 | advances of any kind 32 | * Trolling, insulting or derogatory comments, and personal or political attacks 33 | * Public or private harassment 34 | * Publishing others' private information, such as a physical or email 35 | address, without their explicit permission 36 | * Other conduct which could reasonably be considered inappropriate in a 37 | professional setting 38 | 39 | ## Enforcement Responsibilities 40 | 41 | Community leaders are responsible for clarifying and enforcing our standards of 42 | acceptable behavior and will take appropriate and fair corrective action in 43 | response to any behavior that they deem inappropriate, threatening, offensive, 44 | or harmful. 45 | 46 | Community leaders have the right and responsibility to remove, edit, or reject 47 | comments, commits, code, wiki edits, issues, and other contributions that are 48 | not aligned to this Code of Conduct, and will communicate reasons for moderation 49 | decisions when appropriate. 50 | 51 | ## Scope 52 | 53 | This Code of Conduct applies within all community spaces, and also applies when 54 | an individual is officially representing the community in public spaces. 55 | Examples of representing our community include using an official e-mail address, 56 | posting via an official social media account, or acting as an appointed 57 | representative at an online or offline event. 58 | 59 | ## Enforcement 60 | 61 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 62 | reported to the community leaders responsible for enforcement at 63 | . 64 | All complaints will be reviewed and investigated promptly and fairly. 65 | 66 | All community leaders are obligated to respect the privacy and security of the 67 | reporter of any incident. 68 | 69 | ## Enforcement Guidelines 70 | 71 | Community leaders will follow these Community Impact Guidelines in determining 72 | the consequences for any action they deem in violation of this Code of Conduct: 73 | 74 | ### 1. Correction 75 | 76 | **Community Impact**: Use of inappropriate language or other behavior deemed 77 | unprofessional or unwelcome in the community. 78 | 79 | **Consequence**: A private, written warning from community leaders, providing 80 | clarity around the nature of the violation and an explanation of why the 81 | behavior was inappropriate. A public apology may be requested. 82 | 83 | ### 2. Warning 84 | 85 | **Community Impact**: A violation through a single incident or series 86 | of actions. 87 | 88 | **Consequence**: A warning with consequences for continued behavior. No 89 | interaction with the people involved, including unsolicited interaction with 90 | those enforcing the Code of Conduct, for a specified period of time. This 91 | includes avoiding interactions in community spaces as well as external channels 92 | like social media. Violating these terms may lead to a temporary or 93 | permanent ban. 94 | 95 | ### 3. Temporary Ban 96 | 97 | **Community Impact**: A serious violation of community standards, including 98 | sustained inappropriate behavior. 99 | 100 | **Consequence**: A temporary ban from any sort of interaction or public 101 | communication with the community for a specified period of time. No public or 102 | private interaction with the people involved, including unsolicited interaction 103 | with those enforcing the Code of Conduct, is allowed during this period. 104 | Violating these terms may lead to a permanent ban. 105 | 106 | ### 4. Permanent Ban 107 | 108 | **Community Impact**: Demonstrating a pattern of violation of community 109 | standards, including sustained inappropriate behavior, harassment of an 110 | individual, or aggression toward or disparagement of classes of individuals. 111 | 112 | **Consequence**: A permanent ban from any sort of public interaction within 113 | the community. 114 | 115 | ## Attribution 116 | 117 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], 118 | version 2.0, available at 119 | https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 120 | 121 | Community Impact Guidelines were inspired by [Mozilla's code of conduct 122 | enforcement ladder](https://github.com/mozilla/diversity). 123 | 124 | [homepage]: https://www.contributor-covenant.org 125 | 126 | For answers to common questions about this code of conduct, see the FAQ at 127 | https://www.contributor-covenant.org/faq. Translations are available at 128 | https://www.contributor-covenant.org/translations. 129 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (c) 2025 Marvin700 5 | 6 | Copyright (C) 2007 Free Software Foundation, Inc. 7 | Everyone is permitted to copy and distribute verbatim copies 8 | of this license document, but changing it is not allowed. 9 | 10 | Preamble 11 | 12 | The GNU General Public License is a free, copyleft license for 13 | software and other kinds of works. 14 | 15 | The licenses for most software and other practical works are designed 16 | to take away your freedom to share and change the works. By contrast, 17 | the GNU General Public License is intended to guarantee your freedom to 18 | share and change all versions of a program--to make sure it remains free 19 | software for all its users. We, the Free Software Foundation, use the 20 | GNU General Public License for most of our software; it applies also to 21 | any other work released this way by its authors. You can apply it to 22 | your programs, too. 23 | 24 | When we speak of free software, we are referring to freedom, not 25 | price. Our General Public Licenses are designed to make sure that you 26 | have the freedom to distribute copies of free software (and charge for 27 | them if you wish), that you receive source code or can get it if you 28 | want it, that you can change the software or use pieces of it in new 29 | free programs, and that you know you can do these things. 30 | 31 | To protect your rights, we need to prevent others from denying you 32 | these rights or asking you to surrender the rights. Therefore, you have 33 | certain responsibilities if you distribute copies of the software, or if 34 | you modify it: responsibilities to respect the freedom of others. 35 | 36 | For example, if you distribute copies of such a program, whether 37 | gratis or for a fee, you must pass on to the recipients the same 38 | freedoms that you received. You must make sure that they, too, receive 39 | or can get the source code. And you must show them these terms so they 40 | know their rights. 41 | 42 | Developers that use the GNU GPL protect your rights with two steps: 43 | (1) assert copyright on the software, and (2) offer you this License 44 | giving you legal permission to copy, distribute and/or modify it. 45 | 46 | For the developers' and authors' protection, the GPL clearly explains 47 | that there is no warranty for this free software. For both users' and 48 | authors' sake, the GPL requires that modified versions be marked as 49 | changed, so that their problems will not be attributed erroneously to 50 | authors of previous versions. 51 | 52 | Some devices are designed to deny users access to install or run 53 | modified versions of the software inside them, although the manufacturer 54 | can do so. This is fundamentally incompatible with the aim of 55 | protecting users' freedom to change the software. The systematic 56 | pattern of such abuse occurs in the area of products for individuals to 57 | use, which is precisely where it is most unacceptable. Therefore, we 58 | have designed this version of the GPL to prohibit the practice for those 59 | products. If such problems arise substantially in other domains, we 60 | stand ready to extend this provision to those domains in future versions 61 | of the GPL, as needed to protect the freedom of users. 62 | 63 | Finally, every program is threatened constantly by software patents. 64 | States should not allow patents to restrict development and use of 65 | software on general-purpose computers, but in those that do, we wish to 66 | avoid the special danger that patents applied to a free program could 67 | make it effectively proprietary. To prevent this, the GPL assures that 68 | patents cannot be used to render the program non-free. 69 | 70 | The precise terms and conditions for copying, distribution and 71 | modification follow. 72 | 73 | TERMS AND CONDITIONS 74 | 75 | 0. Definitions. 76 | 77 | "This License" refers to version 3 of the GNU General Public License. 78 | 79 | "Copyright" also means copyright-like laws that apply to other kinds of 80 | works, such as semiconductor masks. 81 | 82 | "The Program" refers to any copyrightable work licensed under this 83 | License. Each licensee is addressed as "you". "Licensees" and 84 | "recipients" may be individuals or organizations. 85 | 86 | To "modify" a work means to copy from or adapt all or part of the work 87 | in a fashion requiring copyright permission, other than the making of an 88 | exact copy. The resulting work is called a "modified version" of the 89 | earlier work or a work "based on" the earlier work. 90 | 91 | A "covered work" means either the unmodified Program or a work based 92 | on the Program. 93 | 94 | To "propagate" a work means to do anything with it that, without 95 | permission, would make you directly or secondarily liable for 96 | infringement under applicable copyright law, except executing it on a 97 | computer or modifying a private copy. Propagation includes copying, 98 | distribution (with or without modification), making available to the 99 | public, and in some countries other activities as well. 100 | 101 | To "convey" a work means any kind of propagation that enables other 102 | parties to make or receive copies. Mere interaction with a user through 103 | a computer network, with no transfer of a copy, is not conveying. 104 | 105 | An interactive user interface displays "Appropriate Legal Notices" 106 | to the extent that it includes a convenient and prominently visible 107 | feature that (1) displays an appropriate copyright notice, and (2) 108 | tells the user that there is no warranty for the work (except to the 109 | extent that warranties are provided), that licensees may convey the 110 | work under this License, and how to view a copy of this License. If 111 | the interface presents a list of user commands or options, such as a 112 | menu, a prominent item in the list meets this criterion. 113 | 114 | 1. Source Code. 115 | 116 | The "source code" for a work means the preferred form of the work 117 | for making modifications to it. "Object code" means any non-source 118 | form of a work. 119 | 120 | A "Standard Interface" means an interface that either is an official 121 | standard defined by a recognized standards body, or, in the case of 122 | interfaces specified for a particular programming language, one that 123 | is widely used among developers working in that language. 124 | 125 | The "System Libraries" of an executable work include anything, other 126 | than the work as a whole, that (a) is included in the normal form of 127 | packaging a Major Component, but which is not part of that Major 128 | Component, and (b) serves only to enable use of the work with that 129 | Major Component, or to implement a Standard Interface for which an 130 | implementation is available to the public in source code form. A 131 | "Major Component", in this context, means a major essential component 132 | (kernel, window system, and so on) of the specific operating system 133 | (if any) on which the executable work runs, or a compiler used to 134 | produce the work, or an object code interpreter used to run it. 135 | 136 | The "Corresponding Source" for a work in object code form means all 137 | the source code needed to generate, install, and (for an executable 138 | work) run the object code and to modify the work, including scripts to 139 | control those activities. However, it does not include the work's 140 | System Libraries, or general-purpose tools or generally available free 141 | programs which are used unmodified in performing those activities but 142 | which are not part of the work. For example, Corresponding Source 143 | includes interface definition files associated with source files for 144 | the work, and the source code for shared libraries and dynamically 145 | linked subprograms that the work is specifically designed to require, 146 | such as by intimate data communication or control flow between those 147 | subprograms and other parts of the work. 148 | 149 | The Corresponding Source need not include anything that users 150 | can regenerate automatically from other parts of the Corresponding 151 | Source. 152 | 153 | The Corresponding Source for a work in source code form is that 154 | same work. 155 | 156 | 2. Basic Permissions. 157 | 158 | All rights granted under this License are granted for the term of 159 | copyright on the Program, and are irrevocable provided the stated 160 | conditions are met. This License explicitly affirms your unlimited 161 | permission to run the unmodified Program. The output from running a 162 | covered work is covered by this License only if the output, given its 163 | content, constitutes a covered work. This License acknowledges your 164 | rights of fair use or other equivalent, as provided by copyright law. 165 | 166 | You may make, run and propagate covered works that you do not 167 | convey, without conditions so long as your license otherwise remains 168 | in force. You may convey covered works to others for the sole purpose 169 | of having them make modifications exclusively for you, or provide you 170 | with facilities for running those works, provided that you comply with 171 | the terms of this License in conveying all material for which you do 172 | not control copyright. Those thus making or running the covered works 173 | for you must do so exclusively on your behalf, under your direction 174 | and control, on terms that prohibit them from making any copies of 175 | your copyrighted material outside their relationship with you. 176 | 177 | Conveying under any other circumstances is permitted solely under 178 | the conditions stated below. Sublicensing is not allowed; section 10 179 | makes it unnecessary. 180 | 181 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 182 | 183 | No covered work shall be deemed part of an effective technological 184 | measure under any applicable law fulfilling obligations under article 185 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 186 | similar laws prohibiting or restricting circumvention of such 187 | measures. 188 | 189 | When you convey a covered work, you waive any legal power to forbid 190 | circumvention of technological measures to the extent such circumvention 191 | is effected by exercising rights under this License with respect to 192 | the covered work, and you disclaim any intention to limit operation or 193 | modification of the work as a means of enforcing, against the work's 194 | users, your or third parties' legal rights to forbid circumvention of 195 | technological measures. 196 | 197 | 4. Conveying Verbatim Copies. 198 | 199 | You may convey verbatim copies of the Program's source code as you 200 | receive it, in any medium, provided that you conspicuously and 201 | appropriately publish on each copy an appropriate copyright notice; 202 | keep intact all notices stating that this License and any 203 | non-permissive terms added in accord with section 7 apply to the code; 204 | keep intact all notices of the absence of any warranty; and give all 205 | recipients a copy of this License along with the Program. 206 | 207 | You may charge any price or no price for each copy that you convey, 208 | and you may offer support or warranty protection for a fee. 209 | 210 | 5. Conveying Modified Source Versions. 211 | 212 | You may convey a work based on the Program, or the modifications to 213 | produce it from the Program, in the form of source code under the 214 | terms of section 4, provided that you also meet all of these conditions: 215 | 216 | a) The work must carry prominent notices stating that you modified 217 | it, and giving a relevant date. 218 | 219 | b) The work must carry prominent notices stating that it is 220 | released under this License and any conditions added under section 221 | 7. This requirement modifies the requirement in section 4 to 222 | "keep intact all notices". 223 | 224 | c) You must license the entire work, as a whole, under this 225 | License to anyone who comes into possession of a copy. This 226 | License will therefore apply, along with any applicable section 7 227 | additional terms, to the whole of the work, and all its parts, 228 | regardless of how they are packaged. This License gives no 229 | permission to license the work in any other way, but it does not 230 | invalidate such permission if you have separately received it. 231 | 232 | d) If the work has interactive user interfaces, each must display 233 | Appropriate Legal Notices; however, if the Program has interactive 234 | interfaces that do not display Appropriate Legal Notices, your 235 | work need not make them do so. 236 | 237 | A compilation of a covered work with other separate and independent 238 | works, which are not by their nature extensions of the covered work, 239 | and which are not combined with it such as to form a larger program, 240 | in or on a volume of a storage or distribution medium, is called an 241 | "aggregate" if the compilation and its resulting copyright are not 242 | used to limit the access or legal rights of the compilation's users 243 | beyond what the individual works permit. Inclusion of a covered work 244 | in an aggregate does not cause this License to apply to the other 245 | parts of the aggregate. 246 | 247 | 6. Conveying Non-Source Forms. 248 | 249 | You may convey a covered work in object code form under the terms 250 | of sections 4 and 5, provided that you also convey the 251 | machine-readable Corresponding Source under the terms of this License, 252 | in one of these ways: 253 | 254 | a) Convey the object code in, or embodied in, a physical product 255 | (including a physical distribution medium), accompanied by the 256 | Corresponding Source fixed on a durable physical medium 257 | customarily used for software interchange. 258 | 259 | b) Convey the object code in, or embodied in, a physical product 260 | (including a physical distribution medium), accompanied by a 261 | written offer, valid for at least three years and valid for as 262 | long as you offer spare parts or customer support for that product 263 | model, to give anyone who possesses the object code either (1) a 264 | copy of the Corresponding Source for all the software in the 265 | product that is covered by this License, on a durable physical 266 | medium customarily used for software interchange, for a price no 267 | more than your reasonable cost of physically performing this 268 | conveying of source, or (2) access to copy the 269 | Corresponding Source from a network server at no charge. 270 | 271 | c) Convey individual copies of the object code with a copy of the 272 | written offer to provide the Corresponding Source. This 273 | alternative is allowed only occasionally and noncommercially, and 274 | only if you received the object code with such an offer, in accord 275 | with subsection 6b. 276 | 277 | d) Convey the object code by offering access from a designated 278 | place (gratis or for a charge), and offer equivalent access to the 279 | Corresponding Source in the same way through the same place at no 280 | further charge. You need not require recipients to copy the 281 | Corresponding Source along with the object code. If the place to 282 | copy the object code is a network server, the Corresponding Source 283 | may be on a different server (operated by you or a third party) 284 | that supports equivalent copying facilities, provided you maintain 285 | clear directions next to the object code saying where to find the 286 | Corresponding Source. Regardless of what server hosts the 287 | Corresponding Source, you remain obligated to ensure that it is 288 | available for as long as needed to satisfy these requirements. 289 | 290 | e) Convey the object code using peer-to-peer transmission, provided 291 | you inform other peers where the object code and Corresponding 292 | Source of the work are being offered to the general public at no 293 | charge under subsection 6d. 294 | 295 | A separable portion of the object code, whose source code is excluded 296 | from the Corresponding Source as a System Library, need not be 297 | included in conveying the object code work. 298 | 299 | A "User Product" is either (1) a "consumer product", which means any 300 | tangible personal property which is normally used for personal, family, 301 | or household purposes, or (2) anything designed or sold for incorporation 302 | into a dwelling. In determining whether a product is a consumer product, 303 | doubtful cases shall be resolved in favor of coverage. For a particular 304 | product received by a particular user, "normally used" refers to a 305 | typical or common use of that class of product, regardless of the status 306 | of the particular user or of the way in which the particular user 307 | actually uses, or expects or is expected to use, the product. A product 308 | is a consumer product regardless of whether the product has substantial 309 | commercial, industrial or non-consumer uses, unless such uses represent 310 | the only significant mode of use of the product. 311 | 312 | "Installation Information" for a User Product means any methods, 313 | procedures, authorization keys, or other information required to install 314 | and execute modified versions of a covered work in that User Product from 315 | a modified version of its Corresponding Source. The information must 316 | suffice to ensure that the continued functioning of the modified object 317 | code is in no case prevented or interfered with solely because 318 | modification has been made. 319 | 320 | If you convey an object code work under this section in, or with, or 321 | specifically for use in, a User Product, and the conveying occurs as 322 | part of a transaction in which the right of possession and use of the 323 | User Product is transferred to the recipient in perpetuity or for a 324 | fixed term (regardless of how the transaction is characterized), the 325 | Corresponding Source conveyed under this section must be accompanied 326 | by the Installation Information. But this requirement does not apply 327 | if neither you nor any third party retains the ability to install 328 | modified object code on the User Product (for example, the work has 329 | been installed in ROM). 330 | 331 | The requirement to provide Installation Information does not include a 332 | requirement to continue to provide support service, warranty, or updates 333 | for a work that has been modified or installed by the recipient, or for 334 | the User Product in which it has been modified or installed. Access to a 335 | network may be denied when the modification itself materially and 336 | adversely affects the operation of the network or violates the rules and 337 | protocols for communication across the network. 338 | 339 | Corresponding Source conveyed, and Installation Information provided, 340 | in accord with this section must be in a format that is publicly 341 | documented (and with an implementation available to the public in 342 | source code form), and must require no special password or key for 343 | unpacking, reading or copying. 344 | 345 | 7. Additional Terms. 346 | 347 | "Additional permissions" are terms that supplement the terms of this 348 | License by making exceptions from one or more of its conditions. 349 | Additional permissions that are applicable to the entire Program shall 350 | be treated as though they were included in this License, to the extent 351 | that they are valid under applicable law. If additional permissions 352 | apply only to part of the Program, that part may be used separately 353 | under those permissions, but the entire Program remains governed by 354 | this License without regard to the additional permissions. 355 | 356 | When you convey a copy of a covered work, you may at your option 357 | remove any additional permissions from that copy, or from any part of 358 | it. (Additional permissions may be written to require their own 359 | removal in certain cases when you modify the work.) You may place 360 | additional permissions on material, added by you to a covered work, 361 | for which you have or can give appropriate copyright permission. 362 | 363 | Notwithstanding any other provision of this License, for material you 364 | add to a covered work, you may (if authorized by the copyright holders of 365 | that material) supplement the terms of this License with terms: 366 | 367 | a) Disclaiming warranty or limiting liability differently from the 368 | terms of sections 15 and 16 of this License; or 369 | 370 | b) Requiring preservation of specified reasonable legal notices or 371 | author attributions in that material or in the Appropriate Legal 372 | Notices displayed by works containing it; or 373 | 374 | c) Prohibiting misrepresentation of the origin of that material, or 375 | requiring that modified versions of such material be marked in 376 | reasonable ways as different from the original version; or 377 | 378 | d) Limiting the use for publicity purposes of names of licensors or 379 | authors of the material; or 380 | 381 | e) Declining to grant rights under trademark law for use of some 382 | trade names, trademarks, or service marks; or 383 | 384 | f) Requiring indemnification of licensors and authors of that 385 | material by anyone who conveys the material (or modified versions of 386 | it) with contractual assumptions of liability to the recipient, for 387 | any liability that these contractual assumptions directly impose on 388 | those licensors and authors. 389 | 390 | All other non-permissive additional terms are considered "further 391 | restrictions" within the meaning of section 10. If the Program as you 392 | received it, or any part of it, contains a notice stating that it is 393 | governed by this License along with a term that is a further 394 | restriction, you may remove that term. If a license document contains 395 | a further restriction but permits relicensing or conveying under this 396 | License, you may add to a covered work material governed by the terms 397 | of that license document, provided that the further restriction does 398 | not survive such relicensing or conveying. 399 | 400 | If you add terms to a covered work in accord with this section, you 401 | must place, in the relevant source files, a statement of the 402 | additional terms that apply to those files, or a notice indicating 403 | where to find the applicable terms. 404 | 405 | Additional terms, permissive or non-permissive, may be stated in the 406 | form of a separately written license, or stated as exceptions; 407 | the above requirements apply either way. 408 | 409 | 8. Termination. 410 | 411 | You may not propagate or modify a covered work except as expressly 412 | provided under this License. Any attempt otherwise to propagate or 413 | modify it is void, and will automatically terminate your rights under 414 | this License (including any patent licenses granted under the third 415 | paragraph of section 11). 416 | 417 | However, if you cease all violation of this License, then your 418 | license from a particular copyright holder is reinstated (a) 419 | provisionally, unless and until the copyright holder explicitly and 420 | finally terminates your license, and (b) permanently, if the copyright 421 | holder fails to notify you of the violation by some reasonable means 422 | prior to 60 days after the cessation. 423 | 424 | Moreover, your license from a particular copyright holder is 425 | reinstated permanently if the copyright holder notifies you of the 426 | violation by some reasonable means, this is the first time you have 427 | received notice of violation of this License (for any work) from that 428 | copyright holder, and you cure the violation prior to 30 days after 429 | your receipt of the notice. 430 | 431 | Termination of your rights under this section does not terminate the 432 | licenses of parties who have received copies or rights from you under 433 | this License. If your rights have been terminated and not permanently 434 | reinstated, you do not qualify to receive new licenses for the same 435 | material under section 10. 436 | 437 | 9. Acceptance Not Required for Having Copies. 438 | 439 | You are not required to accept this License in order to receive or 440 | run a copy of the Program. Ancillary propagation of a covered work 441 | occurring solely as a consequence of using peer-to-peer transmission 442 | to receive a copy likewise does not require acceptance. However, 443 | nothing other than this License grants you permission to propagate or 444 | modify any covered work. These actions infringe copyright if you do 445 | not accept this License. Therefore, by modifying or propagating a 446 | covered work, you indicate your acceptance of this License to do so. 447 | 448 | 10. Automatic Licensing of Downstream Recipients. 449 | 450 | Each time you convey a covered work, the recipient automatically 451 | receives a license from the original licensors, to run, modify and 452 | propagate that work, subject to this License. You are not responsible 453 | for enforcing compliance by third parties with this License. 454 | 455 | An "entity transaction" is a transaction transferring control of an 456 | organization, or substantially all assets of one, or subdividing an 457 | organization, or merging organizations. If propagation of a covered 458 | work results from an entity transaction, each party to that 459 | transaction who receives a copy of the work also receives whatever 460 | licenses to the work the party's predecessor in interest had or could 461 | give under the previous paragraph, plus a right to possession of the 462 | Corresponding Source of the work from the predecessor in interest, if 463 | the predecessor has it or can get it with reasonable efforts. 464 | 465 | You may not impose any further restrictions on the exercise of the 466 | rights granted or affirmed under this License. For example, you may 467 | not impose a license fee, royalty, or other charge for exercise of 468 | rights granted under this License, and you may not initiate litigation 469 | (including a cross-claim or counterclaim in a lawsuit) alleging that 470 | any patent claim is infringed by making, using, selling, offering for 471 | sale, or importing the Program or any portion of it. 472 | 473 | 11. Patents. 474 | 475 | A "contributor" is a copyright holder who authorizes use under this 476 | License of the Program or a work on which the Program is based. The 477 | work thus licensed is called the contributor's "contributor version". 478 | 479 | A contributor's "essential patent claims" are all patent claims 480 | owned or controlled by the contributor, whether already acquired or 481 | hereafter acquired, that would be infringed by some manner, permitted 482 | by this License, of making, using, or selling its contributor version, 483 | but do not include claims that would be infringed only as a 484 | consequence of further modification of the contributor version. For 485 | purposes of this definition, "control" includes the right to grant 486 | patent sublicenses in a manner consistent with the requirements of 487 | this License. 488 | 489 | Each contributor grants you a non-exclusive, worldwide, royalty-free 490 | patent license under the contributor's essential patent claims, to 491 | make, use, sell, offer for sale, import and otherwise run, modify and 492 | propagate the contents of its contributor version. 493 | 494 | In the following three paragraphs, a "patent license" is any express 495 | agreement or commitment, however denominated, not to enforce a patent 496 | (such as an express permission to practice a patent or covenant not to 497 | sue for patent infringement). To "grant" such a patent license to a 498 | party means to make such an agreement or commitment not to enforce a 499 | patent against the party. 500 | 501 | If you convey a covered work, knowingly relying on a patent license, 502 | and the Corresponding Source of the work is not available for anyone 503 | to copy, free of charge and under the terms of this License, through a 504 | publicly available network server or other readily accessible means, 505 | then you must either (1) cause the Corresponding Source to be so 506 | available, or (2) arrange to deprive yourself of the benefit of the 507 | patent license for this particular work, or (3) arrange, in a manner 508 | consistent with the requirements of this License, to extend the patent 509 | license to downstream recipients. "Knowingly relying" means you have 510 | actual knowledge that, but for the patent license, your conveying the 511 | covered work in a country, or your recipient's use of the covered work 512 | in a country, would infringe one or more identifiable patents in that 513 | country that you have reason to believe are valid. 514 | 515 | If, pursuant to or in connection with a single transaction or 516 | arrangement, you convey, or propagate by procuring conveyance of, a 517 | covered work, and grant a patent license to some of the parties 518 | receiving the covered work authorizing them to use, propagate, modify 519 | or convey a specific copy of the covered work, then the patent license 520 | you grant is automatically extended to all recipients of the covered 521 | work and works based on it. 522 | 523 | A patent license is "discriminatory" if it does not include within 524 | the scope of its coverage, prohibits the exercise of, or is 525 | conditioned on the non-exercise of one or more of the rights that are 526 | specifically granted under this License. You may not convey a covered 527 | work if you are a party to an arrangement with a third party that is 528 | in the business of distributing software, under which you make payment 529 | to the third party based on the extent of your activity of conveying 530 | the work, and under which the third party grants, to any of the 531 | parties who would receive the covered work from you, a discriminatory 532 | patent license (a) in connection with copies of the covered work 533 | conveyed by you (or copies made from those copies), or (b) primarily 534 | for and in connection with specific products or compilations that 535 | contain the covered work, unless you entered into that arrangement, 536 | or that patent license was granted, prior to 28 March 2007. 537 | 538 | Nothing in this License shall be construed as excluding or limiting 539 | any implied license or other defenses to infringement that may 540 | otherwise be available to you under applicable patent law. 541 | 542 | 12. No Surrender of Others' Freedom. 543 | 544 | If conditions are imposed on you (whether by court order, agreement or 545 | otherwise) that contradict the conditions of this License, they do not 546 | excuse you from the conditions of this License. If you cannot convey a 547 | covered work so as to satisfy simultaneously your obligations under this 548 | License and any other pertinent obligations, then as a consequence you may 549 | not convey it at all. For example, if you agree to terms that obligate you 550 | to collect a royalty for further conveying from those to whom you convey 551 | the Program, the only way you could satisfy both those terms and this 552 | License would be to refrain entirely from conveying the Program. 553 | 554 | 13. Use with the GNU Affero General Public License. 555 | 556 | Notwithstanding any other provision of this License, you have 557 | permission to link or combine any covered work with a work licensed 558 | under version 3 of the GNU Affero General Public License into a single 559 | combined work, and to convey the resulting work. The terms of this 560 | License will continue to apply to the part which is the covered work, 561 | but the special requirements of the GNU Affero General Public License, 562 | section 13, concerning interaction through a network will apply to the 563 | combination as such. 564 | 565 | 14. Revised Versions of this License. 566 | 567 | The Free Software Foundation may publish revised and/or new versions of 568 | the GNU General Public License from time to time. Such new versions will 569 | be similar in spirit to the present version, but may differ in detail to 570 | address new problems or concerns. 571 | 572 | Each version is given a distinguishing version number. If the 573 | Program specifies that a certain numbered version of the GNU General 574 | Public License "or any later version" applies to it, you have the 575 | option of following the terms and conditions either of that numbered 576 | version or of any later version published by the Free Software 577 | Foundation. If the Program does not specify a version number of the 578 | GNU General Public License, you may choose any version ever published 579 | by the Free Software Foundation. 580 | 581 | If the Program specifies that a proxy can decide which future 582 | versions of the GNU General Public License can be used, that proxy's 583 | public statement of acceptance of a version permanently authorizes you 584 | to choose that version for the Program. 585 | 586 | Later license versions may give you additional or different 587 | permissions. However, no additional obligations are imposed on any 588 | author or copyright holder as a result of your choosing to follow a 589 | later version. 590 | 591 | 15. Disclaimer of Warranty. 592 | 593 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 594 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 595 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 596 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 597 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 598 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 599 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 600 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 601 | 602 | 16. Limitation of Liability. 603 | 604 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 605 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 606 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 607 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 608 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 609 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 610 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 611 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 612 | SUCH DAMAGES. 613 | 614 | 17. Interpretation of Sections 15 and 16. 615 | 616 | If the disclaimer of warranty and limitation of liability provided 617 | above cannot be given local legal effect according to their terms, 618 | reviewing courts shall apply local law that most closely approximates 619 | an absolute waiver of all civil liability in connection with the 620 | Program, unless a warranty or assumption of liability accompanies a 621 | copy of the Program in return for a fee. 622 | 623 | END OF TERMS AND CONDITIONS 624 | 625 | How to Apply These Terms to Your New Programs 626 | 627 | If you develop a new program, and you want it to be of the greatest 628 | possible use to the public, the best way to achieve this is to make it 629 | free software which everyone can redistribute and change under these terms. 630 | 631 | To do so, attach the following notices to the program. It is safest 632 | to attach them to the start of each source file to most effectively 633 | state the exclusion of warranty; and each file should have at least 634 | the "copyright" line and a pointer to where the full notice is found. 635 | 636 | 637 | Copyright (C) 638 | 639 | This program is free software: you can redistribute it and/or modify 640 | it under the terms of the GNU General Public License as published by 641 | the Free Software Foundation, either version 3 of the License, or 642 | (at your option) any later version. 643 | 644 | This program is distributed in the hope that it will be useful, 645 | but WITHOUT ANY WARRANTY; without even the implied warranty of 646 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 647 | GNU General Public License for more details. 648 | 649 | You should have received a copy of the GNU General Public License 650 | along with this program. If not, see . 651 | 652 | Also add information on how to contact you by electronic and paper mail. 653 | 654 | If the program does terminal interaction, make it output a short 655 | notice like this when it starts in an interactive mode: 656 | 657 | Copyright (C) 658 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 659 | This is free software, and you are welcome to redistribute it 660 | under certain conditions; type `show c' for details. 661 | 662 | The hypothetical commands `show w' and `show c' should show the appropriate 663 | parts of the General Public License. Of course, your program's commands 664 | might be different; for a GUI interface, you would use an "about box". 665 | 666 | You should also get your employer (if you work as a programmer) or school, 667 | if any, to sign a "copyright disclaimer" for the program, if necessary. 668 | For more information on this, and how to apply and follow the GNU GPL, see 669 | . 670 | 671 | The GNU General Public License does not permit incorporating your program 672 | into proprietary programs. If your program is a subroutine library, you 673 | may consider it more useful to permit linking proprietary applications with 674 | the library. If this is what you want to do, use the GNU Lesser General 675 | Public License instead of this License. But first, please read 676 | . 677 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Key Features 4 | * Disable Windows Spying 5 | * Remove Windows Bloatware 6 | * Maintance Windows 7 | * Lower CPU and Ram usage 8 | * [Sophia Script](https://github.com/farag2/Sophia-Script-for-Windows "Sophia Script Documentation") & [O&OShutUp](https://www.oo-software.com/en/shutup10 "O&OShutUp") 9 | * Remove Cortana and OneDrive 10 | * Deactivate Windows Indexing 11 | * Deactivate Tasks & Components 12 | * Mouse acceleration Fix 13 | * More Windows Tweaks 14 | 15 | ## Download via Powershell 16 | Run with the **Powershell** / **Windows-Terminal** as **Admin**. 17 | ```powershell 18 | irm windows-optimisation.de | iex 19 | ``` 20 | 21 | > **Note**:
22 | Please update to the latest version of Windows first.
23 | -------------------------------------------------------------------------------- /Windows_Optimisation_Pack.ps1: -------------------------------------------------------------------------------- 1 | # Windows_Optimisation_Pack @Marvin700 2 | # windows-optimisation.de 3 | 4 | $Branch = "main" 5 | $Version = "1.9.1.1" 6 | 7 | $Host.UI.RawUI.WindowTitle = "Windows_Optimisation_Pack | $([char]0x00A9) Marvin700" 8 | $hash = [hashtable]::Synchronized(@{}) 9 | $ScriptFolder = "$env:temp\Windows_Optimisation_Pack" 10 | $WindowsVersion = (Get-WmiObject -Class Win32_OperatingSystem).Caption 11 | $BuildNumber = (Get-CimInstance -Class CIM_OperatingSystem).BuildNumber 12 | #$InstalledSoftware = (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*).DisplayName 13 | IF(!(Test-Path $ScriptFolder)){New-Item -Path $ScriptFolder -ItemType Directory | Out-Null} 14 | else{Get-ChildItem -Path $ScriptFolder -ErrorAction SilentlyContinue | Remove-Item -Recurse -exclude "Picture.png" | Out-Null} 15 | 16 | function WindowsTweaks_Services{ 17 | $service = @("WpcMonSvc","SharedRealitySvc","Fax","autotimesvc","wisvc","SDRSVC","MixedRealityOpenXRSvc","WalletService","SmsRouter","SharedAccess","MapsBroker","PhoneSvc" 18 | "ScDeviceEnum","TabletInputService","icssvc","edgeupdatem","edgeupdate","MicrosoftEdgeElevationService","RetailDemo","MessagingService","PimIndexMaintenanceSvc","OneSyncSvc" 19 | "UnistoreSvc","DiagTrack","dmwappushservice","diagnosticshub.standardcollector.service","diagsvc","WerSvc","wercplsupport","SCardSvr","SEMgrSvc") 20 | foreach($service in $service){ 21 | Stop-Service $service -ErrorAction SilentlyContinue 22 | Set-Service $service -StartupType Disabled -ErrorAction SilentlyContinue}} 23 | 24 | function WindowsTweaks_Features{ 25 | $features = @("TFTP","TelnetClient","WCF-TCP-PortSharing45","SmbDirect","MicrosoftWindowsPowerShellV2Root" 26 | "Printing-XPSServices-Features","WorkFolders-Client","MSRDC-Infrastructure","MicrosoftWindowsPowerShellV2") 27 | foreach($feature in $features){dism /Online /Disable-Feature /FeatureName:$feature /NoRestart} 28 | $capability = @("App.StepsRecorder*","App.Support.QuickAssist*","Browser.InternetExplore*","Hello.Face*","MathRecognizer*","Microsoft.Windows.PowerShell.ISE*","OpenSSH*","Language.Handwriting") 29 | foreach($capability in $capability){Get-WindowsCapability -online | where-object {$_.name -like $capability} | Remove-WindowsCapability -online -ErrorAction SilentlyContinue}} 30 | 31 | function WindowsTweaks_Tasks{ 32 | schtasks /change /TN "Microsoft\Windows\Application Experience\ProgramDataUpdater" /DISABLE 33 | schtasks /change /TN "Microsoft\Windows\Application Experience\StartupAppTask" /DISABLE 34 | schtasks /change /TN "Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" /DISABLE 35 | Get-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" | Disable-ScheduledTask 36 | $task = @("ProgramDataUpdater","Proxy","Consolidator","Microsoft-Windows-DiskDiagnosticDataCollector","MapsToastTask","MapsUpdateTask","FamilySafetyMonitor" 37 | "FODCleanupTask","FamilySafetyRefreshTask","XblGameSaveTask","UsbCeip","DmClient","DmClientOnScenarioDownload") 38 | foreach($task in $task){Get-ScheduledTask -TaskName $task | Disable-ScheduledTask -ErrorAction SilentlyContinue}} 39 | 40 | function WindowsTweaks_Registry{ 41 | # MarkC Mouse Acceleration Fix 42 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "SmoothMouseXCurve" ([byte[]](0x00, 43 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xCC, 0x0C, 0x00, 0x00, 0x00, 44 | 0x00, 0x00, 0x80, 0x99, 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x66, 0x26, 45 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x33, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00)) 46 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "SmoothMouseYCurve" ([byte[]](0x00, 47 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 48 | 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 49 | 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x00, 0x00, 0x00, 0x00, 0x00)) 50 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseSensitivity" -Type "DWORD" -Value 10 -Force 51 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseSpeed" -Type "DWORD" -Value 0 -Force 52 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseTrails" -Type "DWORD" -Value 0 -Force 53 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold1" -Type "DWORD" -Value 0 -Force 54 | Set-ItemProperty -Path "HKCU:\Control Panel\Mouse" -Name "MouseThreshold2" -Type "DWORD" -Value 0 -Force 55 | Set-ItemProperty -Path "HKCU:\Control Panel\Desktop" -Name "MenuShowDelay" -Type "DWORD" -Value 0 -Force 56 | Set-ItemProperty -Path "HKLM:\SYSTEM\ControlSet001\Services\DiagTrack" -Name "Start" -Type "DWORD" -Value 4 -Force 57 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\Dwm" -Name "OverlayTestMode" -Type "DWORD" -Value 00000005 -Force 58 | Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\dmwappushservice" -Name "Start" -Type "DWORD" -Value 4 -Force 59 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\" -Name "NetworkThrottlingIndex" -Type "DWORD" -Value 268435455 -Force 60 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\" -Name "SystemResponsiveness" -Type "DWORD" -Value 00000000 -Force 61 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" -Name "Priority" -Type "DWORD" -Value 00000006 -Force 62 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" -Name "Scheduling Category" -Value "High" -Force 63 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games" -Name "SFIO Priority" -Value "High" -Force 64 | Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\diagnosticshub.standardcollector.service" -Name "Start" -Type "DWORD" -Value 4 -Force 65 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Policies\DataCollection" -Name "AllowTelemetry" -Value 0 -Type "DWORD" -Force 66 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" -Name "AllowTelemetry" -Type "DWORD" -Value 0 -Force 67 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection" -Name "LimitEnhancedDiagnosticDataWindowsAnalytics" -Type "DWORD" -Value 0 -Force 68 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection" -Name "AllowTelemetry" -Type "DWORD" -Value 0 -Force 69 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\WindowsSelfHost\UI\Visibility" -Name "HideInsiderPage" -Type "DWORD" -Value 1 -Force 70 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\activity" -Name "Value" -Value "Deny" -Force 71 | ForEach($result in Get-ChildItem "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches"){ 72 | If(!($result.name -eq "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VolumeCaches\DownloadsFolder")){ 73 | New-ItemProperty -Path "'HKLM:' + $result.Name.Substring( 18 )" -Name 'StateFlags0001' -Value 2 -PropertyType DWORD -Force -EA 0}}} 74 | 75 | function WindowsTweaks_Index{ 76 | Label $env:SystemDrive Windows 77 | $drive = @('$env:SystemDrive','C:', 'D:', 'E:', 'F:', 'G:') 78 | foreach($drive in $drive) {Get-WmiObject -Class Win32_Volume -Filter "DriveLetter='$drive'" | Set-WmiInstance -Arguments @{IndexingEnabled=$False}}} 79 | 80 | function SophiaScript{ 81 | $LatestGitHubRelease = (Invoke-RestMethod "https://api.github.com/repos/farag2/Sophia-Script-for-Windows/releases/latest").tag_name 82 | IF($WindowsVersion -match "Microsoft Windows 11"){ 83 | $LatestRelease = (Invoke-RestMethod "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json").Sophia_Script_Windows_11_PowerShell_5_1 84 | Start-BitsTransfer -Source "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.11.v$LatestRelease.zip" -Destination "$env:temp\Sophia.zip" 85 | Expand-Archive $env:temp\Sophia.zip $env:temp -force 86 | Move-Item -Path $env:temp\"Sophia_Script*" -Destination "$ScriptFolder\Sophia_Script\" 87 | Start-BitsTransfer -Source "https://raw.githubusercontent.com/Marvin700/Windows_Optimisation_Pack/$Branch/config/SophiaScript_Win11.ps1" -Destination "$ScriptFolder\Sophia_Script\Sophia.ps1"} 88 | IF($WindowsVersion -match "Microsoft Windows 10"){ 89 | $LatestRelease = (Invoke-RestMethod "https://raw.githubusercontent.com/farag2/Sophia-Script-for-Windows/master/sophia_script_versions.json").Sophia_Script_Windows_10_PowerShell_5_1 90 | Start-BitsTransfer -Source "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestGitHubRelease/Sophia.Script.for.Windows.10.v$LatestRelease.zip" -Destination "$env:temp\Sophia.zip" 91 | Expand-Archive $env:temp\Sophia.zip $env:temp -force 92 | Move-Item -Path $env:temp\"Sophia_Script*" -Destination "$ScriptFolder\Sophia_Script\" 93 | Start-BitsTransfer -Source "https://raw.githubusercontent.com/Marvin700/Windows_Optimisation_Pack/$Branch/config/SophiaScript_Win10.ps1" -Destination "$ScriptFolder\Sophia_Script\Sophia.ps1"} 94 | Move-Item -Path $env:temp\"Sophia_Script*" -Destination "$ScriptFolder\Sophia_Script\" 95 | Powershell.exe -executionpolicy Bypass $ScriptFolder\Sophia_Script\Sophia.ps1} 96 | 97 | function ooShutup{ 98 | Start-BitsTransfer -Source "https://raw.githubusercontent.com/Marvin700/Windows_Optimisation_Pack/$Branch/config/ooshutup.cfg" -Destination "$ScriptFolder\ooshutup.cfg" 99 | Start-BitsTransfer -Source "https://dl5.oo-software.com/files/ooshutup10/OOSU10.exe" -Destination "$ScriptFolder\OOSU10.exe" 100 | Start-Process powershell "Set-Location $ScriptFolder;.\OOSU10.exe ooshutup.cfg /quiet"} 101 | 102 | function SystemPoint{ 103 | Clear-Host 104 | " Compatibility checks and preparations are performed..." 105 | IF($hash.Windows_Cleanup){vssadmin delete shadows /all /quiet | Out-Null} 106 | Enable-ComputerRestore -Drive $env:SystemDrive 107 | New-ItemProperty -Path "HKLM:SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" -Name "SystemRestorePointCreationFrequency" -Type "DWORD" -Value 0 -Force | Out-Null 108 | Checkpoint-Computer -Description "Windows_Optimisation_Pack" -RestorePointType MODIFY_SETTINGS 109 | Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" -Name "SystemRestorePointCreationFrequency" | Out-Null} 110 | 111 | function Checks{ 112 | IF(!([System.Environment]::Is64BitOperatingSystem)){ 113 | Write-Warning " You need an 64-Bit System" 114 | Start-Sleep 20;exit} 115 | IF(!($WindowsVersion -match "Microsoft Windows 11" -Or $WindowsVersion -match "Microsoft Windows 10")){ 116 | Write-Warning " No supported operating system! Windows 10 or Windows 11 required" 117 | Start-Sleep 20;exit} 118 | IF(!(($WindowsVersion -match "Microsoft Windows 11" -AND $BuildNumber -ge "22621" -AND $BuildNumber -ge "22621") -OR ($WindowsVersion -match "Microsoft Windows 10" -AND $BuildNumber -ge "19045"))){ 119 | Write-Warning " Outdated Windows Version !!!" 120 | Start-Sleep 20} 121 | IF(!(Test-Connection 1.1.1.1 -ErrorAction SilentlyContinue)){ 122 | Write-Warning " No internet connection available" 123 | Start-Sleep 20} 124 | IF((Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending")){ 125 | Write-Warning " Reboot Pending !" 126 | Start-Sleep 20;exit} 127 | IF(!([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")){ 128 | Write-Warning " PowerShell is not started as an Administrator" 129 | Start-Sleep 20;exit} 130 | New-PSDrive -Name "HKCR" -PSProvider Registry -Root "HKEY_CLASSES_ROOT" | Out-Null 131 | New-Item -Path "HKLM:\SOFTWARE\Windows_Optimisation_Pack\" -Force | Out-Null 132 | New-Item -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows_Optimisation_Pack" -Force | Out-Null 133 | New-Item -Path "HKCR:\AppUserModelId\Windows_Optimisation_Pack" -Force | Out-Null 134 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Windows_Optimisation_Pack" -Name "Version" -Type "STRING" -Value $Version -Force | Out-Null 135 | Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\Windows_Optimisation_Pack" -Name "ShowInActionCenter" -Type "DWORD" -Value 1 -Force | Out-Null 136 | Set-ItemProperty -Path "HKCR:\AppUserModelId\Windows_Optimisation_Pack" -Name "DisplayName" -Value "Windows_Optimisation_Pack" -Type "STRING" -Force | Out-Null 137 | Set-ItemProperty -Path "HKCR:\AppUserModelId\Windows_Optimisation_Pack" -Name "ShowInSettings" -Value 0 -Type "STRING" -Force | Out-Null 138 | [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] | Out-Null 139 | [Windows.Data.Xml.Dom.XmlDocument, Windows.Data.Xml.Dom.XmlDocument, ContentType = WindowsRuntime] | Out-Null 140 | [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | Out-Null} 141 | 142 | function Windows_Cleanup{ 143 | Clear-Host 144 | ipconfig /flushdns 145 | Clear-BCCache -Force -ErrorAction SilentlyContinue 146 | $path = @("$env:windir\..\MSOCache\","$env:windir\Prefetch\","$env:SystemRoot\SoftwareDistribution\Download\","$env:ProgramData\Microsoft\Windows\RetailDemo\","$env:LOCALAPPDATA\CrashDumps\","$env:windir\Temp\" 147 | "$env:LOCALAPPDATA\NVIDIA\DXCache\","$env:LOCALAPPDATA\NVIDIA\GLCache\","$env:APPDATA\..\locallow\Intel\ShaderCache\","$env:SystemDrive\AMD\","$env:LOCALAPPDATA\AMD\","$env:APPDATA\..\locallow\AMD\","$env:temp\") 148 | foreach($path in $path){Get-ChildItem -Path $path -ErrorAction SilentlyContinue | Remove-Item -Recurse} 149 | IF((Test-Path "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\EscapeFromTarkov")){ 150 | $EscapefromTarkov = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\EscapeFromTarkov' -Name 'InstallLocation').InstallLocation 151 | IF(Get-Process EscapeFromTarkov.exe -ErrorAction SilentlyContinue){taskkill /F /IM EscapeFromTarkov.exe} 152 | Get-ChildItem -Path $EscapefromTarkov\Logs -ErrorAction SilentlyContinue | Remove-Item -Recurse 153 | Get-ChildItem -Path $env:temp\"Battlestate Games" -ErrorAction SilentlyContinue | Remove-Item -Recurse} 154 | IF((Test-Path "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 1938090")){ 155 | $CallofDutyMW2_Steam = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 1938090' -Name 'InstallLocation').InstallLocation 156 | IF(Get-Process cod.exe -ErrorAction SilentlyContinue){taskkill /F /IM cod.exe};Get-ChildItem -Path $CallofDutyMW2_Steam\_retail_\shadercache -ErrorAction SilentlyContinue | Remove-Item -Recurse} 157 | IF((Test-Path "HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Call of Duty")){ 158 | $CallofDutyMW2_Battlenet = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Call of Duty' -Name 'InstallLocation').InstallLocation 159 | IF(Get-Process cod.exe -ErrorAction SilentlyContinue){taskkill /F /IM cod.exe};Get-ChildItem -Path $CallofDutyMW2_Battlenet\_retail_\shadercache -ErrorAction SilentlyContinue | Remove-Item -Recurse} 160 | Clear-Host 161 | gpupdate.exe /force 162 | lodctr /r;lodctr /r 163 | Clear-Host 164 | Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore /NoRestart 165 | Dism.exe /Online /Cleanup-Image /StartComponentCleanup /NoRestart 166 | Dism.exe /Online /Cleanup-Image /spsuperseded /NoRestart 167 | Start-Process cleanmgr.exe /sagerun:1 168 | Start-Process -FilePath "cmd.exe" -ArgumentList '/c title Windows_Optimisation_Pack && mode con cols=40 lines=12 && echo Background tasks are processed... && echo This Step can run up to 1 Hour && echo _ && echo You can continue with your stuff :) && %windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks'} 169 | 170 | function Driver_Cleaner{ 171 | Clear-Host 172 | IF((Test-Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\RebootPending")){Write-Warning " Reboot Pending ! You can Reinstall GPU Driver after PC Restart";Start-Sleep 10}else{ 173 | Start-BitsTransfer -Source "https://github.com/Marvin700/Windows_Optimisation_Pack/raw/$Branch/config/DDU.zip" -Destination "$env:temp\DDU.zip" 174 | Expand-Archive $env:temp\DDU.zip $env:temp 175 | cmd.exe /c "bcdedit /set {current} safeboot minimal" 176 | Set-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce" -Name "*!Normal_Boot" -Value 'cmd.exe /c "bcdedit /deletevalue {current} safeboot"' 177 | Set-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce" -Name "*!Driver_Cleaner" -Value 'Powershell.exe -command "Set-Location $env:temp\DDU\;& .\DisplayDriverUninstaller.exe -silent -removemonitors -removephysx -removegfe -removenvbroadcast -cleanallgpus -removenvcp -removeintelcp -removeamdcp -removeamddirs -restart"' 178 | Set-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce" -Name "*!Uninstall_Message" -Value "c:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe -noexit -command 'Stage 1/2 Driver is Unnstalling. Please Wait...'" 179 | 180 | IF((Get-WmiObject -Class Win32_VideoController).VideoProcessor -match "AMD"){ 181 | Clear-Host 182 | " Downloading GPU Driver";" Please Wait ..." 183 | Start-BitsTransfer -Source "https://dlgbit.winfuture.de/RMwf2YRjJvno9C3TySNGyg/1691099075/3517/software/Radeon%20Crimson/whql-amd-software-adrenalin-edition-23.7.2-win10-win11-july25.exe" -Destination "$env:temp\GPU_Driver.exe" 184 | Set-ItemProperty "HKLM:\Software\Microsoft\Windows\CurrentVersion\RunOnce" -Name "Driver_Installer" -Value "cmd.exe /c echo Stage 2/2 Driver is Installing. && echo Please Wait... && cd %tmp% && GPU_Driver.exe -install -boot" 185 | } else {Write-Warning "Automatic Installer works only for AMD";Start-Sleep 20} 186 | Clear-Host 187 | [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms");[System.Windows.Forms.MessageBox]::Show("For Driver Reinstallation restart the PC","Windows_Optimisation_Pack",0,[System.Windows.Forms.MessageBoxIcon]::Information) | Out-Null}} 188 | 189 | function Runtime{ 190 | winget source update | Out-Null 191 | winget install --id=Microsoft.DotNet.Framework.DeveloperPack_4 --exact --accept-source-agreements 192 | winget install --id=Microsoft.VCRedist.2015+.x64 --exact --accept-source-agreements 193 | winget install --id=Microsoft.DotNet.DesktopRuntime.6 --architecture x64 --exact --accept-source-agreements 194 | winget install --id=Microsoft.DotNet.DesktopRuntime.7 --architecture x64 --exact --accept-source-agreements 195 | winget install --id=Microsoft.DirectX --exact --accept-source-agreements} 196 | 197 | function Remove_ASUS{ 198 | Start-BitsTransfer -Source "https://dlcdnets.asus.com/pub/ASUS/mb/14Utilities/UninstallAI3Tool_1.00.04.zip?model=ROG%20STRIX%20X570-E%20GAMING" -Destination "$env:temp\UninstallAI3Tool.zip" 199 | Start-BitsTransfer -Source "https://dlcdnets.asus.com/pub/ASUS/mb/14Utilities/Armoury_Crate_Uninstall_Tool.zip?model=ROG%20STRIX%20X570-E%20GAMING" -Destination "$env:temp\Armoury_Crate_Uninstall_Tool.zip" 200 | Expand-Archive "$env:temp\UninstallAI3Tool.zip" "$env:temp" -Force 201 | Expand-Archive "$env:temp\Armoury_Crate_Uninstall_Tool.zip" "$env:temp" -Force 202 | Start-Process $env:temp\UninstallAI3Tool*\RemoveAI3Files.exe 203 | Start-Process $env:temp\"Armoury Crate Uninstall Tool *"\"Armoury Crate Uninstall Tool.exe"} 204 | 205 | function Fan_Control{ 206 | IF(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes -eq 8 -or $_.chassistypes -eq 9 -or $_.chassistypes -eq 10 -or $_.chassistypes -eq 14 -or $_.chassistypes -eq 30}){ 207 | Start-BitsTransfer -Source "https://github.com/hirschmann/nbfc/releases/download/1.6.3/NoteBookFanControl.1.6.3.setup.exe" -Destination "$env:temp\NoteBookFanControl.exe" 208 | Start-Process $env:temp\NoteBookFanControl.exe} else { 209 | Start-BitsTransfer -Source "https://github.com/Rem0o/FanControl.Releases/releases/download/V165/FanControl_net_7_0.zip" -Destination "$env:temp\FanControl.zip" 210 | Expand-Archive $env:temp\FanControl.zip "$env:SystemDrive\Program Files\FanControl" -Force 211 | Remove-Item -Path $env:temp\FanControl.zip -Force -Recurse 212 | $WshShell = New-Object -comObject WScript.Shell 213 | $Shortcut = $WshShell.CreateShortcut("$Home\Desktop\FanControl.lnk") 214 | $Shortcut.TargetPath = "$env:SystemDrive\Program Files\FanControl\FanControl.exe" 215 | $Shortcut.Save()}} 216 | 217 | function Controller{ 218 | Start-BitsTransfer -Source "https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.13/DS4Windows_3.2.13_x64.zip" -Destination "$env:temp\DS4Windows.zip" 219 | Expand-Archive $env:temp\DS4Windows.zip "$env:SystemDrive\Program Files\" -Force 220 | Remove-Item -Path $env:temp\DS4Windows.zip -Force -Recurse 221 | $WshShell = New-Object -comObject WScript.Shell 222 | $Shortcut = $WshShell.CreateShortcut("$Home\Desktop\Controller.lnk") 223 | $Shortcut.TargetPath = "$env:SystemDrive\Program Files\DS4Windows\DS4Windows.exe" 224 | $Shortcut.Save()} 225 | 226 | function Autoruns{ 227 | Start-BitsTransfer -Source "https://download.sysinternals.com/files/Autoruns.zip" -Destination "$env:temp\Autoruns.zip" 228 | Expand-Archive $env:temp\Autoruns.zip $env:temp 229 | Start-Process $env:temp\Autoruns64.exe} 230 | 231 | function Google_Chrome{winget install --id=Google.Chrome --exact --accept-source-agreements} 232 | 233 | function Winrar{winget install --id=RARLab.WinRAR --exact --accept-source-agreements} 234 | 235 | function Finish{ 236 | Set-ItemProperty -Path "HKLM:\SOFTWARE\Windows_Optimisation_Pack" -Name "Successful" -Type "DWORD" -Value 1 | Out-Null 237 | [xml]$ToastTemplate = @" 238 | 239 | Your Windows is now optimised :) 240 | 241 | "@ 242 | $ToastXml = [Windows.Data.Xml.Dom.XmlDocument]::New() 243 | $ToastXml.LoadXml($ToastTemplate.OuterXml) 244 | $ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML) 245 | [Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier("Windows_Optimisation_Pack").Show($ToastMessage) 246 | exit} 247 | 248 | function GUI{ 249 | Invoke-WebRequest "https://user-images.githubusercontent.com/98750428/232198728-be7449b4-1d64-4f83-9fb1-2337af52b0c2.png" -OutFile "$ScriptFolder\Picture.png" 250 | [reflection.assembly]::loadwithpartialname("System.Windows.Forms") | Out-Null 251 | [reflection.assembly]::loadwithpartialname("System.Drawing") | Out-Null 252 | $hash.Cancel = $true 253 | $handler_BUTTON_Start_Click={ 254 | $hash.Cancel = $false 255 | IF($BOX_Checks.Checked) {$hash.Checks = $true} 256 | IF($BOX_SystemPoint.Checked) {$hash.SystemPoint = $true} 257 | IF($BOX_Windows_Cleanup.Checked) {$hash.Windows_Cleanup = $true} 258 | IF($BOX_SophiaScript.Checked) {$hash.SophiaScript = $true} 259 | IF($BOX_ooShutup.Checked) {$hash.ooShutup = $true} 260 | IF($BOX_WindowsTweaks_Registry.Checked) {$hash.WindowsTweaks_Registry = $true} 261 | IF($BOX_WindowsTweaks_Tasks.Checked) {$hash.WindowsTweaks_Tasks = $true} 262 | IF($BOX_WindowsTweaks_Features.Checked) {$hash.WindowsTweaks_Features = $true} 263 | IF($BOX_WindowsTweaks_Services.Checked) {$hash.WindowsTweaks_Services = $true} 264 | IF($BOX_WindowsTweaks_Index.Checked) {$hash.WindowsTweaks_Index = $true} 265 | IF($BOX_Scheduled_Maintance.Checked) {$hash.Scheduled_Maintance = $true} 266 | IF($BOX_Driver_Cleaner.Checked) {$hash.Driver_Cleaner = $true} 267 | IF($BOX_Runtime.Checked) {$hash.Runtime = $true} 268 | IF($BOX_Remove_ASUS.Checked) {$hash.Remove_ASUS = $true} 269 | if($BOX_Autoruns.Checked) {$hash.Autoruns = $true} 270 | IF($BOX_Winrar.Checked) {$hash.Winrar = $true} 271 | IF($BOX_Fan_Control.Checked) {$hash.Fan_Control = $true} 272 | IF($BOX_Google_Chrome.Checked) {$hash.Google_Chrome = $true} 273 | IF($BOX_Controller.Checked) {$hash.Controller = $true} 274 | $Form.Close()} 275 | $form = New-Object System.Windows.Forms.Form 276 | $form.Size = New-Object Drawing.Point 710,509 277 | $form.text = "Windows_Optimisation_Pack | $([char]0x00A9) Marvin700" 278 | $form.StartPosition = "CenterScreen" 279 | $form.ForeColor='#aaaaaa' 280 | $form.BackColor='#212121' 281 | $form.MinimizeBox = $false 282 | $form.MaximizeBox = $false 283 | $Image = new-object Windows.Forms.PictureBox 284 | $img = [System.Drawing.Image]::Fromfile("$ScriptFolder\Picture.png") 285 | $Image.Width = $img.Size.Width 286 | $Image.Height = $img.Size.Height 287 | $Image.Location=New-Object System.Drawing.Point(68,20) 288 | $Image.Image = $img 289 | $Titel_Essentials = New-Object Windows.Forms.Label 290 | $Titel_Essentials.Size = New-Object Drawing.Point 135,25 291 | $Titel_Essentials.Location = New-Object Drawing.Point 50,215 292 | $Titel_Essentials.text = "Essentials" 293 | $Titel_Essentials.ForeColor='#aaaaaa' 294 | $Titel_Tweaks = New-Object Windows.Forms.Label 295 | $Titel_Tweaks.Size = New-Object Drawing.Point 135,25 296 | $Titel_Tweaks.Location = New-Object Drawing.Point 210,215 297 | $Titel_Tweaks.text = "Advaced Tweaks" 298 | $Titel_Tweaks.ForeColor='#aaaaaa' 299 | $Titel_Extras = New-Object Windows.Forms.Label 300 | $Titel_Extras.Size = New-Object Drawing.Point 135,25 301 | $Titel_Extras.Location = New-Object Drawing.Point 393,215 302 | $Titel_Extras.text = "Extras" 303 | $Titel_Extras.ForeColor='#aaaaaa' 304 | $Titel_Software = New-Object Windows.Forms.Label 305 | $Titel_Software.Size = New-Object Drawing.Point 135,25 306 | $Titel_Software.Location = New-Object Drawing.Point 566,215 307 | $Titel_Software.text = "Software" 308 | $Titel_Software.ForeColor='#aaaaaa' 309 | $BOX_SystemPoint = New-Object System.Windows.Forms.CheckBox 310 | $BOX_SystemPoint.Size = New-Object Drawing.Point 135,25 311 | $BOX_SystemPoint.Location = New-Object Drawing.Point 27,248 312 | $BOX_SystemPoint.Text = "Restore Point" 313 | $BOX_SystemPoint.ForeColor='#aaaaaa' 314 | $BOX_SystemPoint.Checked = $true 315 | $BOX_SystemPoint.Enabled = $false 316 | $BOX_Checks = New-Object System.Windows.Forms.CheckBox 317 | $BOX_Checks.Size = New-Object Drawing.Point 135,25 318 | $BOX_Checks.Location = New-Object Drawing.Point 27,279 319 | $BOX_Checks.Text = "Compability Checks" 320 | $BOX_Checks.ForeColor='#aaaaaa' 321 | $BOX_Checks.Checked = $true 322 | $BOX_Checks.Enabled = $false 323 | $BOX_SophiaScript = New-Object System.Windows.Forms.CheckBox 324 | $BOX_SophiaScript.Size = New-Object Drawing.Point 135,25 325 | $BOX_SophiaScript.Location = New-Object Drawing.Point 27,310 326 | $BOX_SophiaScript.Text = "Sophia Script" 327 | $BOX_SophiaScript.ForeColor='#aaaaaa' 328 | $BOX_SophiaScript.Checked = $true 329 | $BOX_ooShutup = New-Object System.Windows.Forms.CheckBox 330 | $BOX_ooShutup.Size = New-Object Drawing.Point 135,25 331 | $BOX_ooShutup.Location = New-Object Drawing.Point 27,341 332 | $BOX_ooShutup.Text = "OO ShutUp10" 333 | $BOX_ooShutup.ForeColor='#aaaaaa' 334 | $BOX_ooShutup.Checked = $true 335 | $BOX_WindowsTweaks_Registry = New-Object System.Windows.Forms.CheckBox 336 | $BOX_WindowsTweaks_Registry.Size = New-Object Drawing.Point 135,25 337 | $BOX_WindowsTweaks_Registry.Location = New-Object Drawing.Point 200,248 338 | $BOX_WindowsTweaks_Registry.Text = "Registry Tweaks" 339 | $BOX_WindowsTweaks_Registry.ForeColor='#aaaaaa' 340 | $BOX_WindowsTweaks_Registry.Checked = $true 341 | $BOX_WindowsTweaks_Tasks = New-Object System.Windows.Forms.CheckBox 342 | $BOX_WindowsTweaks_Tasks.Size = New-Object Drawing.Point 135,25 343 | $BOX_WindowsTweaks_Tasks.Location = New-Object Drawing.Point 200,279 344 | $BOX_WindowsTweaks_Tasks.Text = "Deaktivate Tasks" 345 | $BOX_WindowsTweaks_Tasks.ForeColor='#aaaaaa' 346 | $BOX_WindowsTweaks_Tasks.Checked = $true 347 | $BOX_WindowsTweaks_Features = New-Object System.Windows.Forms.CheckBox 348 | $BOX_WindowsTweaks_Features.Size = New-Object Drawing.Point 135,25 349 | $BOX_WindowsTweaks_Features.Location = New-Object Drawing.Point 200,310 350 | $BOX_WindowsTweaks_Features.Text = "Disable Features" 351 | $BOX_WindowsTweaks_Features.ForeColor='#aaaaaa' 352 | $BOX_WindowsTweaks_Features.Checked = $true 353 | $BOX_WindowsTweaks_Services = New-Object System.Windows.Forms.CheckBox 354 | $BOX_WindowsTweaks_Services.Size = New-Object Drawing.Point 135,25 355 | $BOX_WindowsTweaks_Services.Location = New-Object Drawing.Point 200,341 356 | $BOX_WindowsTweaks_Services.Text = "Disable Services" 357 | $BOX_WindowsTweaks_Services.ForeColor='#aaaaaa' 358 | $BOX_WindowsTweaks_Services.Checked = $true 359 | $BOX_WindowsTweaks_Index = New-Object System.Windows.Forms.CheckBox 360 | $BOX_WindowsTweaks_Index.Size = New-Object Drawing.Point 135,25 361 | $BOX_WindowsTweaks_Index.Location = New-Object Drawing.Point 200,372 362 | $BOX_WindowsTweaks_Index.Text = "Disable Indexing" 363 | $BOX_WindowsTweaks_Index.ForeColor='#aaaaaa' 364 | $BOX_WindowsTweaks_Index.Checked = $true 365 | $BOX_Windows_Cleanup = New-Object System.Windows.Forms.CheckBox 366 | $BOX_Windows_Cleanup.Size = New-Object Drawing.Point 135,25 367 | $BOX_Windows_Cleanup.Location = New-Object Drawing.Point 373,248 368 | $BOX_Windows_Cleanup.Text = "Windows Cleanup" 369 | $BOX_Windows_Cleanup.ForeColor='#aaaaaa' 370 | $BOX_Windows_Cleanup.Checked = $true 371 | $BOX_Scheduled_Maintance = New-Object System.Windows.Forms.CheckBox 372 | $BOX_Scheduled_Maintance.Size = New-Object Drawing.Point 135,25 373 | $BOX_Scheduled_Maintance.Location = New-Object Drawing.Point 373,279 374 | $BOX_Scheduled_Maintance.Text = "Scheduled Maintance" 375 | $BOX_Scheduled_Maintance.ForeColor='#aaaaaa' 376 | $BOX_Scheduled_Maintance.Checked = $false 377 | $BOX_Scheduled_Maintance.Enabled = $false 378 | $BOX_Driver_Cleaner= New-Object System.Windows.Forms.CheckBox 379 | $BOX_Driver_Cleaner.Size = New-Object Drawing.Point 135,25 380 | $BOX_Driver_Cleaner.Location = New-Object Drawing.Point 373,310 381 | $BOX_Driver_Cleaner.Text = "Clean Driver Installer" 382 | $BOX_Driver_Cleaner.ForeColor='#aaaaaa' 383 | $BOX_Driver_Cleaner.Checked = $false 384 | $BOX_Runtime = New-Object System.Windows.Forms.CheckBox 385 | $BOX_Runtime.Size = New-Object Drawing.Point 145,25 386 | $BOX_Runtime.Location = New-Object Drawing.Point 373,341 387 | $BOX_Runtime.Text = "Runtime Components" 388 | $BOX_Runtime.ForeColor='#aaaaaa' 389 | $BOX_Runtime.Checked = $true 390 | $BOX_Remove_ASUS = New-Object System.Windows.Forms.CheckBox 391 | $BOX_Remove_ASUS.Size = New-Object Drawing.Point 135,25 392 | $BOX_Remove_ASUS.Location = New-Object Drawing.Point 373,372 393 | $BOX_Remove_ASUS.Text = "Remove Asus Bloat" 394 | $BOX_Remove_ASUS.ForeColor='#aaaaaa' 395 | $BOX_Remove_ASUS.Checked = $false 396 | $BOX_Autoruns = New-Object System.Windows.Forms.CheckBox 397 | $BOX_Autoruns.Size = New-Object Drawing.Point 135,25 398 | $BOX_Autoruns.Location = New-Object Drawing.Point 546,248 399 | $BOX_Autoruns.Text = "Autoruns" 400 | $BOX_Autoruns.ForeColor='#aaaaaa' 401 | $BOX_Autoruns.Checked = $false 402 | $BOX_Winrar = New-Object System.Windows.Forms.CheckBox 403 | $BOX_Winrar.Size = New-Object Drawing.Point 135,25 404 | $BOX_Winrar.Location = New-Object Drawing.Point 546,279 405 | $BOX_Winrar.Text = "Winrar" 406 | $BOX_Winrar.ForeColor='#aaaaaa' 407 | $BOX_Winrar.Checked = $true 408 | $BOX_Fan_Control = New-Object System.Windows.Forms.CheckBox 409 | $BOX_Fan_Control.Size = New-Object Drawing.Point 135,25 410 | $BOX_Fan_Control.Location = New-Object Drawing.Point 546,310 411 | $BOX_Fan_Control.Text = "Fan Control" 412 | $BOX_Fan_Control.ForeColor='#aaaaaa' 413 | $BOX_Fan_Control.Checked = $false 414 | $BOX_Google_Chrome = New-Object System.Windows.Forms.CheckBox 415 | $BOX_Google_Chrome.Size = New-Object Drawing.Point 135,25 416 | $BOX_Google_Chrome.Location = New-Object Drawing.Point 546,341 417 | $BOX_Google_Chrome.Text = "Google Chrome" 418 | $BOX_Google_Chrome.ForeColor='#aaaaaa' 419 | $BOX_Google_Chrome.Checked = $false 420 | $BOX_Controller = New-Object System.Windows.Forms.CheckBox 421 | $BOX_Controller.Size = New-Object Drawing.Point 135,25 422 | $BOX_Controller.Location = New-Object Drawing.Point 546,372 423 | $BOX_Controller.Text = "Controller Support" 424 | $BOX_Controller.ForeColor='#aaaaaa' 425 | $BOX_Controller.Checked = $false 426 | $Titel_Compability = New-Object Windows.Forms.Label 427 | $Titel_Compability.Size = New-Object Drawing.Point 300,25 428 | $Titel_Compability.Location = New-Object Drawing.Point 500,422 429 | $Titel_Compability.ForeColor='#e8272f' 430 | $BUTTON_Start = New-Object System.Windows.Forms.Button 431 | $BUTTON_Start.Text = "Start" 432 | $BUTTON_Start.Size = New-Object Drawing.Point 75,24 433 | $BUTTON_Start.Location = New-Object Drawing.Point 265,422 434 | $BUTTON_Start.ForeColor='#aaaaaa' 435 | $BUTTON_Start.add_Click($handler_button_Start_Click) 436 | IF(!([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")){ 437 | $BUTTON_Start.Enabled = $false;$Titel_Compability.text = "PowerShell is not Administrator" } 438 | $BUTTON_Cancel = New-Object System.Windows.Forms.Button 439 | $BUTTON_Cancel.Size = New-Object Drawing.Point 75,24 440 | $BUTTON_Cancel.Location = New-Object Drawing.Point 360,422 441 | $BUTTON_Cancel.ForeColor='#aaaaaa' 442 | $BUTTON_Cancel.Text = "Cancel" 443 | $BUTTON_Cancel.add_click{$hash.Cancel = $true; $Form.Close()} 444 | $form.controls.add($Image) 445 | $form.controls.add($Titel_Compability) 446 | $form.controls.add($Titel_Essentials) 447 | $form.controls.add($Titel_Tweaks) 448 | $form.controls.add($Titel_Extras) 449 | $form.controls.add($Titel_Software) 450 | $form.Controls.Add($BOX_Checks) 451 | $form.Controls.Add($BOX_SystemPoint) 452 | $form.Controls.Add($BOX_SophiaScript) 453 | $form.Controls.Add($BOX_ooShutup) 454 | $form.Controls.Add($BOX_WindowsTweaks_Registry) 455 | $form.Controls.Add($BOX_WindowsTweaks_Tasks) 456 | $form.Controls.Add($BOX_WindowsTweaks_Features) 457 | $form.Controls.Add($BOX_WindowsTweaks_Services) 458 | $form.Controls.Add($BOX_WindowsTweaks_Index) 459 | $form.Controls.Add($BOX_Windows_Cleanup) 460 | $form.Controls.Add($BOX_Scheduled_Maintance) 461 | $form.Controls.Add($BOX_Runtime) 462 | $form.Controls.Add($BOX_Driver_Cleaner) 463 | $form.Controls.Add($BOX_Remove_ASUS) 464 | $form.Controls.Add($BOX_Autoruns) 465 | $form.Controls.Add($BOX_Winrar) 466 | $form.Controls.Add($BOX_Fan_Control) 467 | $form.Controls.Add($BOX_Google_Chrome) 468 | $form.Controls.Add($BOX_Controller) 469 | $form.Controls.Add($BUTTON_Start) 470 | $form.Controls.Add($BUTTON_Cancel) 471 | $form.ShowDialog() | Out-Null } 472 | 473 | function Choice{ 474 | IF($hash.Cancel){exit} 475 | IF($hash.SystemPoint){SystemPoint} 476 | IF($hash.Checks){Checks} 477 | IF($hash.SophiaScript){SophiaScript} 478 | IF($hash.ooShutup){ooShutup} 479 | IF($hash.WindowsTweaks_Services){WindowsTweaks_Services} 480 | IF($hash.WindowsTweaks_Tasks){WindowsTweaks_Tasks} 481 | IF($hash.WindowsTweaks_Registry){WindowsTweaks_Registry} 482 | IF($hash.WindowsTweaks_Features){WindowsTweaks_Features} 483 | IF($hash.WindowsTweaks_Index){WindowsTweaks_Index} 484 | IF($hash.Scheduled_Maintance){Scheduled_Maintance} 485 | IF($hash.Runtime){Runtime} 486 | IF($hash.Autoruns){Autoruns} 487 | IF($hash.Winrar){Winrar} 488 | IF($hash.Fan_Control){Fan_Control} 489 | IF($hash.Controller){Controller} 490 | IF($hash.Google_Chrome){Google_Chrome} 491 | IF($hash.Remove_ASUS){Remove_ASUS} 492 | IF($hash.Windows_Cleanup){Windows_Cleanup} 493 | IF($hash.Driver_Cleaner){Driver_Cleaner}} 494 | 495 | GUI 496 | Choice 497 | Finish -------------------------------------------------------------------------------- /config/DDU.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marvin700/Windows_Optimisation_Pack/7c7f6fab21879c50c5736e3acbb3810b5f07d175/config/DDU.zip -------------------------------------------------------------------------------- /config/SophiaScript_Win10.ps1: -------------------------------------------------------------------------------- 1 | # Windows_Optimisation_Pack @Marvin700 2 | # windows-optimisation.de 3 | 4 | <# 5 | Version: 5.20.6 6 | 7 | (c) 2014—2025 Team Sophia 8 | 9 | https://github.com/farag2 10 | https://github.com/Inestic 11 | https://github.com/lowl1f3 12 | 13 | #> 14 | 15 | [CmdletBinding()] 16 | param 17 | ( 18 | [Parameter(Mandatory = $false)] 19 | [string[]] 20 | $Functions 21 | ) 22 | 23 | Clear-Host 24 | 25 | $Host.UI.RawUI.WindowTitle = "Windows_Optimisation_Pack Sophia Script | $([char]0x00A9) Team Sophia 2014$([char]0x2013)2025" 26 | 27 | Remove-Module -Name SophiaScript -Force -ErrorAction Ignore 28 | Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force -ErrorAction Stop 29 | Import-LocalizedData -BindingVariable Global:Localization -UICulture $PSUICulture -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia -ErrorAction Stop 30 | 31 | if ($Functions){ 32 | Invoke-Command -ScriptBlock {InitialActions} 33 | foreach ($Function in $Functions){ 34 | Invoke-Expression -Command $Function} 35 | exit} 36 | 37 | # The mandatory checks 38 | InitialActions 39 | 40 | # Disable the "Connected User Experiences and Telemetry" service (DiagTrack), and block the connection for the Unified Telemetry Client Outbound Traffic 41 | # Disabling the "Connected User Experiences and Telemetry" service (DiagTrack) can cause you not being able to get Xbox achievements anymore 42 | DiagTrackService -Disable 43 | 44 | # Turn off the diagnostics tracking scheduled tasks 45 | ScheduledTasks -Disable 46 | 47 | # Disable the Windows features using the pop-up dialog box 48 | WindowsFeatures -Disable 49 | 50 | # Uninstall optional features using the pop-up dialog box 51 | WindowsCapabilities -Uninstall 52 | 53 | # Uninstall UWP apps using the pop-up dialog box 54 | UninstallUWPApps -ForAllUsers 55 | 56 | # Set the diagnostic data collection to minimum 57 | DiagnosticDataLevel -Minimal 58 | 59 | # Turn off the Windows Error Reporting 60 | ErrorReporting -Disable 61 | 62 | # Change the feedback frequency to "Never" 63 | FeedbackFrequency -Never 64 | 65 | #Expand the File Explorer ribbon 66 | FileExplorerRibbon -Expanded 67 | 68 | # Do not use sign-in info to automatically finish setting up device and reopen apps after an update or restart 69 | SigninInfo -Disable 70 | 71 | # Do not let websites provide locally relevant content by accessing language list 72 | LanguageListAccess -Disable 73 | 74 | # Do not allow apps to use advertising ID to make ads more interresting to you based on your app usage 75 | AdvertisingID -Disable 76 | 77 | # Hide the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested 78 | WindowsWelcomeExperience -Hide 79 | 80 | # Do not get tips, tricks, and suggestions as you use Windows 81 | WindowsTips -Disable 82 | 83 | # Hide from me suggested content in the Settings app 84 | SettingsSuggestedContent -Hide 85 | 86 | # Turn off automatic installing suggested apps 87 | AppsSilentInstalling -Disable 88 | 89 | # Do not suggest ways I can finish setting up my device to get the most out of Windows 90 | WhatsNewInWindows -Disable 91 | 92 | # Do not let Microsoft offer you tailored expereinces based on the diagnostic data setting you have chosen 93 | TailoredExperiences -Disable 94 | 95 | # Disable Bing search in the Start Menu 96 | BingSearch -Disable 97 | 98 | # Do not use item check boxes 99 | CheckBoxes -Disable 100 | 101 | # Show hidden files, folders, and drives 102 | HiddenItems -Enable 103 | 104 | # Show the file name extensions 105 | FileExtensions -Show 106 | 107 | # Show folder merge conflicts 108 | MergeConflicts -Show 109 | 110 | # Hide Cortana button on the taskbar 111 | CortanaButton -Hide 112 | 113 | # Do not show sync provider notification within File Explorer 114 | OneDriveFileExplorerAd -Hide 115 | 116 | # When I snap a window, do not show what I can snap next to it 117 | SnapAssist -Disable 118 | 119 | # Show the file transfer dialog box in the detailed mode 120 | FileTransferDialog -Detailed 121 | 122 | # Display the recycle bin files delete confirmation dialog 123 | RecycleBinDeleteConfirmation -Enable 124 | 125 | # Hide recently used files in Quick access 126 | QuickAccessRecentFiles -Hide 127 | 128 | # Hide frequently used folders in Quick access 129 | QuickAccessFrequentFolders -Hide 130 | 131 | # Hide the search on the taskbar 132 | TaskbarSearch -Hide 133 | 134 | # Hide the Task View button on the taskbar 135 | TaskViewButton -Hide 136 | 137 | # Hide search highlights 138 | SearchHighlights -Hide 139 | 140 | # Hide seconds on the taskbar clock 141 | SecondsInSystemClock -Hide 142 | 143 | # Hide the Windows Ink Workspace button on the taskbar 144 | WindowsInkWorkspace -Hide 145 | 146 | # Hide all icons in the notification area 147 | NotificationAreaIcons -Hide 148 | 149 | # Hide the Meet Now icon in the notification area 150 | MeetNow -Hide 151 | 152 | # Disable "News and Interests" on the taskbar 153 | NewsInterests -Disable 154 | 155 | # View the Control Panel icons by category 156 | ControlPanelView -Category 157 | 158 | # Enable DNS-over-HTTPS for IPv4 159 | DNSoverHTTPS -Enable -PrimaryDNS 1.0.0.1 -SecondaryDNS 1.1.1 160 | 161 | # Set the default Windows mode to dark 162 | WindowsColorMode -Dark 163 | 164 | # Set the default app mode to dark 165 | AppColorMode -Dark 166 | 167 | # Hide the "New App Installed" indicator 168 | NewAppInstalledNotification -Hide 169 | 170 | # Hide first sign-in animation after the upgrade 171 | FirstLogonAnimation -Disable 172 | 173 | # Set the quality factor of the JPEG desktop wallpapers to maximum 174 | JPEGWallpapersQuality -Max 175 | 176 | # Start Task Manager in the expanded mode 177 | TaskManagerWindow -Expanded 178 | 179 | # Show a notification when your PC requires a restart to finish updating 180 | RestartNotification -Show 181 | 182 | # Do not add the "- Shortcut" suffix to the file name of created shortcuts 183 | ShortcutsSuffix -Disable 184 | 185 | # Use the Print screen button to open screen snipping 186 | PrtScnSnippingTool -Enable 187 | 188 | # Do not use a different input method for each app window 189 | AppsLanguageSwitch -Disable 190 | 191 | # When I grab a windows's title bar and shake it, minimize all other windows 192 | AeroShaking -Enable 193 | 194 | # Do not group files and folder in the Downloads folder 195 | FolderGroupBy -None 196 | 197 | # Uninstall OneDrive. The OneDrive user folder won't be removed 198 | OneDrive -Uninstall 199 | 200 | # Turn on Storage Sense 201 | StorageSense -Enable 202 | 203 | # Disable hibernation. Do not recommend turning it off on laptops 204 | IF(!(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes -eq 8 -or $_.chassistypes -eq 9 -or $_.chassistypes -eq 10 -or $_.chassistypes -eq 14 -or $_.chassistypes -eq 30})) 205 | {Hibernation -Disable} 206 | 207 | # Disable the Windows 260 characters path limit 208 | Win32LongPathLimit -Disable 209 | 210 | # Turn off Delivery Optimization 211 | DeliveryOptimization -Disable 212 | 213 | # Do not let Windows manage my default printer 214 | WindowsManageDefaultPrinter -Disable 215 | 216 | # Receive updates for other Microsoft products when you update Windows 217 | UpdateMicrosoftProducts -Enable 218 | 219 | # Set power plan on "Balanced" 220 | PowerPlan -Balanced 221 | 222 | # Do not allow the computer to turn off the network adapters to save power 223 | NetworkAdaptersSavePower -Disable 224 | 225 | # Save screenshots by pressing Win+PrtScr on the Desktop 226 | WinPrtScrFolder -Desktop 227 | 228 | # Run troubleshooter automatically, then notify me 229 | RecommendedTroubleshooting -Automatically 230 | 231 | # Launch folder windows in a separate process 232 | FoldersLaunchSeparateProcess -Enable 233 | 234 | # Disable and delete reserved storage after the next update installation 235 | ReservedStorage -Disable 236 | 237 | # Disable help lookup via F1 238 | F1HelpPage -Disable 239 | 240 | # Enable Num Lock at startup 241 | NumLock -Enable 242 | 243 | # Do not allow the shortcut key to Start Sticky Keys by pressing the the Shift key 5 times 244 | StickyShift -Disable 245 | 246 | # Don't use AutoPlay for all media and devices 247 | Autoplay -Disable 248 | 249 | # Enable thumbnail cache removal 250 | ThumbnailCacheRemoval -Enable 251 | 252 | # Automatically adjust active hours for me based on daily usage 253 | ActiveHours -Automatically 254 | 255 | # Restart this device as soon as possible when a restart is required to install an update 256 | RestartDeviceAfterUpdate -Enable 257 | 258 | # Uninstall the "PC Health Check" app and prevent it from installing in the future 259 | UninstallPCHealthCheck 260 | 261 | # List Microsoft Edge channels to prevent desktop shortcut creation upon its' update 262 | PreventEdgeShortcutCreation -Channels Stable, Beta, Dev, Canary 263 | 264 | # Hide recently added apps in the Start menu 265 | RecentlyAddedApps -Hide 266 | 267 | # Hide app suggestions in the Start menu 268 | AppSuggestions -Hide 269 | 270 | # Disable Cortana autostarting 271 | CortanaAutostart -Disable 272 | 273 | # Do not let UWP apps run in the background 274 | BackgroundUWPApps -Disable 275 | 276 | # Disable Xbox Game Bar tips 277 | XboxGameTips -Disable 278 | 279 | # Turn on hardware-accelerated GPU scheduling. Restart needed 280 | GPUScheduling -Enable 281 | 282 | # Create the "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates 283 | # A native interactive toast notification pops up every 30 days. The task runs every 30 days 284 | CleanupTask -Register 285 | 286 | # Create the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder 287 | # The task will wait until the Windows Updates service finishes running. The task runs every 90 days 288 | SoftwareDistributionTask -Register 289 | 290 | # Create the "Temp" scheduled task for cleaning up the %TEMP% folder 291 | # Only files older than one day will be deleted. The task runs every 60 days 292 | TempTask -Register 293 | 294 | # Dismiss Microsoft Defender offer in the Windows Security about signing in Microsoft account 295 | DismissMSAccount 296 | 297 | # Dismiss Microsoft Defender offer in the Windows Security about turning on the SmartScreen filter for Microsoft Edge 298 | DismissSmartScreenFilter 299 | 300 | # Show the "Extract all" item in the Windows Installer (.msi) context menu 301 | MSIExtractContext -Show 302 | 303 | # Show the "Install" item in the Cabinet (.cab) filenames extensions context menu 304 | CABInstallContext -Show 305 | 306 | # Hide the "Share" item from the context menu 307 | ShareContext -Hide 308 | 309 | # Hide the "Edit with Paint 3D" item from the media files context menu 310 | EditWithPaint3DContext -Hide 311 | 312 | # Hide the "Edit" item from the images context menu 313 | ImagesEditContext -Hide 314 | 315 | # Hide the "Print" item from the .bat and .cmd context menu 316 | PrintCMDContext -Hide 317 | 318 | # Hide the "Bitmap image" item from the "New" context menu 319 | BitmapImageNewContext -Hide 320 | 321 | # Hide the "Rich Text Document" item from the "New" context menu 322 | RichTextDocumentNewContext -Hide 323 | 324 | # Hide the "Compressed (zipped) Folder" item from the "New" context menu 325 | CompressedFolderNewContext -Hide 326 | 327 | # Enable the "Open", "Print", and "Edit" context menu items for more than 15 items selected 328 | MultipleInvokeContext -Enable 329 | 330 | # Hide the "Look for an app in the Microsoft Store" item in the "Open with" dialog 331 | UseStoreOpenWith -Hide -------------------------------------------------------------------------------- /config/SophiaScript_Win11.ps1: -------------------------------------------------------------------------------- 1 | # Windows_Optimisation_Pack @Marvin700 2 | # windows-optimisation.de 3 | 4 | <# 5 | Version: v6.8.6 6 | 7 | (c) 2014—2025 Team Sophia 8 | 9 | https://github.com/farag2 10 | https://github.com/Inestic 11 | https://github.com/lowl1f3 12 | 13 | #> 14 | 15 | [CmdletBinding()] 16 | param 17 | ( 18 | [Parameter(Mandatory = $false)] 19 | [string[]] 20 | $Functions 21 | ) 22 | 23 | Clear-Host 24 | 25 | $Host.UI.RawUI.WindowTitle = "Windows_Optimisation_Pack Sophia Script | $([char]0x00A9) Team Sophia 2014$([char]0x2013)2025" 26 | 27 | Remove-Module -Name SophiaScript -Force -ErrorAction Ignore 28 | Import-Module -Name $PSScriptRoot\Manifest\SophiaScript.psd1 -PassThru -Force -ErrorAction Stop 29 | Import-LocalizedData -BindingVariable Global:Localization -UICulture $PSUICulture -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia -ErrorAction Stop 30 | 31 | if ($Functions){ 32 | Invoke-Command -ScriptBlock {InitialActions} 33 | foreach ($Function in $Functions){ 34 | Invoke-Expression -Command $Function} 35 | exit} 36 | 37 | # The mandatory checks 38 | InitialActions 39 | 40 | # Turn off the diagnostics tracking scheduled tasks 41 | ScheduledTasks -Disable 42 | 43 | # Disable the Windows features using the pop-up dialog box 44 | WindowsFeatures -Disable 45 | 46 | # Uninstall optional features using the pop-up dialog box 47 | WindowsCapabilities -Uninstall 48 | 49 | # Uninstall UWP apps using the pop-up dialog box 50 | UninstallUWPApps -ForAllUsers 51 | 52 | # Uninstall OneDrive. The OneDrive user folder won't be removed 53 | OneDrive -Uninstall 54 | 55 | # Disable the "Connected User Experiences and Telemetry" service (DiagTrack), and block the connection for the Unified Telemetry Client Outbound Traffic 56 | # Disabling the "Connected User Experiences and Telemetry" service (DiagTrack) can cause you not being able to get Xbox achievements anymore 57 | DiagTrackService -Disable 58 | 59 | # Set the diagnostic data collection to minimum 60 | DiagnosticDataLevel -Minimal 61 | 62 | # Turn off the Windows Error Reporting 63 | ErrorReporting -Disable 64 | 65 | # Change the feedback frequency to "Never" 66 | FeedbackFrequency -Never 67 | 68 | # Do not show recommendations for tips, shortcuts, new apps, and more in Start menu 69 | StartRecommendationsTips -Hide 70 | 71 | # Do not show Microsoft account-related notifications on Start Menu in Start menu 72 | StartAccountNotifications -Hide 73 | 74 | # Do not use sign-in info to automatically finish setting up device after an update 75 | SigninInfo -Disable 76 | 77 | # Do not let websites provide locally relevant content by accessing language list 78 | LanguageListAccess -Disable 79 | 80 | # Do not let apps show me personalized ads by using my advertising ID 81 | AdvertisingID -Disable 82 | 83 | # Hide the Windows welcome experiences after updates and occasionally when I sign in to highlight what's new and suggested 84 | WindowsWelcomeExperience -Hide 85 | 86 | # Do not get tips and suggestions when I use Windows 87 | WindowsTips -Disable 88 | 89 | # Hide from me suggested content in the Settings app 90 | SettingsSuggestedContent -Hide 91 | 92 | # Turn off automatic installing suggested apps 93 | AppsSilentInstalling -Disable 94 | 95 | # Disable suggestions on how I can set up my device 96 | WhatsNewInWindows -Disable 97 | 98 | # Don't let Microsoft use your diagnostic data for personalized tips, ads, and recommendations 99 | TailoredExperiences -Disable 100 | 101 | # Disable Bing search in the Start Menu 102 | BingSearch -Disable 103 | 104 | # Do not use item check boxes 105 | CheckBoxes -Disable 106 | 107 | # Show hidden files, folders, and drives 108 | HiddenItems -Enable 109 | 110 | # Show the file name extensions 111 | FileExtensions -Show 112 | 113 | # Show folder merge conflicts 114 | MergeConflicts -Show 115 | 116 | # Disable the File Explorer compact mode 117 | FileExplorerCompactMode -Disable 118 | 119 | # Do not show sync provider notification within File Explorer 120 | OneDriveFileExplorerAd -Hide 121 | 122 | # When I snap a window, do not show what I can snap next to it 123 | SnapAssist -Disable 124 | 125 | # Show the file transfer dialog box in the detailed mode 126 | FileTransferDialog -Detailed 127 | 128 | # Display the recycle bin files delete confirmation dialog 129 | RecycleBinDeleteConfirmation -Enable 130 | 131 | # Hide recently used files in Quick access 132 | QuickAccessRecentFiles -Hide 133 | 134 | # Hide frequently used folders in Quick access 135 | QuickAccessFrequentFolders -Hide 136 | 137 | # Set the taskbar alignment to the left 138 | TaskbarAlignment -Left 139 | 140 | # Hide the search button from the taskbar 141 | TaskbarSearch -Hide 142 | 143 | # Hide search highlights 144 | SearchHighlights -Hide 145 | 146 | # Hide the Task view button from the taskbar 147 | TaskViewButton -Hide 148 | 149 | # Hide the widgets icon on the taskbar 150 | TaskbarWidgets -Hide 151 | 152 | # Combine taskbar buttons and always hide labels 153 | TaskbarCombine -Always 154 | 155 | # Enable end task in taskbar by right click 156 | TaskbarEndTask -Enable 157 | 158 | # View the Control Panel icons by category 159 | ControlPanelView -Category 160 | 161 | # Set the default Windows mode to dark 162 | WindowsColorMode -Dark 163 | 164 | # Set the default app mode to dark 165 | AppColorMode -Dark 166 | 167 | # Hide first sign-in animation after the upgrade 168 | FirstLogonAnimation -Disable 169 | 170 | # Set the quality factor of the JPEG desktop wallpapers to maximum 171 | JPEGWallpapersQuality -Max 172 | 173 | # Notify me when a restart is required to finish updating 174 | RestartNotification -Show 175 | 176 | # Do not add the "- Shortcut" suffix to the file name of created shortcuts 177 | ShortcutsSuffix -Disable 178 | 179 | # Use the Print screen button to open screen snipping 180 | PrtScnSnippingTool -Enable 181 | 182 | # Do not use a different input method for each app window 183 | AppsLanguageSwitch -Disable 184 | 185 | # Remove Recommended section in Start Menu. Not applicable to Home edition 186 | StartRecommendedSection -Hide 187 | 188 | # When I grab a windows's title bar and shake it, minimize all other windows 189 | AeroShaking -Enable 190 | 191 | # Do not group files and folder in the Downloads folder 192 | FolderGroupBy -None 193 | 194 | # Turn on Storage Sense 195 | StorageSense -Enable 196 | 197 | # Disable hibernation. Do not recommend turning it off on laptops 198 | IF(!(Get-WmiObject -Class win32_systemenclosure | Where-Object { $_.chassistypes -eq 8 -or $_.chassistypes -eq 9 -or $_.chassistypes -eq 10 -or $_.chassistypes -eq 14 -or $_.chassistypes -eq 30})) 199 | {Hibernation -Disable} 200 | 201 | # Disable the Windows 260 characters path limit 202 | Win32LongPathLimit -Disable 203 | 204 | # Turn off Delivery Optimization 205 | DeliveryOptimization -Disable 206 | 207 | # Do not let Windows manage my default printer 208 | WindowsManageDefaultPrinter -Disable 209 | 210 | # Receive updates for other Microsoft products 211 | UpdateMicrosoftProducts -Enable 212 | 213 | # Set power plan on "Balanced" 214 | PowerPlan -Balanced 215 | 216 | # Do not allow the computer to turn off the network adapters to save power 217 | NetworkAdaptersSavePower -Disable 218 | 219 | # Save screenshots by pressing Win+PrtScr on the Desktop 220 | WinPrtScrFolder -Desktop 221 | 222 | # Run troubleshooter automatically, then notify me 223 | RecommendedTroubleshooting -Automatically 224 | 225 | # Launch folder windows in a separate process 226 | FoldersLaunchSeparateProcess -Enable 227 | 228 | # Disable and delete reserved storage after the next update installation 229 | ReservedStorage -Disable 230 | 231 | # Disable help lookup via F1 232 | F1HelpPage -Disable 233 | 234 | # Enable Num Lock at startup 235 | NumLock -Enable 236 | 237 | # Turn off pressing the Shift key 5 times to turn Sticky keys 238 | StickyShift -Disable 239 | 240 | # Don't use AutoPlay for all media and devices 241 | Autoplay -Disable 242 | 243 | # Enable thumbnail cache removal 244 | ThumbnailCacheRemoval -Enable 245 | 246 | # Turn off automatically saving my restartable apps and restart them when I sign back in 247 | SaveRestartableApps -Disable 248 | 249 | # Automatically adjust active hours for me based on daily usage 250 | ActiveHours -Automatically 251 | 252 | # Do not get the latest updates as soon as they're available (default value) 253 | WindowsLatestUpdate -Disable 254 | 255 | # Restart as soon as possible to finish updating 256 | RestartDeviceAfterUpdate -Enable 257 | 258 | # Set Windows Terminal as default terminal app to host the user interface for command-line applications 259 | DefaultTerminalApp -WindowsTerminal 260 | 261 | # List Microsoft Edge channels to prevent desktop shortcut creation upon its' update 262 | PreventEdgeShortcutCreation -Channels Stable, Beta, Dev, Canary 263 | 264 | # Show more pins on Start (for 22509+ build only) 265 | StartLayout -ShowMorePins 266 | 267 | #Disable Game Bar tips 268 | XboxGameTips -Disable 269 | 270 | # Turn on hardware-accelerated GPU scheduling. Restart needed 271 | GPUScheduling -Enable 272 | 273 | # Create the "Windows Cleanup" scheduled task for cleaning up Windows unused files and updates 274 | # A native interactive toast notification pops up every 30 days. The task runs every 30 days 275 | CleanupTask -Register 276 | 277 | # Create the "SoftwareDistribution" scheduled task for cleaning up the %SystemRoot%\SoftwareDistribution\Download folder 278 | # The task will wait until the Windows Updates service finishes running. The task runs every 90 days 279 | SoftwareDistributionTask -Register 280 | 281 | # Create the "Temp" scheduled task for cleaning up the %TEMP% folder 282 | # Only files older than one day will be deleted. The task runs every 60 days 283 | TempTask -Register 284 | 285 | #region Microsoft Defender & Security 286 | NetworkProtection -Enable 287 | 288 | # Enable detection for potentially unwanted applications and block them 289 | PUAppsDetection -Enable 290 | 291 | # Dismiss Microsoft Defender offer in the Windows Security about signing in Microsoft account 292 | DismissMSAccount 293 | 294 | # Dismiss Microsoft Defender offer in the Windows Security about turning on the SmartScreen filter for Microsoft Edge 295 | DismissSmartScreenFilter 296 | 297 | # Enable DNS-over-HTTPS for IPv4 298 | DNSoverHTTPS -Enable -PrimaryDNS 1.0.0.1 -SecondaryDNS 1.1.1.1 299 | 300 | # Show the "Extract all" item in the Windows Installer (.msi) context menu 301 | MSIExtractContext -Show 302 | 303 | # Show the "Install" item in the Cabinet (.cab) filenames extensions context menu 304 | CABInstallContext -Show 305 | 306 | # Hide the "Edit with Clipchamp" item from the media files context menu 307 | EditWithClipchampContext -Hide 308 | 309 | # Hide the "Edit with Photos" item from the media files context menu 310 | EditWithPhotosContext -Hide 311 | 312 | # Hide the "Edit with Paint" item from the media files context menu 313 | EditWithPaintContext -Hide 314 | 315 | # Hide the "Print" item from the .bat and .cmd context menu 316 | PrintCMDContext -Hide 317 | 318 | # Hide the "Compressed (zipped) Folder" item from the "New" context menu 319 | CompressedFolderNewContext -Hide 320 | 321 | # Enable the "Open", "Print", and "Edit" context menu items for more than 15 items selected 322 | MultipleInvokeContext -Enable 323 | 324 | # Hide the "Look for an app in the Microsoft Store" item in the "Open with" dialog 325 | UseStoreOpenWith -Hide 326 | 327 | # Show the "Open in Windows Terminal" item in the folders context menu 328 | OpenWindowsTerminalContext -Show 329 | 330 | # Open Windows Terminal in context menu as administrator by default 331 | OpenWindowsTerminalAdminContext -Enable -------------------------------------------------------------------------------- /config/ooshutup.cfg: -------------------------------------------------------------------------------- 1 | # Windows_Optimisation_Pack @Marvin700 2 | # windows-optimisation.de 3 | 4 | # This file was created with O&O ShutUp V1.9.1444 5 | # © 2015-2025 O&O Software GmbH, Berlin 6 | 7 | P001 + # Disable sharing of handwriting data (Category: Privacy) 8 | P002 + # Disable sharing of handwriting error reports (Category: Privacy) 9 | P003 + # Disable Inventory Collector (Category: Privacy) 10 | P004 + # Disable camera in logon screen (Category: Privacy) 11 | P005 + # Disable and reset Advertising ID and info for the machine (Category: Privacy) 12 | P006 + # Disable and reset Advertising ID and info (Category: Privacy) 13 | P008 + # Disable transmission of typing information (Category: Privacy) 14 | P026 + # Disable advertisements via Bluetooth (Category: Privacy) 15 | P027 + # Disable the Windows Customer Experience Improvement Program (Category: Privacy) 16 | P028 + # Disable backup of text messages into the cloud (Category: Privacy) 17 | P064 + # Disable suggestions in the timeline (Category: Privacy) 18 | P065 + # Disable suggestions in Start (Category: Privacy) 19 | P066 + # Disable tips, tricks, and suggestions when using Windows (Category: Privacy) 20 | P067 + # Disable showing suggested content in the Settings app (Category: Privacy) 21 | P070 + # Disable the possibility of suggesting to finish the setup of the device (Category: Privacy) 22 | P069 + # Disable Windows Error Reporting (Category: Privacy) 23 | P009 - # Disable biometrical features (Category: Privacy) 24 | P010 - # Disable app notifications (Category: Privacy) 25 | P015 + # Disable access to local language for browsers (Category: Privacy) 26 | P068 + # Disable text suggestions when typing on the software keyboard (Category: Privacy) 27 | P016 - # Disable sending URLs from apps to Windows Store (Category: Privacy) 28 | A001 + # Disable recordings of user activity (Category: Activity History and Clipboard) 29 | A002 + # Disable storing users' activity history (Category: Activity History and Clipboard) 30 | A003 + # Disable the submission of user activities to Microsoft (Category: Activity History and Clipboard) 31 | A004 + # Disable storage of clipboard history for whole machine (Category: Activity History and Clipboard) 32 | A006 + # Disable storage of clipboard history (Category: Activity History and Clipboard) 33 | A005 + # Disable the transfer of the clipboard to other devices via the cloud (Category: Activity History and Clipboard) 34 | P007 + # Disable app access to user account information (Category: App Privacy) 35 | P036 + # Disable app access to user account information (Category: App Privacy) 36 | P025 + # Disable Windows tracking of app starts (Category: App Privacy) 37 | P033 + # Disable app access to diagnostics information (Category: App Privacy) 38 | P023 + # Disable app access to diagnostics information (Category: App Privacy) 39 | P056 - # Disable app access to device location (Category: App Privacy) 40 | P057 + # Disable app access to device location (Category: App Privacy) 41 | P012 - # Disable app access to camera (Category: App Privacy) 42 | P034 - # Disable app access to camera (Category: App Privacy) 43 | P013 - # Disable app access to microphone (Category: App Privacy) 44 | P035 - # Disable app access to microphone (Category: App Privacy) 45 | P062 - # Disable app access to use voice activation (Category: App Privacy) 46 | P063 - # Disable app access to use voice activation when device is locked (Category: App Privacy) 47 | P081 - # Disable the standard app for the headset button (Category: App Privacy) 48 | P047 - # Disable app access to notifications (Category: App Privacy) 49 | P019 - # Disable app access to notifications (Category: App Privacy) 50 | P048 + # Disable app access to motion (Category: App Privacy) 51 | P049 + # Disable app access to movements (Category: App Privacy) 52 | P020 - # Disable app access to contacts (Category: App Privacy) 53 | P037 - # Disable app access to contacts (Category: App Privacy) 54 | P011 - # Disable app access to calendar (Category: App Privacy) 55 | P038 - # Disable app access to calendar (Category: App Privacy) 56 | P050 - # Disable app access to phone calls (Category: App Privacy) 57 | P051 - # Disable app access to phone calls (Category: App Privacy) 58 | P018 - # Disable app access to call history (Category: App Privacy) 59 | P039 - # Disable app access to call history (Category: App Privacy) 60 | P021 - # Disable app access to email (Category: App Privacy) 61 | P040 - # Disable app access to email (Category: App Privacy) 62 | P022 - # Disable app access to tasks (Category: App Privacy) 63 | P041 - # Disable app access to tasks (Category: App Privacy) 64 | P014 - # Disable app access to messages (Category: App Privacy) 65 | P042 - # Disable app access to messages (Category: App Privacy) 66 | P052 - # Disable app access to radios (Category: App Privacy) 67 | P053 - # Disable app access to radios (Category: App Privacy) 68 | P054 - # Disable app access to unpaired devices (Category: App Privacy) 69 | P055 - # Disable app access to unpaired devices (Category: App Privacy) 70 | P029 - # Disable app access to documents (Category: App Privacy) 71 | P043 - # Disable app access to documents (Category: App Privacy) 72 | P030 - # Disable app access to images (Category: App Privacy) 73 | P044 - # Disable app access to images (Category: App Privacy) 74 | P031 - # Disable app access to videos (Category: App Privacy) 75 | P045 - # Disable app access to videos (Category: App Privacy) 76 | P032 - # Disable app access to the file system (Category: App Privacy) 77 | P046 - # Disable app access to the file system (Category: App Privacy) 78 | P058 - # Disable app access to wireless equipment (Category: App Privacy) 79 | P059 - # Disable app access to wireless technology (Category: App Privacy) 80 | P060 - # Disable app access to eye tracking (Category: App Privacy) 81 | P061 - # Disable app access to eye tracking (Category: App Privacy) 82 | P071 - # Disable the ability for apps to take screenshots (Category: App Privacy) 83 | P072 - # Disable the ability for apps to take screenshots (Category: App Privacy) 84 | P073 - # Disable the ability for desktop apps to take screenshots (Category: App Privacy) 85 | P074 - # Disable the ability for apps to take screenshots without borders (Category: App Privacy) 86 | P075 - # Disable the ability for apps to take screenshots without borders (Category: App Privacy) 87 | P076 - # Disable the ability for desktop apps to take screenshots without margins (Category: App Privacy) 88 | P077 - # Disable app access to music libraries (Category: App Privacy) 89 | P078 - # Disable app access to music libraries (Category: App Privacy) 90 | P079 - # Disable app access to downloads folder (Category: App Privacy) 91 | P080 - # Disable app access to downloads folder (Category: App Privacy) 92 | P024 + # Prohibit apps from running in the background (Category: App Privacy) 93 | S001 + # Disable password reveal button (Category: Security) 94 | S002 + # Disable user steps recorder (Category: Security) 95 | S003 + # Disable telemetry (Category: Security) 96 | S008 - # Disable Internet access of Windows Media Digital Rights Management (DRM) (Category: Security) 97 | E101 + # Disable tracking in the web (Category: Microsoft Edge (new version based on Chromium)) 98 | E201 + # Disable tracking in the web (Category: Microsoft Edge (new version based on Chromium)) 99 | E115 + # Disable check for saved payment methods by sites (Category: Microsoft Edge (new version based on Chromium)) 100 | E215 + # Disable check for saved payment methods by sites (Category: Microsoft Edge (new version based on Chromium)) 101 | E118 + # Disable personalizing advertising, search, news and other services (Category: Microsoft Edge (new version based on Chromium)) 102 | E218 + # Disable personalizing advertising, search, news and other services (Category: Microsoft Edge (new version based on Chromium)) 103 | E107 + # Disable automatic completion of web addresses in address bar (Category: Microsoft Edge (new version based on Chromium)) 104 | E207 + # Disable automatic completion of web addresses in address bar (Category: Microsoft Edge (new version based on Chromium)) 105 | E111 + # Disable user feedback in toolbar (Category: Microsoft Edge (new version based on Chromium)) 106 | E211 + # Disable user feedback in toolbar (Category: Microsoft Edge (new version based on Chromium)) 107 | E112 + # Disable storing and autocompleting of credit card data on websites (Category: Microsoft Edge (new version based on Chromium)) 108 | E212 + # Disable storing and autocompleting of credit card data on websites (Category: Microsoft Edge (new version based on Chromium)) 109 | E109 + # Disable form suggestions (Category: Microsoft Edge (new version based on Chromium)) 110 | E209 + # Disable form suggestions (Category: Microsoft Edge (new version based on Chromium)) 111 | E121 + # Disable suggestions from local providers (Category: Microsoft Edge (new version based on Chromium)) 112 | E221 + # Disable suggestions from local providers (Category: Microsoft Edge (new version based on Chromium)) 113 | E103 + # Disable search and website suggestions (Category: Microsoft Edge (new version based on Chromium)) 114 | E203 + # Disable search and website suggestions (Category: Microsoft Edge (new version based on Chromium)) 115 | E123 + # Disable shopping assistant in Microsoft Edge (Category: Microsoft Edge (new version based on Chromium)) 116 | E223 + # Disable shopping assistant in Microsoft Edge (Category: Microsoft Edge (new version based on Chromium)) 117 | E124 + # Disable Edge bar (Category: Microsoft Edge (new version based on Chromium)) 118 | E224 + # Disable Edge bar (Category: Microsoft Edge (new version based on Chromium)) 119 | E128 + # Disable Sidebar in Microsoft Edge (Category: Microsoft Edge (new version based on Chromium)) 120 | E228 + # Disable Sidebar in Microsoft Edge (Category: Microsoft Edge (new version based on Chromium)) 121 | E129 - # Disable the Microsoft Account Sign-In Button (Category: Microsoft Edge (new version based on Chromium)) 122 | E229 - # Disable the Microsoft Account Sign-In Button (Category: Microsoft Edge (new version based on Chromium)) 123 | E130 - # Disable Enhanced Spell Checking (Category: Microsoft Edge (new version based on Chromium)) 124 | E230 - # Disable Enhanced Spell Checking (Category: Microsoft Edge (new version based on Chromium)) 125 | E119 + # Disable use of web service to resolve navigation errors (Category: Microsoft Edge (new version based on Chromium)) 126 | E219 + # Disable use of web service to resolve navigation errors (Category: Microsoft Edge (new version based on Chromium)) 127 | E120 + # Disable suggestion of similar sites when website cannot be found (Category: Microsoft Edge (new version based on Chromium)) 128 | E220 + # Disable suggestion of similar sites when website cannot be found (Category: Microsoft Edge (new version based on Chromium)) 129 | E122 + # Disable preload of pages for faster browsing and searching (Category: Microsoft Edge (new version based on Chromium)) 130 | E222 + # Disable preload of pages for faster browsing and searching (Category: Microsoft Edge (new version based on Chromium)) 131 | E125 - # Disable saving passwords for websites (Category: Microsoft Edge (new version based on Chromium)) 132 | E225 - # Disable saving passwords for websites (Category: Microsoft Edge (new version based on Chromium)) 133 | E126 - # Disable site safety services for more information about a visited website (Category: Microsoft Edge (new version based on Chromium)) 134 | E226 + # Disable site safety services for more information about a visited website (Category: Microsoft Edge (new version based on Chromium)) 135 | E131 - # Disable automatic redirection from Internet Explorer to Microsoft Edge (Category: Microsoft Edge (new version based on Chromium)) 136 | E106 - # Disable SmartScreen Filter (Category: Microsoft Edge (new version based on Chromium)) 137 | E206 - # Disable SmartScreen Filter (Category: Microsoft Edge (new version based on Chromium)) 138 | E127 + # Disable typosquatting checker for site addresses (Category: Microsoft Edge (new version based on Chromium)) 139 | E227 + # Disable typosquatting checker for site addresses (Category: Microsoft Edge (new version based on Chromium)) 140 | E001 + # Disable tracking in the web (Category: Microsoft Edge (legacy version)) 141 | E002 + # Disable page prediction (Category: Microsoft Edge (legacy version)) 142 | E003 + # Disable search and website suggestions (Category: Microsoft Edge (legacy version)) 143 | E008 + # Disable Cortana in Microsoft Edge (Category: Microsoft Edge (legacy version)) 144 | E007 + # Disable automatic completion of web addresses in address bar (Category: Microsoft Edge (legacy version)) 145 | E010 + # Disable showing search history (Category: Microsoft Edge (legacy version)) 146 | E011 + # Disable user feedback in toolbar (Category: Microsoft Edge (legacy version)) 147 | E012 + # Disable storing and autocompleting of credit card data on websites (Category: Microsoft Edge (legacy version)) 148 | E009 + # Disable form suggestions (Category: Microsoft Edge (legacy version)) 149 | E004 + # Disable sites saving protected media licenses on my device (Category: Microsoft Edge (legacy version)) 150 | E005 + # Do not optimize web search results on the task bar for screen reader (Category: Microsoft Edge (legacy version)) 151 | E013 + # Disable Microsoft Edge launch in the background (Category: Microsoft Edge (legacy version)) 152 | E014 + # Disable loading the start and new tab pages in the background (Category: Microsoft Edge (legacy version)) 153 | E006 - # Disable SmartScreen Filter (Category: Microsoft Edge (legacy version)) 154 | Y001 + # Disable synchronization of all settings (Category: Synchronization of Windows Settings) 155 | Y002 + # Disable synchronization of design settings (Category: Synchronization of Windows Settings) 156 | Y003 + # Disable synchronization of browser settings (Category: Synchronization of Windows Settings) 157 | Y004 + # Disable synchronization of credentials (passwords) (Category: Synchronization of Windows Settings) 158 | Y005 + # Disable synchronization of language settings (Category: Synchronization of Windows Settings) 159 | Y006 + # Disable synchronization of accessibility settings (Category: Synchronization of Windows Settings) 160 | Y007 + # Disable synchronization of advanced Windows settings (Category: Synchronization of Windows Settings) 161 | C012 + # Disable and reset Cortana (Category: Cortana (Personal Assistant)) 162 | C002 + # Disable Input Personalization (Category: Cortana (Personal Assistant)) 163 | C013 + # Disable online speech recognition (Category: Cortana (Personal Assistant)) 164 | C007 + # Cortana and search are disallowed to use location (Category: Cortana (Personal Assistant)) 165 | C008 + # Disable web search from Windows Desktop Search (Category: Cortana (Personal Assistant)) 166 | C009 + # Disable display web results in Search (Category: Cortana (Personal Assistant)) 167 | C010 + # Disable download and updates of speech recognition and speech synthesis models (Category: Cortana (Personal Assistant)) 168 | C011 + # Disable cloud search (Category: Cortana (Personal Assistant)) 169 | C014 + # Disable Cortana above lock screen (Category: Cortana (Personal Assistant)) 170 | C015 + # Disable the search highlights in the taskbar (Category: Cortana (Personal Assistant)) 171 | C101 + # Disable the Windows Copilot (Category: Windows AI) 172 | C201 + # Disable the Windows Copilot (Category: Windows AI) 173 | C204 + # Disable the provision of recall functionality to all users (Category: Windows AI) 174 | C205 + # Disable the Image Creator in Microsoft Paint (Category: Windows AI) 175 | C102 + # Disable the Copilot button from the taskbar (Category: Windows AI) 176 | C103 + # Disable Windows Copilot+ Recall (Category: Windows AI) 177 | C203 + # Disable Windows Copilot+ Recall (Category: Windows AI) 178 | C206 + # Disable Cocreator in Microsoft Paint (Category: Windows AI) 179 | C207 + # Disable AI-powered image fill in Microsoft Paint (Category: Windows AI) 180 | L001 + # Disable functionality to locate the system (Category: Location Services) 181 | L003 + # Disable scripting functionality to locate the system (Category: Location Services) 182 | L004 + # Disable sensors for locating the system and its orientation (Category: Location Services) 183 | L005 + # Disable Windows Geolocation Service (Category: Location Services) 184 | U001 + # Disable application telemetry (Category: User Behavior) 185 | U004 + # Disable diagnostic data from customizing user experiences for whole machine (Category: User Behavior) 186 | U005 + # Disable the use of diagnostic data for a tailor-made user experience (Category: User Behavior) 187 | U006 + # Disable diagnostic log collection (Category: User Behavior) 188 | U007 + # Disable downloading of OneSettings configuration settings (Category: User Behavior) 189 | W001 + # Disable Windows Update via peer-to-peer (Category: Windows Update) 190 | W011 + # Disable updates to the speech recognition and speech synthesis modules. (Category: Windows Update) 191 | W004 + # Activate deferring of upgrades (Category: Windows Update) 192 | W005 - # Disable automatic downloading manufacturers' apps and icons for devices (Category: Windows Update) 193 | W010 - # Disable automatic driver updates through Windows Update (Category: Windows Update) 194 | W009 - # Disable automatic app updates through Windows Update (Category: Windows Update) 195 | P017 - # Disable Windows dynamic configuration and update rollouts (Category: Windows Update) 196 | W006 - # Disable automatic Windows Updates (Category: Windows Update) 197 | W008 - # Disable Windows Updates for other products (e.g. Microsoft Office) (Category: Windows Update) 198 | M006 + # Disable occassionally showing app suggestions in Start menu (Category: Windows Explorer) 199 | M011 + # Do not show recently opened items in Jump Lists on "Start" or the taskbar (Category: Windows Explorer) 200 | M010 + # Disable ads in Windows Explorer/OneDrive (Category: Windows Explorer) 201 | O003 + # Disable OneDrive access to network before login (Category: Windows Explorer) 202 | O001 + # Disable Microsoft OneDrive (Category: Windows Explorer) 203 | S012 - # Disable Microsoft SpyNet membership (Category: Microsoft Defender and Microsoft SpyNet) 204 | S013 + # Disable submitting data samples to Microsoft (Category: Microsoft Defender and Microsoft SpyNet) 205 | S014 + # Disable reporting of malware infection information (Category: Microsoft Defender and Microsoft SpyNet) 206 | K001 + # Disable Windows Spotlight (Category: Lock Screen) 207 | K002 + # Disable fun facts, tips, tricks, and more on your lock screen (Category: Lock Screen) 208 | K005 + # Disable notifications on lock screen (Category: Lock Screen) 209 | D001 + # Disable access to mobile devices (Category: Mobile Devices) 210 | D002 + # Disable Phone Link app (Category: Mobile Devices) 211 | D003 + # Disable showing suggestions for using mobile devices with Windows (Category: Mobile Devices) 212 | D104 + # Disable connecting the PC to mobile devices (Category: Mobile Devices) 213 | M025 + # Disable search with AI in search box (Category: Search) 214 | M003 + # Disable extension of Windows search with Bing (Category: Search) 215 | M015 + # Disable People icon in the taskbar (Category: Taskbar) 216 | M016 + # Disable search box in task bar (Category: Taskbar) 217 | M017 + # Disable "Meet now" in the task bar (Category: Taskbar) 218 | M018 + # Disable "Meet now" in the task bar (Category: Taskbar) 219 | M019 + # Disable news and interests in the task bar (Category: Taskbar) 220 | M021 + # Disable widgets in Windows Explorer (Category: Taskbar) 221 | M022 + # Disable feedback reminders (Category: Miscellaneous) 222 | M001 + # Disable feedback reminders (Category: Miscellaneous) 223 | M004 + # Disable automatic installation of recommended Windows Store Apps (Category: Miscellaneous) 224 | M005 + # Disable tips, tricks, and suggestions while using Windows (Category: Miscellaneous) 225 | M024 + # Disable Windows Media Player Diagnostics (Category: Miscellaneous) 226 | M026 + # Disable remote assistance connections to this computer (Category: Miscellaneous) 227 | M027 + # Disable remote connections to this computer (Category: Miscellaneous) 228 | M028 + # Disable the desktop icon for information on "Windows Spotlight" (Category: Miscellaneous) 229 | M012 + # Disable Key Management Service Online Activation (Category: Miscellaneous) 230 | M013 + # Disable automatic download and update of map data (Category: Miscellaneous) 231 | M014 + # Disable unsolicited network traffic on the offline maps settings page (Category: Miscellaneous) 232 | N001 - # Disable Network Connectivity Status Indicator (Category: Miscellaneous) --------------------------------------------------------------------------------