Fix some values not being changed
This commit is contained in:
parent
c74628226a
commit
ed83e6116c
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
scriptName="UUP Converter v0.5.1"
|
scriptName="UUP Converter v0.5.2"
|
||||||
UUP_CONVERTER_SCRIPT=1
|
UUP_CONVERTER_SCRIPT=1
|
||||||
|
|
||||||
if [ -f `dirname $0`/convert_ve_plugin ]; then
|
if [ -f `dirname $0`/convert_ve_plugin ]; then
|
||||||
|
@ -1123,6 +1123,12 @@ ed DigitalProductId4
|
|||||||
1272
|
1272
|
||||||
$2
|
$2
|
||||||
s
|
s
|
||||||
|
nv 1 ProductId
|
||||||
|
ed ProductId
|
||||||
|
$3
|
||||||
|
nv 1 EditionId
|
||||||
|
ed EditionId
|
||||||
|
$4
|
||||||
cd \\
|
cd \\
|
||||||
cd \Microsoft\Windows NT\CurrentVersion\DefaultProductKey2
|
cd \Microsoft\Windows NT\CurrentVersion\DefaultProductKey2
|
||||||
nv 1 ProductId
|
nv 1 ProductId
|
||||||
|
Loading…
Reference in New Issue
Block a user