├── .gitattributes ├── .github └── FUNDING.yml ├── GToolbox ├── 1._Drivers_Setup │ ├── 1. DirectX.exe │ ├── 2. Snappy Driver Installer.lnk │ ├── 3DP Network Drivers.url │ ├── GPU Drivers │ │ ├── 1. AMD Driver Autodetect.url │ │ ├── 1. NVIDIA Driver Autodetect.url │ │ ├── 2. NVIDIA Driver Slimmer.lnk │ │ ├── NVIDIA Driver Slimmer Settings.png │ │ └── desktop.ini │ ├── README BEFORE USING SNAPPY.TXT │ └── Realtek Drivers │ │ ├── Realtek Bluetooth Driver.url │ │ ├── Realtek Ethernet Driver Files.zip │ │ ├── Realtek Ethernet Driver.url │ │ ├── Realtek HD Audio Driver.url │ │ ├── Realtek WLAN Driver.url │ │ └── desktop.ini ├── 2._Software_Setup │ ├── 7-ZIP │ │ ├── 7-ZIP Simplified Context Menu.reg │ │ ├── 7z2301-x64.exe │ │ └── CREDITS TO CatGamerOP.txt │ ├── BraveSetup.exe │ └── ChromeSetup.exe ├── 3._Configure_System │ ├── !Restore_Defaults.bat │ ├── Advanced │ │ └── ASLR.bat │ ├── Bluetooth.bat │ ├── Change_Username.bat │ ├── Clipboard_History.bat │ ├── DEP_Configuration.bat │ ├── Delivery_Optimization.bat │ ├── FSO_Configuration.bat │ ├── Firewall.bat │ ├── Hyper-V.bat │ ├── MMCSS.bat │ ├── Microsoft_Logins.bat │ ├── Microsoft_Store.bat │ ├── Mitigations.bat │ ├── Printing.bat │ ├── Search_Indexing.bat │ ├── Services │ │ ├── Windows.bat │ │ ├── gyrOS_11.bat │ │ ├── gyrOS_1909.bat │ │ └── gyrOS_22H2.bat │ ├── Telemetry │ │ ├── Apply_Hosts.bat │ │ └── Apply_OOSU10.bat │ ├── UAC.bat │ ├── VPN_Services.bat │ ├── Webcam.bat │ ├── Wi-Fi.bat │ ├── Workstation_Service.bat │ └── Xbox_Services.bat ├── 4._Tweaks │ ├── Appearance │ │ ├── Alt + Tab Layout │ │ │ ├── Modern Alt + Tab Layout.reg │ │ │ └── Old Alt + Tab Layout.reg │ │ ├── Animate Windows When Minimizing and Maximizing │ │ │ ├── Animate Windows When Minimizing and Maximizing - Disable.reg │ │ │ └── Animate Windows When Minimizing and Maximizing - Enable.reg │ │ ├── Look For an Application in the Microsoft Store │ │ │ ├── Look For an App in the Microsoft Store - Add.reg │ │ │ └── Look For an App in the Microsoft Store - Remove.reg │ │ ├── Network Navigation Pane - File Explorer │ │ │ ├── Hide Network Pane.reg │ │ │ └── Show Network Pane.reg │ │ ├── PowerShell_Transparency.reg │ │ ├── Quick Access Pane - File Explorer │ │ │ ├── Hide Quick Access.reg │ │ │ └── Show Quick Access.reg │ │ ├── Volume Flyout │ │ │ ├── Modern Volume Flyout.reg │ │ │ └── Old Volume Flyout.reg │ │ └── Windows_Version_and_Build_Number │ │ │ ├── Add_Windows_Version_on_Desktop_All_Users.bat │ │ │ ├── Add_Windows_Version_on_Desktop_Current_User.bat │ │ │ ├── Remove_Windows_Version_from_Desktop_All_Users.bat │ │ │ └── Remove_Windows_Version_from_Desktop_Current_User.bat │ ├── CREDITS TO MajorGeeks.txt │ └── Context Menu │ │ ├── Boot in Safe Mode │ │ ├── Boot in Safe Mode - Add.reg │ │ └── Boot in Safe Mode - Remove.reg │ │ ├── Boot to UEFI Firmware Settings │ │ ├── Boot to UEFI Firmware Settings - Add to Bottom.reg │ │ ├── Boot to UEFI Firmware Settings - Add to Top.reg │ │ └── Boot to UEFI Firmware Settings - Remove.reg │ │ ├── Copy as Path │ │ ├── Copy As Path - Add.reg │ │ └── Copy As Path - Default.reg │ │ ├── Empty Folder │ │ ├── Empty Folder - Add.reg │ │ └── Empty Folder - Remove.reg │ │ ├── File Attributes │ │ ├── Attributes - Add.reg │ │ └── Attributes - Remove.reg │ │ ├── Firewall │ │ ├── Firewall - Add.reg │ │ └── Firewall - Remove.reg │ │ ├── Hidden Items │ │ ├── Hidden Items - Add.reg │ │ └── Hidden Items - Remove.reg │ │ ├── Include in Library │ │ ├── Include in Library - Add.reg │ │ └── Include in Library - Remove.reg │ │ ├── Install CAB File │ │ ├── Install CAB File - Add.reg │ │ └── Install CAB File - Remove.reg │ │ ├── Kill All Not Responding Tasks │ │ ├── Kill all not Responding Tasks - Add.reg │ │ └── Kill all not Responding Tasks - Remove.reg │ │ ├── New Registry Entry │ │ ├── New Registry Entry - Add.reg │ │ └── New Registry Entry - Remove.reg │ │ ├── New Windows Batch File │ │ ├── New Batch File - Add.reg │ │ └── New Batch File - Remove.reg │ │ ├── Open with Notepad │ │ ├── Open With Notepad - Add.reg │ │ └── Open With Notepad - Remove.reg │ │ ├── Restart Explorer │ │ ├── Restart Explorer - Add.reg │ │ └── Restart Explorer - Remove.reg │ │ ├── Restart Start Menu │ │ ├── Restart Start Menu - Add.reg │ │ └── Restart Start Menu - Remove.reg │ │ ├── Restart with Options │ │ ├── Restart with Options - Add.reg │ │ └── Restart with Options - Remove.reg │ │ ├── Restore Previous Versions │ │ ├── Restore Previous Versions - Add.reg │ │ └── Restore Previous Versions - Remove.reg │ │ ├── Send to │ │ ├── Send to - Add.reg │ │ └── Send to - Remove.reg │ │ ├── Shut Down with Options │ │ ├── Shut Down with Options - Add.reg │ │ └── Shut Down with Options - Remove.reg │ │ ├── Take Full Ownership of Files & Folders │ │ ├── Take Ownership - Add.reg │ │ └── Take Ownership - Remove.reg │ │ ├── Troubleshoot Compatibility │ │ ├── Troubleshoot Compatibility - Add.reg │ │ └── Troubleshoot Compatibility - Remove.reg │ │ ├── VBScript File │ │ ├── New VBScript - Add.reg │ │ └── New VBScript - Remove.reg │ │ └── Win+X Classic Menu │ │ ├── Win+X Classic Menu - Add.reg │ │ └── Win+X Classic Menu - Remove.reg ├── 5._System_Optimizations │ ├── !README.txt │ ├── Applications │ │ ├── Browser_Cleanup.bat │ │ ├── Google_Chrome_Tweaks.bat │ │ └── MSI_Center.bat │ ├── Games │ │ ├── Apex_Legends.bat │ │ ├── LargePage_util.exe │ │ ├── Latency_Tweaks.bat │ │ ├── Valorant_Tweaks.bat │ │ └── Vanguard_Fix.bat │ ├── Mouse │ │ ├── MarkC_Mouse_Fix │ │ │ ├── Windows_10_Default.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=100%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=125%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=150%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=175%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=200%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=225%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=250%_Scale=1-to-1_@6-of-11.reg │ │ │ ├── Windows_10_MouseFix_ItemsSize=300%_Scale=1-to-1_@6-of-11.reg │ │ │ └── Windows_10_MouseFix_ItemsSize=350%_Scale=1-to-1_@6-of-11.reg │ │ └── Mouse_Settings_by_HoneCtrl.bat │ ├── Network │ │ ├── DNS_Cloudflare.bat │ │ ├── DNS_Google.bat │ │ ├── Ethernet_Optimizations.bat │ │ ├── Reset_Network_Settings.bat │ │ └── Wi-Fi_Optimizations.bat │ ├── Performance │ │ ├── Additional_Optimizations.bat │ │ ├── BCDEdit │ │ │ ├── Default_Dynamic_Tick.bat │ │ │ ├── Default_Synthetic_Timers.bat │ │ │ ├── Disable_Dynamic_Tick.bat │ │ │ ├── Disable_HPET.bat │ │ │ ├── Disable_Synthetic_Timers.bat │ │ │ ├── Experimental │ │ │ │ ├── BCDEdit_Ancel.bat │ │ │ │ └── BCDEdit_Melody.bat │ │ │ ├── tscsyncpolicy_Enhanced.bat │ │ │ └── tscsyncpolicy_Legacy.bat │ │ ├── CPU │ │ │ ├── CPU_AMD.bat │ │ │ └── CPU_Intel.bat │ │ ├── GPU │ │ │ ├── GPU_AMD.bat │ │ │ ├── GPU_NVIDIA.bat │ │ │ ├── NVIDIA │ │ │ │ ├── Apply_NIP_EchoX.bat │ │ │ │ ├── Apply_NIP_HoneCtrl.bat │ │ │ │ ├── EchoX.nip │ │ │ │ ├── Hone.nip │ │ │ │ └── Nvidia Profile Inspector.lnk │ │ │ └── Revert_Tweaks │ │ │ │ └── Revert_AMD.bat │ │ ├── Prioritization_Boost.bat │ │ ├── Resource_Policy.bat │ │ ├── SetTimerResolution_Install.bat │ │ └── Storage_Optimizations.bat │ └── Power_Plans │ │ ├── !Set_Power_Plan.bat │ │ ├── Adamx.pow │ │ ├── Alchemy.pow │ │ ├── Amit.pow │ │ ├── Bitsum Highest Performance.pow │ │ ├── Calypto's Low Latency.pow │ │ ├── EverythingTech's.pow │ │ ├── HoneV2.pow │ │ ├── Muren.pow │ │ ├── Power Plans - Context Menu │ │ ├── Choose Power Plan to Context Menu.reg │ │ └── Remove Power Plan from Context Menu.reg │ │ ├── Ultimate Performance .pow │ │ ├── Ultra Low Latency.pow │ │ └── Zoyata.pow ├── 6._Quick_Settings │ ├── 1. Set Country & Language.lnk │ ├── 10. Device Manager.lnk │ ├── 2. Set Time & Timezone.lnk │ ├── 3. Configure UAC.lnk │ ├── 4. Set Region.lnk │ ├── 5. Configure Startup Apps.lnk │ ├── 6. Desktop Icon Settings.lnk │ ├── 7. Color Settings.url │ ├── 8. Taskbar Settings.lnk │ ├── 9. Sound Control Panel.lnk │ └── Reset_Windows_Search.ps1 ├── README.TXT ├── desktop.ini ├── gyrOS Discord.url └── gyrOS GitHub.url ├── LICENSE ├── README.md ├── applications ├── Cleanmgr+ │ ├── Cleanmgr+.exe │ ├── bin │ │ ├── cleanmgr+.ini │ │ ├── packages │ │ │ ├── cleanmgr │ │ │ │ ├── Burnbytes.exe │ │ │ │ └── de │ │ │ │ │ └── Burnbytes.resources.dll │ │ │ ├── cmp-app.ico │ │ │ ├── cmp-refresh-dark.png │ │ │ ├── cmp-refresh.png │ │ │ └── ui.ini │ │ └── windata.ini │ └── scripts │ │ ├── #Rules.txt │ │ ├── Google Chrome Cache.csc │ │ ├── Google Chrome History.csc │ │ ├── Microsoft Edge Cache.csc │ │ ├── Mozilla Firefox Cache.csc │ │ ├── Opera Cache.csc │ │ ├── Vivaldi Cache.csc │ │ ├── Waterfox Cache.csc │ │ ├── Windows Defender.csc │ │ ├── Windows Downloads.csc │ │ ├── Windows Error Reporting.csc │ │ ├── Windows Event Viewer Logs.csc │ │ ├── Windows Font Cache.csc │ │ ├── Windows Icon Cache.csc │ │ ├── Windows Installer Cache.csc │ │ ├── Windows Logs.csc │ │ ├── Windows MUICache.csc │ │ ├── Windows Remote Desktop Cache.csc │ │ ├── Windows Shadow Copies.csc │ │ ├── Windows Sidebar Cache.csc │ │ └── Windows Update Logs.csc ├── Device Cleanup │ ├── DeviceCleanup.exe │ └── DeviceCleanup.ini ├── Display Driver Uninstaller │ ├── Display Driver Uninstaller.exe │ ├── Display Driver Uninstaller.pdb │ ├── Issues and solutions.txt │ ├── Licence.txt │ ├── Readme.txt │ └── Settings │ │ ├── AMD │ │ ├── classroot.cfg │ │ ├── clsidleftover.cfg │ │ ├── driverfiles.cfg │ │ ├── driverfilesKMAFD.cfg │ │ ├── driverfilesKMPFD.cfg │ │ ├── driverfilesKMPFD.cfg.bak │ │ ├── interface.cfg │ │ ├── packages.cfg │ │ └── services.cfg │ │ ├── INTEL │ │ ├── classroot.cfg │ │ ├── clsidleftover.cfg │ │ ├── driverfiles.cfg │ │ ├── interface.cfg │ │ ├── packages.cfg │ │ └── services.cfg │ │ ├── Languages │ │ ├── Arabic.xml │ │ ├── Bulgarian.xml │ │ ├── Chinese (Simplified).xml │ │ ├── Chinese (Traditional).xml │ │ ├── Czech.xml │ │ ├── Danish.xml │ │ ├── Dutch.xml │ │ ├── English.xml │ │ ├── Finnish.xml │ │ ├── French.xml │ │ ├── German.xml │ │ ├── Greek.xml │ │ ├── Hebrew.xml │ │ ├── Hungarian.xml │ │ ├── Italian.xml │ │ ├── Japanese.xml │ │ ├── Korean.xml │ │ ├── Latvian.xml │ │ ├── Macedonian (Latin).xml │ │ ├── Persian.xml │ │ ├── Polish.xml │ │ ├── Portuguese.xml │ │ ├── PortugueseBrazil.xml │ │ ├── Russian.xml │ │ ├── Serbian (Cyrilic).xml │ │ ├── Serbian (Latin).xml │ │ ├── Slovak.xml │ │ ├── Slovenian.xml │ │ ├── Spanish (Spain).xml │ │ ├── Spanish.xml │ │ ├── Swedish.xml │ │ ├── Thai.xml │ │ ├── Turkish.xml │ │ ├── Ukrainian.xml │ │ └── _For translators - ReadMe.txt │ │ ├── NVIDIA │ │ ├── classroot.cfg │ │ ├── clsidleftover.cfg │ │ ├── clsidleftoverGFE.cfg │ │ ├── clsidleftoverNVB.cfg │ │ ├── driverfiles.cfg │ │ ├── gfedriverfiles.cfg │ │ ├── gfedriverfiles.cfg.bak │ │ ├── gfeservice.cfg │ │ ├── interface.cfg │ │ ├── interfaceGFE.cfg │ │ ├── nvbdriverfiles.cfg │ │ ├── nvbservice.cfg │ │ ├── packages.cfg │ │ └── services.cfg │ │ └── REALTEK │ │ ├── classroot.cfg │ │ ├── clsidleftover.cfg │ │ ├── driverfiles.cfg │ │ ├── packages.cfg │ │ └── services.cfg ├── MinSudo │ ├── MinSudo.exe │ └── MinSudo.pdb ├── NVCleanstall.exe ├── Nvidia Profile Inspector │ ├── Reference.xml │ ├── nvidiaProfileInspector.exe │ └── nvidiaProfileInspector.exe.config ├── OOSU10.exe ├── OpenShellSetup.exe ├── SetTimerResolution.exe ├── Snappy Driver Installer Origin │ ├── SDIO.exe │ ├── SDIO_x64.exe │ ├── SDI_auto.bat │ └── tools │ │ └── SDI │ │ ├── langs │ │ ├── arabic.txt │ │ ├── armenian.txt │ │ ├── azerbaijan.txt │ │ ├── belarusian.txt │ │ ├── brazilian.txt │ │ ├── bulgarian.txt │ │ ├── catalan.txt │ │ ├── chinese.txt │ │ ├── chinese_cn.txt │ │ ├── chinese_tw.txt │ │ ├── chinese_zh.txt │ │ ├── croatian.txt │ │ ├── czech.txt │ │ ├── danish.txt │ │ ├── dutch.txt │ │ ├── english.txt │ │ ├── estonian.txt │ │ ├── farsi.txt │ │ ├── french.txt │ │ ├── georgian.txt │ │ ├── german.txt │ │ ├── greek.txt │ │ ├── hebrew.txt │ │ ├── hungarian.txt │ │ ├── indonesian.txt │ │ ├── italian.txt │ │ ├── japanese.txt │ │ ├── korean.txt │ │ ├── latvian.txt │ │ ├── lithuanian.txt │ │ ├── move_all.bat │ │ ├── norwegian.txt │ │ ├── polish.txt │ │ ├── portuguese.txt │ │ ├── romanian.txt │ │ ├── russian.txt │ │ ├── slovak.txt │ │ ├── source.ini │ │ ├── spanish.txt │ │ ├── swedish.txt │ │ ├── thai.txt │ │ ├── turkish.txt │ │ ├── ukrainian.txt │ │ └── vietnamese.txt │ │ ├── settings.cfg │ │ └── themes │ │ ├── arsenic.txt │ │ ├── arsenic │ │ ├── c16.webp │ │ ├── c23.webp │ │ ├── downup.webp │ │ ├── unc16.webp │ │ └── unc23.webp │ │ ├── atardecer.txt │ │ ├── atardecer │ │ ├── checkedgray.webp │ │ ├── checkedorange.webp │ │ ├── downup.webp │ │ ├── sdi.webp │ │ ├── uncheckedgray.webp │ │ ├── uncheckedorange.webp │ │ └── uncheckedwhite.webp │ │ ├── classic.txt │ │ ├── classic │ │ ├── bg.webp │ │ ├── ch_h.webp │ │ ├── ch_n.webp │ │ ├── dnh.webp │ │ ├── dnn.webp │ │ ├── unch_h.webp │ │ ├── unch_n.webp │ │ ├── uph.webp │ │ └── upn.webp │ │ ├── coax.txt │ │ ├── coax │ │ ├── checked.webp │ │ ├── checked_h.webp │ │ ├── down.webp │ │ ├── down_h.webp │ │ ├── unchecked.webp │ │ ├── unchecked_h.webp │ │ └── up.webp │ │ ├── color.7z │ │ ├── dark.txt │ │ ├── dark │ │ ├── sdi.webp │ │ ├── thinblue.webp │ │ ├── thinblue_h.webp │ │ ├── thinblueglass.webp │ │ ├── thinblueglass_h.webp │ │ ├── wideblueglass.webp │ │ └── wideblueglass_h.webp │ │ ├── grass.txt │ │ ├── grass │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── gray.txt │ │ ├── green_blue.txt │ │ ├── green_blue │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── happy_bird.txt │ │ ├── happy_bird │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── happy_new_year.txt │ │ ├── happy_new_year │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── lite.txt │ │ ├── lite │ │ ├── c16.webp │ │ ├── c23.webp │ │ ├── downup.webp │ │ ├── unc16.webp │ │ └── unc23.webp │ │ ├── metallic.txt │ │ ├── metallic │ │ ├── checked.webp │ │ └── unchecked.webp │ │ ├── metallic_color.txt │ │ ├── metallic_new.txt │ │ ├── metallic_new │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main2.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── metro.txt │ │ ├── metro │ │ ├── checked.webp │ │ └── unchecked.webp │ │ ├── new_tree.txt │ │ ├── new_tree │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── nordsee.txt │ │ ├── nordsee │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── old_ware.txt │ │ ├── old_ware │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── sky_clouds.txt │ │ ├── sky_clouds │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── tweekend.txt │ │ ├── tweekend │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── ico.webp │ │ ├── main.webp │ │ ├── semi.webp │ │ └── unchecked.webp │ │ ├── winter.txt │ │ ├── winter │ │ ├── button.webp │ │ ├── button_2.webp │ │ ├── button_2d.webp │ │ ├── button_2s.webp │ │ ├── button_h.webp │ │ ├── checked.webp │ │ ├── semi.webp │ │ ├── unchecked.webp │ │ └── winter.webp │ │ ├── yaschir.txt │ │ ├── yaschir │ │ ├── checked.webp │ │ ├── install1.webp │ │ ├── install2.webp │ │ ├── main.webp │ │ ├── optiona1.webp │ │ ├── optiona2.webp │ │ ├── optionb1.webp │ │ ├── optionb2.webp │ │ ├── screen.webp │ │ ├── selectall1.webp │ │ ├── selectall2.webp │ │ ├── selectnone1.webp │ │ ├── selectnone2.webp │ │ ├── semi.webp │ │ ├── semi2.webp │ │ └── unchecked.webp │ │ ├── yasdi.txt │ │ └── yasdi │ │ ├── bg.webp │ │ ├── ch_h.webp │ │ ├── ch_n.webp │ │ ├── dnh.webp │ │ ├── dnn.webp │ │ ├── unch_h.webp │ │ ├── unch_n.webp │ │ ├── uph.webp │ │ └── upn.webp ├── VCRedist_AIO.exe └── Winaero Tweaker │ ├── Elevator.exe │ ├── Winaero EULA.txt │ ├── WinaeroControls.dll │ ├── WinaeroTweaker.exe │ ├── WinaeroTweakerHelper.exe │ ├── WinaeroTweaker_x86_64.dll │ └── no_tab_explorer.exe ├── customization ├── gif │ ├── gyros2.gif │ ├── gyros3.gif │ └── gyros4.gif ├── logo │ ├── gyros black.png │ ├── gyros default.png │ ├── gyros white.png │ └── gyros2.png ├── user account picture │ ├── user.bmp │ ├── user.png │ ├── user1.bmp │ └── user1.png └── wallpapers │ ├── img01.jpg │ ├── img02.jpg │ ├── img03.jpg │ ├── img04.jpg │ └── img05.jpg ├── ntlite presets ├── gyrOS 10 1909 v2.xml ├── gyrOS 10 22H2 FACEIT v2.xml ├── gyrOS 10 22H2 v2.xml └── gyrOS 11 22H2 v2.xml └── source ├── gyrOS_11.bat ├── gyrOS_1909.bat ├── gyrOS_22H2.bat ├── gyrOS_FACEIT.bat ├── gyrOS_OOBE.reg └── gyrOS_Registry.reg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | ko_fi: gyrOS -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/1. DirectX.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/1. DirectX.exe -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/2. Snappy Driver Installer.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/2. Snappy Driver Installer.lnk -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/3DP Network Drivers.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/3DP Network Drivers.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/GPU Drivers/1. AMD Driver Autodetect.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/GPU Drivers/1. AMD Driver Autodetect.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/GPU Drivers/1. NVIDIA Driver Autodetect.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/GPU Drivers/1. NVIDIA Driver Autodetect.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/GPU Drivers/2. NVIDIA Driver Slimmer.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/GPU Drivers/2. NVIDIA Driver Slimmer.lnk -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/GPU Drivers/NVIDIA Driver Slimmer Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/GPU Drivers/NVIDIA Driver Slimmer Settings.png -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/GPU Drivers/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\Windows\System32\SHELL32.dll,322 3 | -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/README BEFORE USING SNAPPY.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/README BEFORE USING SNAPPY.TXT -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Bluetooth Driver.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Bluetooth Driver.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Ethernet Driver Files.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Ethernet Driver Files.zip -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Ethernet Driver.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek Ethernet Driver.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek HD Audio Driver.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek HD Audio Driver.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek WLAN Driver.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/1._Drivers_Setup/Realtek Drivers/Realtek WLAN Driver.url -------------------------------------------------------------------------------- /GToolbox/1._Drivers_Setup/Realtek Drivers/desktop.ini: -------------------------------------------------------------------------------- 1 | [.ShellClassInfo] 2 | IconResource=C:\Windows\System32\SHELL32.dll,322 3 | -------------------------------------------------------------------------------- /GToolbox/2._Software_Setup/7-ZIP/7-ZIP Simplified Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/2._Software_Setup/7-ZIP/7-ZIP Simplified Context Menu.reg -------------------------------------------------------------------------------- /GToolbox/2._Software_Setup/7-ZIP/7z2301-x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/2._Software_Setup/7-ZIP/7z2301-x64.exe -------------------------------------------------------------------------------- /GToolbox/2._Software_Setup/7-ZIP/CREDITS TO CatGamerOP.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GToolbox/2._Software_Setup/BraveSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/2._Software_Setup/BraveSetup.exe -------------------------------------------------------------------------------- /GToolbox/2._Software_Setup/ChromeSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/2._Software_Setup/ChromeSetup.exe -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/!Restore_Defaults.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/!Restore_Defaults.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Advanced/ASLR.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Advanced/ASLR.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Bluetooth.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Bluetooth.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Change_Username.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Change_Username.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Clipboard_History.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Clipboard_History.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/DEP_Configuration.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/DEP_Configuration.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Delivery_Optimization.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Delivery_Optimization.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/FSO_Configuration.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/FSO_Configuration.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Firewall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Firewall.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Hyper-V.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Hyper-V.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/MMCSS.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/MMCSS.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Microsoft_Logins.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Microsoft_Logins.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Microsoft_Store.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Microsoft_Store.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Mitigations.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Mitigations.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Printing.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Printing.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Search_Indexing.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Search_Indexing.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Services/Windows.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Services/Windows.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Services/gyrOS_11.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Services/gyrOS_11.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Services/gyrOS_1909.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Services/gyrOS_1909.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Services/gyrOS_22H2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Services/gyrOS_22H2.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Telemetry/Apply_Hosts.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Telemetry/Apply_Hosts.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Telemetry/Apply_OOSU10.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Telemetry/Apply_OOSU10.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/UAC.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/UAC.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/VPN_Services.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/VPN_Services.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Webcam.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Webcam.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Wi-Fi.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Wi-Fi.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Workstation_Service.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Workstation_Service.bat -------------------------------------------------------------------------------- /GToolbox/3._Configure_System/Xbox_Services.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/3._Configure_System/Xbox_Services.bat -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Alt + Tab Layout/Modern Alt + Tab Layout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Alt + Tab Layout/Modern Alt + Tab Layout.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Alt + Tab Layout/Old Alt + Tab Layout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Alt + Tab Layout/Old Alt + Tab Layout.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Animate Windows When Minimizing and Maximizing/Animate Windows When Minimizing and Maximizing - Disable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Animate Windows When Minimizing and Maximizing/Animate Windows When Minimizing and Maximizing - Disable.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Animate Windows When Minimizing and Maximizing/Animate Windows When Minimizing and Maximizing - Enable.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Animate Windows When Minimizing and Maximizing/Animate Windows When Minimizing and Maximizing - Enable.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Look For an Application in the Microsoft Store/Look For an App in the Microsoft Store - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Look For an Application in the Microsoft Store/Look For an App in the Microsoft Store - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Look For an Application in the Microsoft Store/Look For an App in the Microsoft Store - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Look For an Application in the Microsoft Store/Look For an App in the Microsoft Store - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Network Navigation Pane - File Explorer/Hide Network Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Network Navigation Pane - File Explorer/Hide Network Pane.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Network Navigation Pane - File Explorer/Show Network Pane.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Network Navigation Pane - File Explorer/Show Network Pane.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/PowerShell_Transparency.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/PowerShell_Transparency.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Quick Access Pane - File Explorer/Hide Quick Access.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Quick Access Pane - File Explorer/Hide Quick Access.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Quick Access Pane - File Explorer/Show Quick Access.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Quick Access Pane - File Explorer/Show Quick Access.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Volume Flyout/Modern Volume Flyout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Volume Flyout/Modern Volume Flyout.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Volume Flyout/Old Volume Flyout.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Volume Flyout/Old Volume Flyout.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Add_Windows_Version_on_Desktop_All_Users.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Add_Windows_Version_on_Desktop_All_Users.bat -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Add_Windows_Version_on_Desktop_Current_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Add_Windows_Version_on_Desktop_Current_User.bat -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Remove_Windows_Version_from_Desktop_All_Users.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Remove_Windows_Version_from_Desktop_All_Users.bat -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Remove_Windows_Version_from_Desktop_Current_User.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Appearance/Windows_Version_and_Build_Number/Remove_Windows_Version_from_Desktop_Current_User.bat -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/CREDITS TO MajorGeeks.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Boot in Safe Mode/Boot in Safe Mode - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Boot in Safe Mode/Boot in Safe Mode - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Boot in Safe Mode/Boot in Safe Mode - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Boot in Safe Mode/Boot in Safe Mode - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Add to Bottom.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Add to Bottom.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Add to Top.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Add to Top.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Boot to UEFI Firmware Settings/Boot to UEFI Firmware Settings - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Copy as Path/Copy As Path - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Copy as Path/Copy As Path - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Copy as Path/Copy As Path - Default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Copy as Path/Copy As Path - Default.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Empty Folder/Empty Folder - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Empty Folder/Empty Folder - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Empty Folder/Empty Folder - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Empty Folder/Empty Folder - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/File Attributes/Attributes - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/File Attributes/Attributes - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/File Attributes/Attributes - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/File Attributes/Attributes - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Firewall/Firewall - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Firewall/Firewall - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Firewall/Firewall - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Firewall/Firewall - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Hidden Items/Hidden Items - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Hidden Items/Hidden Items - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Hidden Items/Hidden Items - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Hidden Items/Hidden Items - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Include in Library/Include in Library - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Include in Library/Include in Library - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Include in Library/Include in Library - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Include in Library/Include in Library - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Install CAB File/Install CAB File - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Install CAB File/Install CAB File - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Install CAB File/Install CAB File - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Install CAB File/Install CAB File - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Kill All Not Responding Tasks/Kill all not Responding Tasks - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Kill All Not Responding Tasks/Kill all not Responding Tasks - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Kill All Not Responding Tasks/Kill all not Responding Tasks - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Kill All Not Responding Tasks/Kill all not Responding Tasks - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/New Registry Entry/New Registry Entry - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/New Registry Entry/New Registry Entry - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/New Registry Entry/New Registry Entry - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/New Registry Entry/New Registry Entry - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/New Windows Batch File/New Batch File - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/New Windows Batch File/New Batch File - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/New Windows Batch File/New Batch File - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/New Windows Batch File/New Batch File - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Open with Notepad/Open With Notepad - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Open with Notepad/Open With Notepad - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Open with Notepad/Open With Notepad - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Open with Notepad/Open With Notepad - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart Explorer/Restart Explorer - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart Explorer/Restart Explorer - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart Explorer/Restart Explorer - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart Explorer/Restart Explorer - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart Start Menu/Restart Start Menu - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart Start Menu/Restart Start Menu - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart Start Menu/Restart Start Menu - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart Start Menu/Restart Start Menu - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart with Options/Restart with Options - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart with Options/Restart with Options - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restart with Options/Restart with Options - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restart with Options/Restart with Options - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restore Previous Versions/Restore Previous Versions - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restore Previous Versions/Restore Previous Versions - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Restore Previous Versions/Restore Previous Versions - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Restore Previous Versions/Restore Previous Versions - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Send to/Send to - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Send to/Send to - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Send to/Send to - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Send to/Send to - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Shut Down with Options/Shut Down with Options - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Shut Down with Options/Shut Down with Options - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Shut Down with Options/Shut Down with Options - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Shut Down with Options/Shut Down with Options - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Take Full Ownership of Files & Folders/Take Ownership - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Take Full Ownership of Files & Folders/Take Ownership - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Take Full Ownership of Files & Folders/Take Ownership - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Take Full Ownership of Files & Folders/Take Ownership - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Troubleshoot Compatibility/Troubleshoot Compatibility - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Troubleshoot Compatibility/Troubleshoot Compatibility - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Troubleshoot Compatibility/Troubleshoot Compatibility - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Troubleshoot Compatibility/Troubleshoot Compatibility - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/VBScript File/New VBScript - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/VBScript File/New VBScript - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/VBScript File/New VBScript - Remove.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/VBScript File/New VBScript - Remove.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Win+X Classic Menu/Win+X Classic Menu - Add.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/4._Tweaks/Context Menu/Win+X Classic Menu/Win+X Classic Menu - Add.reg -------------------------------------------------------------------------------- /GToolbox/4._Tweaks/Context Menu/Win+X Classic Menu/Win+X Classic Menu - Remove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CLASSES_ROOT\DesktopBackground\Shell\WinXclassicMenu] -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/!README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/!README.txt -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Applications/Browser_Cleanup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Applications/Browser_Cleanup.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Applications/Google_Chrome_Tweaks.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Applications/Google_Chrome_Tweaks.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Applications/MSI_Center.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Applications/MSI_Center.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Games/Apex_Legends.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Games/Apex_Legends.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Games/LargePage_util.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Games/LargePage_util.exe -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Games/Latency_Tweaks.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Games/Latency_Tweaks.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Games/Valorant_Tweaks.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Games/Valorant_Tweaks.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Games/Vanguard_Fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Games/Vanguard_Fix.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_Default.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_Default.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=100%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=100%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=125%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=125%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=150%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=150%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=175%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=175%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=200%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=200%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=225%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=225%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=250%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=250%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=300%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=300%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=350%_Scale=1-to-1_@6-of-11.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/MarkC_Mouse_Fix/Windows_10_MouseFix_ItemsSize=350%_Scale=1-to-1_@6-of-11.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Mouse/Mouse_Settings_by_HoneCtrl.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Mouse/Mouse_Settings_by_HoneCtrl.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Network/DNS_Cloudflare.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Network/DNS_Cloudflare.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Network/DNS_Google.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Network/DNS_Google.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Network/Ethernet_Optimizations.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Network/Ethernet_Optimizations.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Network/Reset_Network_Settings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Network/Reset_Network_Settings.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Network/Wi-Fi_Optimizations.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Network/Wi-Fi_Optimizations.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/Additional_Optimizations.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/Additional_Optimizations.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Default_Dynamic_Tick.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Default_Dynamic_Tick.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Default_Synthetic_Timers.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Default_Synthetic_Timers.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_Dynamic_Tick.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_Dynamic_Tick.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_HPET.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_HPET.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_Synthetic_Timers.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Disable_Synthetic_Timers.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Experimental/BCDEdit_Ancel.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Experimental/BCDEdit_Ancel.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/Experimental/BCDEdit_Melody.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/Experimental/BCDEdit_Melody.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/tscsyncpolicy_Enhanced.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/tscsyncpolicy_Enhanced.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/BCDEdit/tscsyncpolicy_Legacy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/BCDEdit/tscsyncpolicy_Legacy.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/CPU/CPU_AMD.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/CPU/CPU_AMD.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/CPU/CPU_Intel.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/CPU/CPU_Intel.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/GPU_AMD.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/GPU_AMD.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/GPU_NVIDIA.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/GPU_NVIDIA.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Apply_NIP_EchoX.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Apply_NIP_EchoX.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Apply_NIP_HoneCtrl.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Apply_NIP_HoneCtrl.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/EchoX.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/EchoX.nip -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Hone.nip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Hone.nip -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Nvidia Profile Inspector.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/NVIDIA/Nvidia Profile Inspector.lnk -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/GPU/Revert_Tweaks/Revert_AMD.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/GPU/Revert_Tweaks/Revert_AMD.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/Prioritization_Boost.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/Prioritization_Boost.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/Resource_Policy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/Resource_Policy.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/SetTimerResolution_Install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/SetTimerResolution_Install.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Performance/Storage_Optimizations.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Performance/Storage_Optimizations.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/!Set_Power_Plan.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/!Set_Power_Plan.bat -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Adamx.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Adamx.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Alchemy.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Alchemy.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Amit.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Amit.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Bitsum Highest Performance.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Bitsum Highest Performance.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Calypto's Low Latency.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Calypto's Low Latency.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/EverythingTech's.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/EverythingTech's.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/HoneV2.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/HoneV2.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Muren.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Muren.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Power Plans - Context Menu/Choose Power Plan to Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Power Plans - Context Menu/Choose Power Plan to Context Menu.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Power Plans - Context Menu/Remove Power Plan from Context Menu.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Power Plans - Context Menu/Remove Power Plan from Context Menu.reg -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Ultimate Performance .pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Ultimate Performance .pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Ultra Low Latency.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Ultra Low Latency.pow -------------------------------------------------------------------------------- /GToolbox/5._System_Optimizations/Power_Plans/Zoyata.pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/5._System_Optimizations/Power_Plans/Zoyata.pow -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/1. Set Country & Language.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/1. Set Country & Language.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/10. Device Manager.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/10. Device Manager.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/2. Set Time & Timezone.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/2. Set Time & Timezone.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/3. Configure UAC.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/3. Configure UAC.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/4. Set Region.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/4. Set Region.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/5. Configure Startup Apps.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/5. Configure Startup Apps.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/6. Desktop Icon Settings.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/6. Desktop Icon Settings.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/7. Color Settings.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/7. Color Settings.url -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/8. Taskbar Settings.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/8. Taskbar Settings.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/9. Sound Control Panel.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/9. Sound Control Panel.lnk -------------------------------------------------------------------------------- /GToolbox/6._Quick_Settings/Reset_Windows_Search.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/6._Quick_Settings/Reset_Windows_Search.ps1 -------------------------------------------------------------------------------- /GToolbox/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/README.TXT -------------------------------------------------------------------------------- /GToolbox/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/desktop.ini -------------------------------------------------------------------------------- /GToolbox/gyrOS Discord.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/gyrOS Discord.url -------------------------------------------------------------------------------- /GToolbox/gyrOS GitHub.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/GToolbox/gyrOS GitHub.url -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/README.md -------------------------------------------------------------------------------- /applications/Cleanmgr+/Cleanmgr+.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/Cleanmgr+.exe -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/cleanmgr+.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/cleanmgr+.ini -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/cleanmgr/Burnbytes.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/cleanmgr/Burnbytes.exe -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/cleanmgr/de/Burnbytes.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/cleanmgr/de/Burnbytes.resources.dll -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/cmp-app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/cmp-app.ico -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/cmp-refresh-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/cmp-refresh-dark.png -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/cmp-refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/cmp-refresh.png -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/packages/ui.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/packages/ui.ini -------------------------------------------------------------------------------- /applications/Cleanmgr+/bin/windata.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/bin/windata.ini -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/#Rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/#Rules.txt -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Google Chrome Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Google Chrome Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Google Chrome History.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Google Chrome History.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Microsoft Edge Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Microsoft Edge Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Mozilla Firefox Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Mozilla Firefox Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Opera Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Opera Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Vivaldi Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Vivaldi Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Waterfox Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Waterfox Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Defender.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Defender.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Downloads.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Downloads.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Error Reporting.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Error Reporting.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Event Viewer Logs.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Event Viewer Logs.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Font Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Font Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Icon Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Icon Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Installer Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Installer Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Logs.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Logs.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows MUICache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows MUICache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Remote Desktop Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Remote Desktop Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Shadow Copies.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Shadow Copies.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Sidebar Cache.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Sidebar Cache.csc -------------------------------------------------------------------------------- /applications/Cleanmgr+/scripts/Windows Update Logs.csc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Cleanmgr+/scripts/Windows Update Logs.csc -------------------------------------------------------------------------------- /applications/Device Cleanup/DeviceCleanup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Device Cleanup/DeviceCleanup.exe -------------------------------------------------------------------------------- /applications/Device Cleanup/DeviceCleanup.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Device Cleanup/DeviceCleanup.ini -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Display Driver Uninstaller.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Display Driver Uninstaller.exe -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Display Driver Uninstaller.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Display Driver Uninstaller.pdb -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Issues and solutions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Issues and solutions.txt -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Licence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Licence.txt -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Readme.txt -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/classroot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/classroot.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/clsidleftover.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/clsidleftover.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/driverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/driverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMAFD.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMAFD.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMPFD.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMPFD.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMPFD.cfg.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/driverfilesKMPFD.cfg.bak -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/interface.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/interface.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/packages.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/packages.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/AMD/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/AMD/services.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/classroot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/classroot.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/clsidleftover.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/clsidleftover.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/driverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/driverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/interface.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/interface.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/packages.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/packages.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/INTEL/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/INTEL/services.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Arabic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Arabic.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Bulgarian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Bulgarian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Chinese (Simplified).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Chinese (Simplified).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Chinese (Traditional).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Chinese (Traditional).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Czech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Czech.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Danish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Danish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Dutch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Dutch.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/English.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/English.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Finnish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Finnish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/French.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/French.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/German.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/German.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Greek.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Greek.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Hebrew.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Hebrew.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Hungarian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Hungarian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Italian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Italian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Japanese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Japanese.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Korean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Korean.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Latvian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Latvian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Macedonian (Latin).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Macedonian (Latin).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Persian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Persian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Polish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Polish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Portuguese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Portuguese.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/PortugueseBrazil.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/PortugueseBrazil.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Russian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Russian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Serbian (Cyrilic).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Serbian (Cyrilic).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Serbian (Latin).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Serbian (Latin).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Slovak.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Slovak.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Slovenian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Slovenian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Spanish (Spain).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Spanish (Spain).xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Spanish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Spanish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Swedish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Swedish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Thai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Thai.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Turkish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Turkish.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/Ukrainian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/Ukrainian.xml -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/Languages/_For translators - ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/Languages/_For translators - ReadMe.txt -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/classroot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/classroot.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/clsidleftover.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/clsidleftover.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/clsidleftoverGFE.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/clsidleftoverGFE.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/clsidleftoverNVB.cfg: -------------------------------------------------------------------------------- 1 | NvVirtualCameraFilter -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/driverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/driverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/gfedriverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/gfedriverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/gfedriverfiles.cfg.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/gfedriverfiles.cfg.bak -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/gfeservice.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/gfeservice.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/interface.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/interface.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/interfaceGFE.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/interfaceGFE.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/nvbdriverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/nvbdriverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/nvbservice.cfg: -------------------------------------------------------------------------------- 1 | NvBroadcast.ContainerLocalSystem 2 | nvrtxvad_WaveExtensible -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/packages.cfg: -------------------------------------------------------------------------------- 1 | physx 2 | Vulkan Run Time Libraries -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/NVIDIA/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/NVIDIA/services.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/REALTEK/classroot.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/REALTEK/classroot.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/REALTEK/clsidleftover.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/REALTEK/clsidleftover.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/REALTEK/driverfiles.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/REALTEK/driverfiles.cfg -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/REALTEK/packages.cfg: -------------------------------------------------------------------------------- 1 | Realtek High Definition Audio Driver -------------------------------------------------------------------------------- /applications/Display Driver Uninstaller/Settings/REALTEK/services.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Display Driver Uninstaller/Settings/REALTEK/services.cfg -------------------------------------------------------------------------------- /applications/MinSudo/MinSudo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/MinSudo/MinSudo.exe -------------------------------------------------------------------------------- /applications/MinSudo/MinSudo.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/MinSudo/MinSudo.pdb -------------------------------------------------------------------------------- /applications/NVCleanstall.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/NVCleanstall.exe -------------------------------------------------------------------------------- /applications/Nvidia Profile Inspector/Reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Nvidia Profile Inspector/Reference.xml -------------------------------------------------------------------------------- /applications/Nvidia Profile Inspector/nvidiaProfileInspector.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Nvidia Profile Inspector/nvidiaProfileInspector.exe -------------------------------------------------------------------------------- /applications/Nvidia Profile Inspector/nvidiaProfileInspector.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Nvidia Profile Inspector/nvidiaProfileInspector.exe.config -------------------------------------------------------------------------------- /applications/OOSU10.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/OOSU10.exe -------------------------------------------------------------------------------- /applications/OpenShellSetup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/OpenShellSetup.exe -------------------------------------------------------------------------------- /applications/SetTimerResolution.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/SetTimerResolution.exe -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/SDIO.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/SDIO.exe -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/SDIO_x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/SDIO_x64.exe -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/SDI_auto.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/SDI_auto.bat -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/arabic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/arabic.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/armenian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/armenian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/azerbaijan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/azerbaijan.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/belarusian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/belarusian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/brazilian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/brazilian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/bulgarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/bulgarian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/catalan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/catalan.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_cn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_cn.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_tw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_tw.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_zh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/chinese_zh.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/croatian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/croatian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/czech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/czech.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/danish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/danish.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/dutch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/dutch.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/english.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/estonian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/estonian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/farsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/farsi.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/french.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/french.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/georgian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/georgian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/german.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/german.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/greek.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/greek.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/hebrew.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/hebrew.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/hungarian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/hungarian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/indonesian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/indonesian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/italian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/italian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/japanese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/japanese.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/korean.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/korean.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/latvian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/latvian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/lithuanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/lithuanian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/move_all.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/move_all.bat -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/norwegian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/norwegian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/polish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/polish.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/portuguese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/portuguese.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/romanian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/romanian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/russian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/russian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/slovak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/slovak.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/source.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/source.ini -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/spanish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/spanish.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/swedish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/swedish.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/thai.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/thai.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/turkish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/turkish.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/ukrainian.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/ukrainian.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/langs/vietnamese.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/langs/vietnamese.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/settings.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/settings.cfg -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/c16.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/c16.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/c23.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/c23.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/downup.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/downup.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/unc16.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/unc16.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/unc23.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/arsenic/unc23.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/checkedgray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/checkedgray.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/checkedorange.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/checkedorange.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/downup.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/downup.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/sdi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/sdi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedgray.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedgray.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedorange.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedorange.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedwhite.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/atardecer/uncheckedwhite.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/bg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/bg.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/ch_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/ch_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/ch_n.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/ch_n.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/dnh.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/dnh.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/dnn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/dnn.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/unch_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/unch_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/unch_n.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/unch_n.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/uph.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/uph.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/upn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/classic/upn.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/checked_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/checked_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/down.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/down.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/down_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/down_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/unchecked_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/unchecked_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/up.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/coax/up.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/color.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/color.7z -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/sdi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/sdi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblue.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblue.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblue_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblue_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblueglass.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblueglass.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblueglass_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/thinblueglass_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/wideblueglass.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/wideblueglass.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/wideblueglass_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/dark/wideblueglass_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/grass/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/gray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/gray.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/green_blue/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_bird/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/happy_new_year/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/c16.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/c16.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/c23.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/c23.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/downup.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/downup.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/unc16.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/unc16.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/unc23.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/lite/unc23.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_color.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/main2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/main2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metallic_new/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metro.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metro/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metro/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/metro/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/metro/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/new_tree/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/nordsee/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/old_ware/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/sky_clouds/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/ico.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/ico.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/tweekend/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2d.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2d.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2s.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_2s.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/button_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/winter.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/winter/winter.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/checked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/checked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/install1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/install1.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/install2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/install2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/main.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/main.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optiona1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optiona1.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optiona2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optiona2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optionb1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optionb1.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optionb2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/optionb2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/screen.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/screen.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectall1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectall1.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectall2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectall2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectnone1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectnone1.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectnone2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/selectnone2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/semi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/semi.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/semi2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/semi2.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/unchecked.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yaschir/unchecked.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi.txt -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/bg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/bg.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/ch_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/ch_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/ch_n.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/ch_n.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/dnh.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/dnh.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/dnn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/dnn.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/unch_h.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/unch_h.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/unch_n.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/unch_n.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/uph.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/uph.webp -------------------------------------------------------------------------------- /applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/upn.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Snappy Driver Installer Origin/tools/SDI/themes/yasdi/upn.webp -------------------------------------------------------------------------------- /applications/VCRedist_AIO.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/VCRedist_AIO.exe -------------------------------------------------------------------------------- /applications/Winaero Tweaker/Elevator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/Elevator.exe -------------------------------------------------------------------------------- /applications/Winaero Tweaker/Winaero EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/Winaero EULA.txt -------------------------------------------------------------------------------- /applications/Winaero Tweaker/WinaeroControls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/WinaeroControls.dll -------------------------------------------------------------------------------- /applications/Winaero Tweaker/WinaeroTweaker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/WinaeroTweaker.exe -------------------------------------------------------------------------------- /applications/Winaero Tweaker/WinaeroTweakerHelper.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/WinaeroTweakerHelper.exe -------------------------------------------------------------------------------- /applications/Winaero Tweaker/WinaeroTweaker_x86_64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/WinaeroTweaker_x86_64.dll -------------------------------------------------------------------------------- /applications/Winaero Tweaker/no_tab_explorer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/applications/Winaero Tweaker/no_tab_explorer.exe -------------------------------------------------------------------------------- /customization/gif/gyros2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/gif/gyros2.gif -------------------------------------------------------------------------------- /customization/gif/gyros3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/gif/gyros3.gif -------------------------------------------------------------------------------- /customization/gif/gyros4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/gif/gyros4.gif -------------------------------------------------------------------------------- /customization/logo/gyros black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/logo/gyros black.png -------------------------------------------------------------------------------- /customization/logo/gyros default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/logo/gyros default.png -------------------------------------------------------------------------------- /customization/logo/gyros white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/logo/gyros white.png -------------------------------------------------------------------------------- /customization/logo/gyros2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/logo/gyros2.png -------------------------------------------------------------------------------- /customization/user account picture/user.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/user account picture/user.bmp -------------------------------------------------------------------------------- /customization/user account picture/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/user account picture/user.png -------------------------------------------------------------------------------- /customization/user account picture/user1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/user account picture/user1.bmp -------------------------------------------------------------------------------- /customization/user account picture/user1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/user account picture/user1.png -------------------------------------------------------------------------------- /customization/wallpapers/img01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/wallpapers/img01.jpg -------------------------------------------------------------------------------- /customization/wallpapers/img02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/wallpapers/img02.jpg -------------------------------------------------------------------------------- /customization/wallpapers/img03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/wallpapers/img03.jpg -------------------------------------------------------------------------------- /customization/wallpapers/img04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/wallpapers/img04.jpg -------------------------------------------------------------------------------- /customization/wallpapers/img05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/customization/wallpapers/img05.jpg -------------------------------------------------------------------------------- /ntlite presets/gyrOS 10 1909 v2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/ntlite presets/gyrOS 10 1909 v2.xml -------------------------------------------------------------------------------- /ntlite presets/gyrOS 10 22H2 FACEIT v2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/ntlite presets/gyrOS 10 22H2 FACEIT v2.xml -------------------------------------------------------------------------------- /ntlite presets/gyrOS 10 22H2 v2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/ntlite presets/gyrOS 10 22H2 v2.xml -------------------------------------------------------------------------------- /ntlite presets/gyrOS 11 22H2 v2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/ntlite presets/gyrOS 11 22H2 v2.xml -------------------------------------------------------------------------------- /source/gyrOS_11.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_11.bat -------------------------------------------------------------------------------- /source/gyrOS_1909.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_1909.bat -------------------------------------------------------------------------------- /source/gyrOS_22H2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_22H2.bat -------------------------------------------------------------------------------- /source/gyrOS_FACEIT.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_FACEIT.bat -------------------------------------------------------------------------------- /source/gyrOS_OOBE.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_OOBE.reg -------------------------------------------------------------------------------- /source/gyrOS_Registry.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/An0n151/gyrOS/HEAD/source/gyrOS_Registry.reg --------------------------------------------------------------------------------