mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
a1c7501b98
* Fix of the unit tests (#468) * fix pester tests * fix function (#467) * Cherry pick and fix helper script * remove admin check and disable * Trim Trailing Whitespace (#472) Co-authored-by: Chris Titus <contact@christitus.com> * Better .gitignore (#473) * add progress and add wait to start-process (#475) * Fixed Cloudflare Naming (#504) * Update winutil.ps1 * Update MainWindow.xaml * Update check for Chocolatey (#520) * Update winutil.ps1 * Update check for Chocolatey Let user decide if he wants to install Chocolatey * Update winutil.ps1 (#525) Migrate to Switch-Tab function * Update winutil.ps1 (#531) Changes to "DiagTrack" service. * add responsive winget installs (#540) * add responsive winget installs * Update winutil.ps1 fix typo * remove no longer used paramater * add golang, an installation option in development list (#542) * Updated winget functions (#543) * update functions * Update winutil.ps1 forgot triple quotes * Update winutil.ps1 fixed vscode using wrong double quotes * Functions and error handling (#552) * move winget install to function and exception * updated winget upgrade to new install process * add logging to update * choco to function and write-output to ensure logs * update error handling * revert write-host and add invoke-runspace * Added runspace to load configs in background * fix unit tests * update pester tests * update pester * update pester * update pester * updated tweaks config to use WPF variable name * Fix data type of MouseHoverTime (#568) Setting Computer\HKEY_CURRENT_USER\Control Panel\Mouse\MouseHoverTime needs to be REG_SZ instead of REG_DWORD. With the wrong type the Taskbar and the Start Menu become hard to use because everything pops up instantly, probably because it's then treated as a 0 ms delay. * fix restore launch to quick access & OOSU10 download (#565) * Fix grammar (#577) * Update MainWindow.xaml * Update MainWindow-runspace.xaml * fix enable numlock after startup (#580) * Update README.md (#616) Added DNS provider into readme * Fix O&O ShutUp10 disabling app notifications and hide search box (#630) * Add files via upload Added ooshutup10_winutil_settings and fix the issue where OOSU10 disable app notifications and hide search box in windows. * Update winutil.ps1 Change ooshut10.cfg to ooshutup10_winutil_settings.cfg and fix the issues in https://github.com/ChrisTitusTech/winutil/issues/629 Now when apply the tweaks by O&O ShutUp10, will keep search box and notifications will not be disabled. * Update winutil.ps1 * Update winutil.ps1 --------- Co-authored-by: Chris Titus <contact@christitus.com> * Create ooshutup10_winutil_settings.cfg * Feature/tweakstofunctions (#576) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Update tweaks.json Remove-ItemProperty is no longer needed as this was a bug from a bad commit 4 months ago. --------- Co-authored-by: Chris Titus <contact@christitus.com> * Tweak bingsearch (#620) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Update helper script and add tweak * update changes * Refactor/runspaces (#626) * modify runspace.ps1 to compile * update compiler to include warning * unit test * implement invoke-button and naming standard * naming standard * fix winutil tests * update functions * add version number * fix codeowners * fix import * undo tweaks now pull from config * pester test * Compile Winutil * python and oo cfg -fix python 3 to 3.11 -fix o&o shutup cfg -enable dev mode for testing * Force install missing winget Fix method for winget install on any system. * Deluge Addition * Feature/impex (#619) * add functions for services * Move WPFEssTweaksDVR to function * Add invoke script and moved temp files * WPFEssTweaksHiber and formatting * WPFEssTweaksHiber * WPFEssTweaksHome and service * WPFEssTweaksLoc * TPMCheck * WPFEssTweaksDiskCleanup * Add error handling for invoke script * grammer * UAC and tweaks * WPFMiscTweaksDisableNotifications * WPFMiscTweaksRightClickMenu * Added DNS configuration + Reset to DHCP * WPFEssTweaksOO * WPFEssTweaksRP * WPFEssTweaksServices * WPFEssTweaksStorage * WPFEssTweaksTele * WPFEssTweaksWifi * WPFMiscTweaksLapPower * WPFMiscTweaksLapNum * WPFMiscTweaksPower * WPFMiscTweaksNum * WPFMiscTweaksExt * WPFMiscTweaksUTC * WPFMiscTweaksDisplay * Mouse Acceleration * WPFEssTweaksRemoveCortana * WPFEssTweaksDeBloat * set teaks to get checkboxes and loop * remove isdev * add help documentation * Add Quad 9 for #532 and #416 * remove isdev * Working Import and Export * Add null check * Remove IsDev * sync with test * redo impex * Irm runspace fix (#635) * Update runspace.ps1 * Update start.ps1 * compiled for testing * Compile Winutil * Compile Winutil * test * disable runspace build * test * change compile to ascii * change compile to winutil * Compile Winutil * Delete MainWindow.xaml * Update release.yaml runspace merge job * remove update branch --------- Co-authored-by: DeveloperDurp <developerdurp@durp.info> Co-authored-by: Carter <60557606+Carterpersall@users.noreply.github.com> Co-authored-by: Jacobtread <33708767+jacobtread@users.noreply.github.com> Co-authored-by: jstok84 <jstok84@gmail.com> Co-authored-by: WolfBungalow <irtwit@gmail.com> Co-authored-by: Ankit Yadav <52023083+4nkitd@users.noreply.github.com> Co-authored-by: Starfiresg1 <Starfiresg1@users.noreply.github.com> Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com> Co-authored-by: Hyperio <96462198+hyperio546@users.noreply.github.com> Co-authored-by: dennyamarojr <36896116+dennyamarojr@users.noreply.github.com> Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
238 lines
2.5 KiB
INI
238 lines
2.5 KiB
INI
############################################################################
|
|
# This file was created with O&O ShutUp10++ V1.9.1434
|
|
# and can be imported onto another computer.
|
|
#
|
|
# Download the application at https://www.oo-software.com/shutup10
|
|
# You can then import the file from within the program.
|
|
#
|
|
# Alternatively you can import it automatically over a command line.
|
|
# Simply use the following parameter:
|
|
# OOSU10.exe <path to file>
|
|
#
|
|
# Selecting the Option /quiet ends the app right after the import and the
|
|
# user does not get any feedback about the import.
|
|
#
|
|
# We are always happy to answer any questions you may have!
|
|
# © 2015-2022 O&O Software GmbH, Berlin. All rights reserved.
|
|
# https://www.oo-software.com/
|
|
############################################################################
|
|
|
|
P001 +
|
|
P002 +
|
|
P003 +
|
|
P004 +
|
|
P005 +
|
|
P006 +
|
|
P008 +
|
|
P026 +
|
|
P027 +
|
|
P028 +
|
|
P064 +
|
|
P065 +
|
|
P066 +
|
|
P067 +
|
|
P070 +
|
|
P069 +
|
|
P009 -
|
|
P010 -
|
|
P015 +
|
|
P068 -
|
|
P016 -
|
|
A001 +
|
|
A002 +
|
|
A003 +
|
|
A004 -
|
|
A006 -
|
|
A005 +
|
|
P007 +
|
|
P036 +
|
|
P025 +
|
|
P033 +
|
|
P023 +
|
|
P056 +
|
|
P057 -
|
|
P012 -
|
|
P034 -
|
|
P013 -
|
|
P035 -
|
|
P062 -
|
|
P063 -
|
|
P081 +
|
|
P047 -
|
|
P019 -
|
|
P048 -
|
|
P049 -
|
|
P020 -
|
|
P037 -
|
|
P011 -
|
|
P038 -
|
|
P050 -
|
|
P051 -
|
|
P018 -
|
|
P039 -
|
|
P021 -
|
|
P040 -
|
|
P022 -
|
|
P041 -
|
|
P014 -
|
|
P042 -
|
|
P052 -
|
|
P053 -
|
|
P054 -
|
|
P055 -
|
|
P029 -
|
|
P043 -
|
|
P030 -
|
|
P044 -
|
|
P031 -
|
|
P045 -
|
|
P032 -
|
|
P046 -
|
|
P058 -
|
|
P059 -
|
|
P060 -
|
|
P061 -
|
|
P071 -
|
|
P072 -
|
|
P073 -
|
|
P074 -
|
|
P075 -
|
|
P076 -
|
|
P077 -
|
|
P078 -
|
|
P079 -
|
|
P080 -
|
|
P024 +
|
|
S001 +
|
|
S002 +
|
|
S003 +
|
|
S008 -
|
|
E101 +
|
|
E201 -
|
|
E115 +
|
|
E215 -
|
|
E118 +
|
|
E218 -
|
|
E107 +
|
|
E207 -
|
|
E111 +
|
|
E211 -
|
|
E112 +
|
|
E212 +
|
|
E109 +
|
|
E209 +
|
|
E121 +
|
|
E221 -
|
|
E103 +
|
|
E203 -
|
|
E123 -
|
|
E223 +
|
|
E124 -
|
|
E224 -
|
|
E119 -
|
|
E219 -
|
|
E120 -
|
|
E220 -
|
|
E122 -
|
|
E222 -
|
|
E125 -
|
|
E225 -
|
|
E126 -
|
|
E226 -
|
|
E106 -
|
|
E206 -
|
|
E127 -
|
|
E227 -
|
|
E001 +
|
|
E002 +
|
|
E003 +
|
|
E008 +
|
|
E007 +
|
|
E010 +
|
|
E011 +
|
|
E012 +
|
|
E009 -
|
|
E004 -
|
|
E005 -
|
|
E013 -
|
|
E014 -
|
|
E006 -
|
|
F002 -
|
|
F014 +
|
|
F015 -
|
|
F016 -
|
|
F001 -
|
|
F003 +
|
|
F004 +
|
|
F005 +
|
|
F007 -
|
|
F008 -
|
|
F009 -
|
|
F006 -
|
|
F010 -
|
|
F011 -
|
|
F012 -
|
|
F013 -
|
|
Y001 +
|
|
Y002 +
|
|
Y003 +
|
|
Y004 +
|
|
Y005 +
|
|
Y006 +
|
|
Y007 +
|
|
C012 +
|
|
C002 +
|
|
C013 +
|
|
C007 +
|
|
C008 +
|
|
C009 +
|
|
C010 +
|
|
C011 +
|
|
C014 +
|
|
L001 +
|
|
L003 +
|
|
L004 -
|
|
L005 -
|
|
U001 +
|
|
U004 +
|
|
U005 +
|
|
U006 -
|
|
U007 +
|
|
W001 +
|
|
W011 +
|
|
W004 -
|
|
W005 -
|
|
W010 -
|
|
W009 -
|
|
P017 +
|
|
W006 -
|
|
W008 -
|
|
M006 +
|
|
M011 -
|
|
M010 +
|
|
O003 -
|
|
O001 -
|
|
S012 -
|
|
S013 -
|
|
S014 -
|
|
K001 +
|
|
K002 +
|
|
K005 +
|
|
M022 +
|
|
M001 +
|
|
M004 +
|
|
M005 +
|
|
M003 -
|
|
M012 -
|
|
M013 -
|
|
M014 -
|
|
M015 +
|
|
M016 -
|
|
M017 +
|
|
M018 +
|
|
M019 -
|
|
M020 +
|
|
M021 -
|
|
N001 -
|
|
|