-
Notifications
You must be signed in to change notification settings - Fork 0
New Windows 10
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\...\Device Parameters
Change FlipFlopWheel
value from 0 to 1
C:\Windows\System32\control.exe /name Microsoft.Personalization /page pageWallpaper
- ControlPanel > Language > (click language) > Option > Change Type
- Use 101 key type 1 for RealForce
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
C:\Program Files\Windows Defender\MsMpEng.exe
Add to ControlPanel > Update > Windows Defender > Exception
For SSD, Change TEMP and TMP environment variable for User and System
Control Panel > Advanced System > Environment
- Type about:config into the location bar and press enter
- Accept the warning message that appears, you will be taken to a list of preferences
- Right-click somewhere in the list and select "New > String"
- For the name of the preference type browser.cache.disk.parent_directory
- For its value type the path to where you want to store the cache
- Next locate the preference browser.cache.disk.enable, it must be set to true, if it is not, double-click on it to change its value
Reference: https://support.mozilla.org/en-US/questions/768867
-
Copy current cache content
robocopy "%USERPROFILE%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC" "D:\temp.iecache\MsEdge" /E /COPYALL /DCOPY:DAT
-
Move
AC
toAC Backup
in the explorer -
Make a symlink
mklink /D "%USERPROFILE%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\AC" "D:\temp.iecache\MsEdge"
http://winaero.com/blog/how-to-move-page-file-in-windows-10-to-another-disk/
SSD connected to USB doesn't seem to work like second HDD on desktop. Need to give minimum(400MB) to C and then large amount (1024M ~ 16384M) to D.
open admin command prompt
powercfg.exe /hibernate off
and on back again you need to
powercfg.exe /hibernate on
Reference: https://support.microsoft.com/en-us/kb/920730
First, disable paging.
Next, make a symbolic file by open admin command prompt and
mklink c:\swapfile.sys d:\swapfile.sys
Then, enable paging again.
- http://superuser.com/questions/950960/pin-applications-to-multiple-desktops-in-windows-10
- with Windows 10 Anniversary
You can now pin a window so it’s available on every desktop.
To do this, launch Task View (button on the task bar) then
right-click on the window you want to pin and choose
“Show this window on all desktops”. Try pinning Skype or
Groove Music so they’re always at your fingertips.
And if you have a multi-mon setup, you might enjoy
the ability to have your email app on the second monitor
no matter which desktop you switch to.
How to disable off automatic reboot using the Task Scheduler
- Launch the Task Scheduler.
- Go to Task Scheduler
Library/Microsoft/Windows/Update Orchestrator
- Right-click on the task named
Reboot
- Select
Disable
How to disable automatic restart for installation of updates using the Group Policy
- Run
gpedit.msc
- Go to Computer
Configuration/Administrative Templates/Windows Components/Windows Update
. - Double-click on
No auto restart with loggedon users for scheduled automatic updates installations
- Select
Enabled
and clickOK
How to disable auto matic reboot after the installation of updates using the Registry editor
- Launch the registry editor:
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
- If you don’t have the AU key, create it in the WindowsUpdate.
- Create a new
DWORD-32
value. - Name it NoAutoRebootWithLoggedOnUsers.
- Double-click it, type
1
and clickOK
Ref: https://www.howtogeek.com/265027/how-to-disable-cortana-in-windows-10/
Settings file: C:\Users\(user)\Documents\Default.drp