poniedziałek, 30 października 2023

niedziela, 10 marca 2019

Bypass UEFI provided Windows Key

E.g. if you want to install Windows Professional Box on computer with Windows Home OEM:

1. Create bootable pendrive with Windows from DVD.

2. Create file /sources/PID.txt with content:

[PID]
Value=[youre product key here]

piątek, 22 lutego 2019

Recording application activity

java -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=duration=60s,filename=myrecording.jfr -jar app.jar
source