Jump to content

WPI question


Recommended Posts

in wpi 7.7 i used this command in setupcomplete.cmd to run it from usb.


REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "Disable Script Debugger" /T "REG_SZ" /D "no" /F
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /V "DisableScriptDebuggerIE" /T "REG_SZ" /D "no" /F


for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI\wpi.hta Start %%i:\WPI\wpi.hta
echo Found CD-Rom as drive %CDROM%

How is this done in wpi8.0?

Iv searched but without luck. Maybe im searching for the wrong thing?.

Keep up the good work. And thanks for the new version :).

Link to comment
Share on other sites


for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WPI\wpi.exe Start %%i:\WPI\wpi.exe  echo Found CD-Rom as drive %CDROM%

DO NOT POINT TO WPI\Common\wpi.hta!!!

The exe was created with certain uses built in!

Edited by Kelsenellenelvian
Link to comment
Share on other sites

Lets see:

Runs as admin.

Adds regentries to prevent reboot issue with office apps.

Calls mshta to run WPI in either 32 bit or 64 bit mode.

Prevents the bug of IE not being set as the default browser. (Rare issue but still there nonetheless)

LOTS of stuff...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...