slmgr /ipk your_license_key
Replace your_license_key
with following volumn license keys according to Windows Edition:
# 1MB | |
dd if=/dev/zero of=test.img bs=1024 count=0 seek=1024 | |
# 10MB | |
dd if=/dev/zero of=test.img bs=1024 count=0 seek=$[1024*10] | |
# 100MB | |
dd if=/dev/zero of=test.img bs=1024 count=0 seek=$[1024*100] | |
# 10BG |
[Desktop Entry] | |
Categories=Development; | |
Comment=Supercharge your API workflow | |
Exec="/home/hauthorn/Programs/Postman/Postman" | |
Icon=/home/hauthorn/Programs/Postman/app/resources/app/assets/icon.png | |
Name=Postman | |
Terminal=false | |
Type=Application | |
Version=1.0 |