#209037 - 2014-06-27 12:14 PM
Kix32 version 4.61 able to run on Windows 8.1?
|
LingCW
Just in Town
Registered: 2014-06-27
Posts: 1
Loc: Malaysia
|
Hi guys, I want to make sure whether Kix32 version 4.61 is able to run on Windows 8.1? Whenever I boot up my PC, kix32 would not run successfully as the error occur as below:
Sending resync command to local computer The following error occurred: Access is denied.(0x80070005)
But Somehow, kix32 can run successfully after a cool shutdown sometimes. I also try for kix32 version 4.63 and 4.64 but failed also.
|
|
Top
|
|
|
|
#211060 - 2016-02-02 01:49 PM
Re: Kix32 version 4.61 able to run on Windows 8.1?
[Re: RUgolini]
|
BradV
Seasoned Scripter
  
Registered: 2006-08-16
Posts: 687
Loc: Maryland, USA
|
Not solving your problem, but your code is very inefficient. Instead of executing the macro repeatedly, set it to a variable once, then test against the variable.
Then, with your if statements, they all have to be executed. I think using a select case construct would be more efficient:
Select
Case $PTYPE = "Windows 6.1 /1"
$OSTYPE = "Workstation"
Case $PTYPE = "Windows 10 Pro(N)"
$OSTYPE = "Workstation"
etc
EndSelect
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 2220 anonymous users online.
|
|
|