-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files.7z, themes.7z, and extras.7z are now generated during build time. This was implemented to disable github LFS and improve diffs
- Loading branch information
1 parent
3f67763
commit 73ab29d
Showing
1,445 changed files
with
48,528 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,5 @@ Rectify11.Phase2.exe | |
*.exe | ||
x64/ | ||
/Rectify11Installer/Resources/Rectify11CPL.dll | ||
Rectify11Installer/*.7z | ||
*.tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-16"?> | ||
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> | ||
<RegistrationInfo> | ||
<URI>\asdf</URI> | ||
</RegistrationInfo> | ||
<Triggers> | ||
<LogonTrigger> | ||
<Enabled>true</Enabled> | ||
</LogonTrigger> | ||
</Triggers> | ||
<Principals> | ||
<Principal id="Author"> | ||
<GroupId>S-1-5-32-545</GroupId> | ||
<RunLevel>HighestAvailable</RunLevel> | ||
</Principal> | ||
</Principals> | ||
<Settings> | ||
<MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy> | ||
<DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries> | ||
<StopIfGoingOnBatteries>false</StopIfGoingOnBatteries> | ||
<AllowHardTerminate>true</AllowHardTerminate> | ||
<StartWhenAvailable>false</StartWhenAvailable> | ||
<RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable> | ||
<IdleSettings> | ||
<StopOnIdleEnd>true</StopOnIdleEnd> | ||
<RestartOnIdle>false</RestartOnIdle> | ||
</IdleSettings> | ||
<AllowStartOnDemand>true</AllowStartOnDemand> | ||
<Enabled>true</Enabled> | ||
<Hidden>false</Hidden> | ||
<RunOnlyIfIdle>false</RunOnlyIfIdle> | ||
<WakeToRun>false</WakeToRun> | ||
<ExecutionTimeLimit>PT0S</ExecutionTimeLimit> | ||
<Priority>5</Priority> | ||
</Settings> | ||
<Actions Context="Author"> | ||
<Exec> | ||
<Command>%systemroot%\Rectify11\Extras\AccentColorizer\AccentColorizer.exe</Command> | ||
</Exec> | ||
<Exec> | ||
<Command>%systemroot%\Rectify11\Extras\AccentColorizer\AccentColorizerEleven.exe</Command> | ||
</Exec> | ||
</Actions> | ||
</Task> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Rectify11GadgetPack | ||
Classic Windows 7/Vista style gadgets modernized with fluent style for use in Rectify11. | ||
Based on 8GadgetPack. |
Binary file added
BIN
+446 Bytes
Resources/Extras/GadgetPack/Windows Sidebar/8GadgetPack/32BitFallback_Disable.reg
Binary file not shown.
Binary file added
BIN
+280 Bytes
Resources/Extras/GadgetPack/Windows Sidebar/8GadgetPack/32BitFallback_Restore.reg
Binary file not shown.
Binary file added
BIN
+456 Bytes
Resources/Extras/GadgetPack/Windows Sidebar/8GadgetPack/CheckHangingGadgets_Disable.reg
Binary file not shown.
Binary file added
BIN
+430 Bytes
Resources/Extras/GadgetPack/Windows Sidebar/8GadgetPack/CheckHangingGadgets_Restore.reg
Binary file not shown.
Oops, something went wrong.