This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb shell settings put global accessibility_reduce_transparency 1 | |
| adb shell settings put global disable_window_blurs 1 | |
| adb shell settings put global window_animation_scale 0.5 | |
| adb shell settings put global transition_animation_scale 0.5 | |
| adb shell settings put global animator_duration_scale 0.5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [/script/engine.renderersettings] | |
| r.DefaultFeature.MotionBlur=False | |
| r.MotionBlurQuality=0 | |
| r.DefaultFeature.MotionBlur=False | |
| r.MotionBlurQuality=0 | |
| r.AmbientOcclusionLevels=0 | |
| r.postprocessAAQuality=0 | |
| bSmoothFrameRate=False | |
| r.AmbientOcclusionRadiusScale=1.7 | |
| r.DepthofFieldQuality=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @rem *** Disable Some Service *** | |
| sc stop DiagTrack | |
| sc stop diagnosticshub.standardcollector.service | |
| sc stop dmwappushservice | |
| sc stop WMPNetworkSvc | |
| sc stop WSearch | |
| sc config DiagTrack start= disabled | |
| sc config diagnosticshub.standardcollector.service start= disabled | |
| sc config dmwappushservice start= disabled |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ########## | |
| # Win10 Optimization Script With Extra GPD Win Tweaks | |
| # Adapted version of https://github.com/Disassembler0/Win10-Initial-Setup-Script by Disassembler <[email protected]> | |
| # Author: BlackDragonBE | |
| # Version: v2.2.1 (2017-12-02) | |
| # Copied from https://www.reddit.com/r/gpdwin/comments/6ipa6c/windows_10_optimization_script_for_gpd_win/ | |
| ########## | |
| # As a workaround for disabled script execution, run this command (without #) in an elevated PowerShell windows first and choose "all" if you're asked where to apply this: | |
| # Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass |