Add a note to disable the microsoft compatibility appraiser task
This commit is contained in:
parent
4fb7e6cf37
commit
208ba7278a
5
.vimrc
5
.vimrc
|
@ -1382,10 +1382,9 @@ noremap <F11> :call ToggleBuildResults()<cr>
|
||||||
" Hide build results and clear errors
|
" Hide build results and clear errors
|
||||||
noremap <F10> :call HideBuildResultsAndClearErrors()<cr>
|
noremap <F10> :call HideBuildResultsAndClearErrors()<cr>
|
||||||
|
|
||||||
" Execute build script and keep results.
|
" Execute build script and display results.
|
||||||
nnoremap <silent><leader>b :call Build(0)<cr>
|
nnoremap <silent><leader>b :call Build(0)<cr>
|
||||||
" Execute build and hide results.
|
nnoremap <silent><F8> :call Build(0)<cr>
|
||||||
nnoremap <silent><F8> :call Build(0, 1)<cr>
|
|
||||||
|
|
||||||
" Execute optimized build script
|
" Execute optimized build script
|
||||||
nnoremap <leader>bb :call Build(1)<cr>
|
nnoremap <leader>bb :call Build(1)<cr>
|
||||||
|
|
|
@ -111,13 +111,17 @@
|
||||||
* Disable Windows error reporting dialog so that when stuff crashes you can get to a debugger faster.
|
* Disable Windows error reporting dialog so that when stuff crashes you can get to a debugger faster.
|
||||||
* Open an admin cmd prompt and run the file `disable-windows-error-reporting-dialog.bat` from this directory.
|
* Open an admin cmd prompt and run the file `disable-windows-error-reporting-dialog.bat` from this directory.
|
||||||
|
|
||||||
|
* Disable Microsoft Compatibility Appraiser (I believe this is for checking if you can run the next major OS; it's a CPU hog)
|
||||||
|
* Open task scheduler.
|
||||||
|
* Go to `Microsoft\Windows\Application Experience` and disable the `Microsoft Compatibility Appraiser` task.
|
||||||
|
|
||||||
* Disable the WinSAT task which is used to figure out your Windows performance score. It eats up
|
* Disable the WinSAT task which is used to figure out your Windows performance score. It eats up
|
||||||
processor time and is generally useless.
|
processor time and is generally useless.
|
||||||
* Open task scheduler.
|
* Open task scheduler.
|
||||||
* **note** If you see an error about a selected task {0} no longer existing then you'll need
|
* **note** If you see an error about a selected task {0} no longer existing then you'll need
|
||||||
to repair the task scheduler. See
|
to repair the task scheduler. See
|
||||||
https://www.thewindowsclub.com/the-selected-task-0-no-longer-exists-error-in-task-scheduler
|
https://www.thewindowsclub.com/the-selected-task-0-no-longer-exists-error-in-task-scheduler
|
||||||
* Go to `Local\Microsoft\Windows\Maintenance` and disable the WinSAT task.
|
* Go to `Microsoft\Windows\Maintenance` and disable the `WinSAT` task.
|
||||||
|
|
||||||
* Disable the Windows Customer Experience Improvement program via group policy
|
* Disable the Windows Customer Experience Improvement program via group policy
|
||||||
https://web.archive.org/web/20200131202352/https://www.ghacks.net/2016/10/26/turn-off-the-windows-customer-experience-program/
|
https://web.archive.org/web/20200131202352/https://www.ghacks.net/2016/10/26/turn-off-the-windows-customer-experience-program/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user