How to disable WebView?

M

mich1985

Hello all,
at the moment i try to disable WebView as default. In my first test i
have tried to set the WebView key with the following reg settings in
td:

...\RegMigrate\HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
...\RegMigrate\HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

But these keys are not working. After this i have tried to set the
WebView key after FBA with a RunOnce key.

...\RegMigrate\HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce
Value: cmd.exe /C %10%\regedit.exe %10%\Reg_WebView.reg

But this doesn't work too. After the RunOnce step the Explorer starts
and change the WebView value to 1.
So i have tried to use RunOnceEx -> doesn't work...

If i execute the reg file manually after explorer has started it works
fine.
For information the command window pops up and ask for merging the reg
file in all tests just the RunOnceEx will not be executed.
Is there any api to disable WebView?

Regards,
flo
 
K

KM

flo,

How about calling to regedit (btw, with /s switch added for silent operation) from within a cmd or bat file? then you can place the
batch file to Explorer's StartUp menu (Use All Users\Start up folder).

If you make the batch file self-cleaning (just add "del" command at the end of the file) and force one more reboot from the script
(fba -reboot will do the job), you will end up with the properly and automatically set up system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top