https://github.com/llzektorll/windows_preconfig
Windows 10 PowerShell configuration
https://github.com/llzektorll/windows_preconfig
configuration-file powershell powershell-script windows windows-10 windows-config windows-configuration windows-desktop
Last synced: about 1 month ago
JSON representation
Windows 10 PowerShell configuration
- Host: GitHub
- URL: https://github.com/llzektorll/windows_preconfig
- Owner: llZektorll
- License: apache-2.0
- Created: 2022-06-12T17:31:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T17:54:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T13:13:45.206Z (about 1 month ago)
- Topics: configuration-file, powershell, powershell-script, windows, windows-10, windows-config, windows-configuration, windows-desktop
- Language: PowerShell
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This is a PowerShell script for automation of routine tasks done after fresh installations of Windows 10. This is mearly a This is merely a set of tweaks and configurations to suit my needs.# ⚠⚠⚠⚠ I do not take any responsibility if the script brakes your computer, summons a demons, call alien's or any other crazy idea you may think.
-------
## Usage
If you just want to run the script with the default preset, download and unpack the and then simply double-click on the *Default.cmd* file and confirm *User Account Control* prompt. Make sure your account is a member of *Administrators* group as the script attempts to run with elevated privileges.-------
## FAQ
**Q:** Can I run the script safely?
**A:** Definitely not. If you do not understand what it is doing to your system do not run it.**Q:** Can I run the script repeatedly?
**A:** Yes**Q:** Which versions and editions of Windows are supported?
**A:** The script aims to be fully compatible with Win10 21H1 Build 19043 and further versions.**Q:** Can I run the script on Windows Server?
**A:** Yes. However it was designed to use on Win 10 Home and Pro, some options present in the Pro version are also in Windows Server**Q:** Can I run the script on Windows 7, 8, 8.1 or other versions of Windows?
**A:** No. Although some tweaks may work also on older versions of Windows, the script is developed only for Windows 10.**Q:** Did you test the script?
**A:** Yes. Again it work for my needs without any issues.**Q:** I've run the script and it did something I don't like, how can I undo it?
**A:** For every option you can use the inverse command "False" to restore the default configurations.**Q:** I've run the script and it broke my computer.
**A:** I don't care. You ran this script at your own risk## Credits
Google search engine. Sorry, lost most of the examples URL's i used for this script.