Skip to content

Instantly share code, notes, and snippets.

@raspiduino
Created April 4, 2021 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raspiduino/56d14c662a56af8abb9e24f29d74c3cd to your computer and use it in GitHub Desktop.
Save raspiduino/56d14c662a56af8abb9e24f29d74c3cd to your computer and use it in GitHub Desktop.
Simple hack for AVR simulator IDE

Simple hack for AVR simulator IDE

Disclaimer: By using this script (Microsoft Windows registry .reg script), you agreed that you use it as your own risk. We provided it WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Intro

AVR simulator IDE is a wonderful AVR simulator program, but it has only 30 times x 60 minutes per time try. So I have done many things to increase the limit, then I finally did it and want to share it with you!

Code

Simply it's just a registry hack:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Data\Microsoft]
"Variable"="10485751"

This was confirmed to work on Windows 10. Basicly it just set the tried time to 1 so you can try it forever!

P/S: Thanks for Nirsoft's RegFromApp for helping me to track registry changes!

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Data\Microsoft]
"Variable"="10485751"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment