How to disable Update Notification?

  • Phiben
  • Topic Author
More
2 years 2 months ago #1 by Phiben How to disable Update Notification? was created by Phiben
Is there a way to disable the yellow update notification? I don't mind the normal notification when ReShade starts but the additional update notification is very annoying.
Thank you!

Please Log in or Create an account to join the conversation.

  • Searinox_Navras
More
2 years 2 months ago - 2 years 2 months ago #2 by Searinox_Navras Replied by Searinox_Navras on topic How to disable Update Notification?
Compile the DLLs yourself or...

Open the binary in a hex editor(HxD is a popular one), search for
https://api.github.com/repos/crosire/reshade/tags
using Unicode search(character ASCII codes alternating with null byte - 00), replace it with
https://0.0.0.0/
(remember to keep Unicode format, so preserve the alternating null bytes inbetween characters), then keep adding 00s until you've overwritten the rest of the string. Be sure you're overwriting existing bytes and not adding or deleting to the file's length because if you mess up the alignment the DLL breaks.
Last edit: 2 years 2 months ago by Searinox_Navras.

Please Log in or Create an account to join the conversation.

  • odikzz2
More
2 months 4 weeks ago #3 by odikzz2 Replied by odikzz2 on topic How to disable Update Notification?
Or block "api.github.com" DUH

C:\Windows\System32\drivers\etc\hosts.file

You can still visit github not api.

Please Log in or Create an account to join the conversation.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the forum. You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.