Skip to content

Commit

Permalink
add AutoReset,InputMethod,Update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu3tthz committed May 1, 2023
1 parent add539f commit e40fa8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions AutoReset,InputMethod,Update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#The default input method on Windows was changed to others after reboot.

#Fix
Delete the registry key ```HKEY_USERS\.DEFAULT\Keyboard Layout\Preload```, and reboot.

``` bat
reg delete "HKEY_USERS\.DEFAULT\Keyboard Layout\Preload" /f
```
2 changes: 1 addition & 1 deletion MouseAcclerationDisable,Moonlight,NvidiaStream.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->
# Nvidia stream will automatically enable mouse acceleration when using moonlight to connect to the server.

# One way of fixing(not perfect)
# A solution of fixing(not perfect)
1. Download a hex editor(Diskgeniuns, Notepad(with [HexEdit Plugin](https://github.com/chcg/NPP_HexEdit)), [Hextor](https://github.com/digitalw0lf/hextor))
2. Open the file(***C:\Program Files\NVIDIA Corporation\NvStreamSrv.exe***) in the hex editor.
3. Search the hex number(***FF 15 FF 60 0A 00***) and change it to (***B8 01 00 00 00 90***) from **0025D65B** to **0025D660**.(Tested on NvStreamSrv 7.1.3110.6651)
Expand Down

0 comments on commit e40fa8e

Please sign in to comment.