https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=community&channel=Stable&version=VS18
https://c2rsetup.officeapps.live.com/c2r/downloadVS.aspx?sku=enterprise&channel=Stable&version=VS18
| Windows CE 4: | |
| XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
| Windows CE 5: | |
| XVQBX-JJGYD-YJXGH-4TCMB-G6VVQ | |
| Windows Embedded CE 6: | |
| PYHYP-WXB3B-B2CCM-V9DX9-VDY8T | |
| Windows Embedded Compact 7: |
| Windows 7 Ultimate Retail Offline Activation Key | |
| BR6G7-729GM-DQDQW-F9M4P-MM2JX | |
| J6XG4-8JFTF-43CHH-8Q2VW-KHQH6 | |
| YQMCM-3W6TK-YXP66-GKCJV-PX7PH | |
| [Tested working on 18 June 2013] | |
| ================================================================================= | |
| Windows 7 Pro / Enterprise Online Activation MAK Key |
| Windows 7 Ultimate Retail Offline Activation Key | |
| BR6G7-729GM-DQDQW-F9M4P-MM2JX | |
| J6XG4-8JFTF-43CHH-8Q2VW-KHQH6 | |
| YQMCM-3W6TK-YXP66-GKCJV-PX7PH | |
| [Tested working on 18 June 2013] | |
| ================================================================================= | |
| Windows 7 Pro / Enterprise Online Activation MAK Key |
| #!/usr/bin/python3 | |
| """ | |
| Copyright 2021 Mygod | |
| Licensed under the Apache License, Version 2.0 (the "License"); | |
| you may not use this file except in compliance with the License. | |
| You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 |
| ## This Script is intended to be used for Querying remaining time and resetting Terminal Server (RDS) Grace Licensing Period to Default 120 Days. | |
| ## Developed by Prakash Kumar (prakash82x@gmail.com) May 28th 2016 | |
| ## www.adminthing.blogspot.com | |
| ## Disclaimer: Please test this script in your test environment before executing on any production server. | |
| ## Author will not be responsible for any misuse/damage caused by using it. | |
| Clear-Host | |
| $ErrorActionPreference = "SilentlyContinue" | |
| ## Display current Status of remaining days from Grace period. |
| /* | |
| * tiny_IRremote | |
| * Version 0.2 July, 2016 | |
| * Christian D'Abrera | |
| * Fixed what was originally rather broken code from http://www.gammon.com.au/Arduino/ | |
| * ...itself based on work by Ken Shirriff. | |
| * | |
| * This code was tested for both sending and receiving IR on an ATtiny85 DIP-8 chip. | |
| * IMPORTANT: IRsend only works from PB4 ("pin 4" according to Arduino). You will need to | |
| * determine which physical pin this corresponds to for your chip, and connect your transmitter |