Commit graph

590 commits

Author SHA1 Message Date
94a5f09aa4 Disable scheduled task registration 2023-06-28 22:07:18 +02:00
2b1b9cb449 Add missing semicolon 2023-06-28 22:06:46 +02:00
03086d1052 Refactor creation of scheduled task action 2023-06-28 22:06:35 +02:00
c3d8e79fcf Force Scheduled Task Unregistration 2023-06-28 21:20:59 +02:00
6a4ff4645a Remove unnecessary statement 2023-06-28 13:43:20 +02:00
c90d2f7cdd Clean up handles during reg key handling 2023-06-28 13:40:56 +02:00
54d80b4bb5 Mute console output 2023-06-28 12:35:06 +02:00
20d58b32d1 Fix incorrect code statement 2023-06-28 12:32:46 +02:00
412b23cfc2 Enable UAC during Microsoft Account login 2023-06-28 11:48:08 +02:00
1f82f78c7f Rename user using PowerShell function call 2023-06-27 00:57:24 +02:00
cdf07a5d54 Rename user using wmic 2023-06-26 02:14:44 +02:00
45be15723e Allow disabling auto admin login 2023-06-25 18:48:13 +02:00
c2c3210515 Disable auto login after user creation 2023-06-25 18:26:06 +02:00
63906c53ce Add scripts for handling auto login 2023-06-25 18:25:52 +02:00
9cd6834819 Exit script after rebooting 2023-06-25 18:11:56 +02:00
2320c9dbf4 Restart computer after creating personal user 2023-06-25 18:11:30 +02:00
13e5346063 Remove RunOnce key on deregistering 2023-06-25 18:10:23 +02:00
805394463a Unload registry hive after editing 2023-06-25 18:09:47 +02:00
b61c6d1d60 Create RunOnce key if inexistent 2023-06-25 18:05:55 +02:00
5e27e16a85 Fix incorrect default user path 2023-06-25 17:57:23 +02:00
294eb7839a Fix key name for reg load 2023-06-25 17:57:06 +02:00
972e1b6584 Fix incomplete command 2023-06-25 17:02:44 +02:00
fb41e37fa2 Fix registry editing commands 2023-06-25 17:01:38 +02:00
eed0ddc82b Fix non-functioning code 2023-06-25 16:54:10 +02:00
0b2e2744b0 Refactor registry value handling 2023-06-25 16:48:21 +02:00
416facf2a0 Return path to RunOnce key instead of item 2023-06-25 16:45:33 +02:00
a1b8e9d9aa Fix non-functioning code 2023-06-25 16:33:04 +02:00
87d7aa36c0 Fix resolving of the RunOnce key 2023-06-25 16:28:12 +02:00
1e62f6f9de Fix broken code statement 2023-06-25 16:14:08 +02:00
94c74c8468 Allow parameterless handling of reboot registration 2023-06-25 15:36:58 +02:00
00a8337013 Add missing import 2023-06-25 15:20:58 +02:00
2ebbf3b505 Remove unnecessary statements 2023-06-25 15:19:48 +02:00
38a1e3a225 Fix reboot registration 2023-06-25 15:05:59 +02:00
4fb085a782 Change path of powershell scripts 2023-06-25 13:43:46 +02:00
ebcac5536d Refactor the format of the Autounattend.xml file 2023-06-25 11:49:50 +02:00
0ba664eb51 Make the script start for all new users 2023-06-23 20:16:47 +02:00
95981f4d3c Add functions for registering RunOnce for new users 2023-06-23 20:08:31 +02:00
a985ac56d3 Adjust log messages accordingly 2023-06-23 14:04:46 +02:00
fd3df6110e Reboot after creating a new user 2023-06-23 14:04:39 +02:00
5bc48ca478 Remove unnecessary statements 2023-06-23 14:03:03 +02:00
63ccde7031 Fix non-functioning code 2023-06-23 12:34:12 +02:00
1eb8875757 Exclude the Guest user 2023-06-23 02:34:53 +02:00
706b78d9cf Ignore automated accounts 2023-06-23 01:51:29 +02:00
88179df651 Add verbose logs 2023-06-23 00:20:30 +02:00
461c04d1b7 Fix password creation 2023-06-22 23:41:43 +02:00
b210e1e847 Fix one more typo 2023-06-22 23:39:49 +02:00
0f16e1af6c Fix typo 2023-06-22 23:38:25 +02:00
2c1ea94d97 Loop user creation until it exists 2023-06-22 23:36:45 +02:00
686251b0f7 Prevent future auto logins 2023-06-22 23:04:13 +02:00
2365d3320c Centralize script for rebooting 2023-06-22 22:58:54 +02:00
4668ffc42a Add scripts for creating user 2023-06-22 22:56:43 +02:00
4a88657bf5 Fix handling windows paths 2023-06-22 21:23:36 +02:00
1e981ed2d7 Remove unnecessary file 2023-06-22 21:08:48 +02:00
7c4ffba421 Install git using linux scripts 2023-06-22 20:58:58 +02:00
8f20d9104f Refactor git installation 2023-06-22 20:56:28 +02:00
62a82f6564 Fix git flow installation for windows 2023-06-22 20:54:36 +02:00
e064c3fd01 Add a script for restoring git 2023-06-22 20:44:40 +02:00
0ccc870584 Add further log messages 2023-06-22 19:02:02 +02:00
c45a659aaa Add scripts for restoring files 2023-06-22 18:44:31 +02:00
b4dd114ba4 Remove unnecessary code 2023-06-22 18:40:01 +02:00
535d4579a6 Create backup directory if necessary 2023-06-22 18:37:35 +02:00
a99314afa8 Fix backup path inquiry 2023-06-22 18:36:29 +02:00
6a57e2cbaf Fix non-functioning code 2023-06-22 18:34:05 +02:00
55ba435699 Add missing import 2023-06-22 17:53:12 +02:00
b7db441579 Prevent reboot prompts 2023-06-22 17:33:14 +02:00
9180ca96ef Refactor log levels 2023-06-22 17:32:36 +02:00
b4d6b651b6 Fix windows update automation 2023-06-22 17:32:05 +02:00
22c55f2729 Disable verbose logs 2023-06-22 17:28:29 +02:00
3ab7bb9e64 Make pwsh show all messages 2023-06-22 17:27:43 +02:00
aaed1891bc Fix module installation check 2023-06-22 17:22:45 +02:00
ba5fde3d3a Automatically restart the computer 2023-06-22 17:19:00 +02:00
f39076dbff Add log messages 2023-06-22 17:18:50 +02:00
879f34f22a Add missing import 2023-06-22 17:06:45 +02:00
10e205c122 Fix format of resulting .xml file 2023-06-22 16:50:40 +02:00
95e770f4c9 Save windows config file after editing 2023-06-22 16:17:02 +02:00
7332049a76 Fix typos 2023-06-22 16:11:32 +02:00
e37c0c8093 Fix use of namespaced xml 2023-06-22 16:05:10 +02:00
a822f5f32e Fix broken setup script 2023-06-22 15:43:16 +02:00
62c1f4ab43 Allow dynamic setup of windows 2023-06-21 22:10:19 +02:00
52834fcd92 Rearrange installation scripts 2023-06-21 22:04:18 +02:00
128acc5d90 Refactor xow installation 2023-06-21 21:45:52 +02:00
54ab217936 Install xow where applicable 2023-06-21 21:40:21 +02:00
0a5c50a446 Allow setup without backup archive 2023-06-18 20:11:49 +02:00
b40ba593a3 Add dedicated script for installing prerequisites 2023-06-18 19:58:01 +02:00
4338ba08eb Accept context for windows restoration 2023-06-16 20:30:53 +02:00
db17c2c42c Use temporary directory for restoration 2023-06-16 20:27:07 +02:00
f99b180f98 Centralize method for creating temporary directories 2023-06-16 20:25:43 +02:00
f4198ff39d Allow specifying a custom backup root 2023-06-16 20:24:37 +02:00
ac288a913d Add a script for installing windows 2023-06-16 20:24:22 +02:00
6138ad7ffa Add a script for installing windows updates 2023-06-16 20:10:34 +02:00
b5ff2571e7 Fix creation of pyenv config 2023-06-15 23:07:53 +02:00
b087e7c8af Fix incorrect script path 2023-06-15 20:41:19 +02:00
597aaba841 Install Pennywise in personal collection 2023-06-15 16:56:28 +02:00
b7de225e4b Add scripts for installing pennywise 2023-06-15 16:56:17 +02:00
c23d308bf0 Fix outdated package name 2023-06-14 01:31:31 +02:00
a8e3d0ee03 Ensure pipewire-pulse is installed 2023-06-14 00:30:12 +02:00
86a4722a89 Manually fix broken codium script 2023-06-12 22:53:07 +02:00
185a801650 Install pipewire during KDE installation 2023-06-09 23:53:07 +02:00
7dbf4f3345 Initialize pacman key during setup 2023-06-09 23:31:42 +02:00
1dad484c06 Ensure disks are formatted properly 2023-06-09 23:31:02 +02:00
c092a039f1 Uncomment mistakingly commented line 2023-06-09 19:05:08 +02:00
73a070e286 Fix broken LGHUB backup 2023-06-09 18:51:20 +02:00
3db7fb1ff9 Fix thumbs.db exclusion 2023-06-09 18:21:26 +02:00
0c08ee555c Add osu screenshots to the backup 2023-06-09 18:05:39 +02:00
b1c27a982b Refactor LGHUB backup 2023-06-08 18:04:03 +02:00
ba5ced058d Install pyenv for fish 2023-06-09 11:24:53 +02:00
1edfa9dd3f Add scripts for backing up applications 2023-06-08 02:29:22 +02:00
f9020e3e72 Fix LGHUB backup 2023-06-08 02:29:09 +02:00
e0fd6a6de7 Fix incorrect variable overrides 2023-06-08 02:28:33 +02:00
24ef21e8d4 Exclude non-functioning folders 2023-06-07 23:55:07 +02:00
f7036abc36 Rename git directory 2023-06-07 23:06:37 +02:00
e812389475 Add backup function for git 2023-06-07 22:58:42 +02:00
8bed12a582 Fix incorrect file path 2023-06-07 22:56:41 +02:00
17acfb77ca Add a script for managing git 2023-06-07 22:52:34 +02:00
70149623e6 Add a script for backing up RetroArch 2023-06-07 22:48:05 +02:00
3309c5f158 Add script for backing up reWASD 2023-06-07 22:21:01 +02:00
c670771acb Exclude reWASD from public file backup 2023-06-07 22:16:12 +02:00
ba9de1aa3b Move files to proper location 2023-06-07 22:15:06 +02:00
40564d5374 Add script for backing up Visual Studio 2023-06-07 22:13:51 +02:00
8e47fae09c Add script for backing up PuTTY 2023-06-07 21:57:00 +02:00
69485f30ab Add script for backing up LGHub 2023-06-07 20:56:40 +02:00
2485ae8e47 Add script for backing up osu!lazer 2023-06-07 20:24:43 +02:00
0df64bc2e6 Store osu! scores 2023-06-07 20:12:03 +02:00
55d2beadae Add script for backing up osu! 2023-06-07 20:02:31 +02:00
1f853fa290 Back up ManiaPlanet packs 2023-06-07 19:45:59 +02:00
50dc1ad189 Add script for backing up ManiaPlanet 2023-06-07 19:40:13 +02:00
17aaa3ff87 Remove unnecessary Import-Module statements 2023-06-07 19:15:47 +02:00
bfb1379472 Rename misleading function 2023-06-07 01:33:59 +02:00
f6d0f9d594 Add central function for creating backup 2023-06-07 01:32:14 +02:00
a0bb4320d0 Add backup script for TmUnitedForever 2023-06-07 01:21:47 +02:00
03b4c6f713 Add scripts for backing up TmNationsForever 2023-06-07 00:57:16 +02:00
d0eff6a264 Add scripts for backing up personal files 2023-06-07 00:56:29 +02:00
823f0dac5e Automatically install bluetooth headset support 2023-06-05 18:48:44 +02:00
517980fd7b Add texlive 2023-06-03 12:36:09 +02:00
d021290229 Add protonup 2023-06-03 12:05:58 +02:00
9339b939f6 Strip non-functioning code fixes 2023-06-03 11:42:42 +02:00
aece4de337 Strip non-functioning fixes from codium 2023-06-03 11:39:02 +02:00
c993d3b942 Extend the Code- and VSCodium installation 2023-06-03 11:35:50 +02:00
e76c42186c Fix malformed command 2023-06-02 22:43:18 +02:00
b984d2e36b Ensure the sddm config dir exists 2023-06-02 20:46:20 +02:00
9d069eae4f Install logo-ls for fish 2023-05-27 23:54:21 +02:00
10fcd7c1c1 Install oh-my-posh for fish 2023-05-27 23:48:32 +02:00
8c7d1cd613 Fix broken script 2023-05-27 23:46:44 +02:00
5ec3499626 Change shell to fish 2023-05-27 23:40:52 +02:00
f85c286b35 Move oh-my-posh theme to global folder 2023-05-27 23:40:44 +02:00
2aa9205ada Install up to date xournalpp version 2023-05-26 15:55:36 +02:00
d1f04ed3ad Add libre office 2023-05-26 14:54:41 +02:00
e9a5f06bd8 Refactor lutris installation 2023-05-26 09:48:24 +02:00
5e02dd9b97 Add tools to the personal collection 2023-05-26 08:38:09 +02:00
658123be4e Configure formatting language 2023-05-25 20:06:37 +02:00