Topic: Internet Explorer 11 - Win10PESE x64 - Plugin  (Read 7808 times)

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #20 on: March 14, 2018, 04:08:45 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Plugin Interface (only) updated.  Version changed to v.4

Original post updated.
« Last Edit: March 14, 2018, 04:27:07 PM by bob.omb »

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #21 on: April 03, 2018, 02:14:07 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Updated plugin to v5 in original post.

Added:

Code: [Select]
Require_FileQ,mfsrcsnk.dll
Require_FileQ,mp3dmod.dll

For embedded MP3 audio  :thumbsup:

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #22 on: April 13, 2018, 03:56:31 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Plugin updated in original post to v.6

*Added compatibility for Component Plugin Cache
« Last Edit: April 13, 2018, 04:06:22 AM by bob.omb »

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #23 on: May 06, 2018, 12:24:08 AM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
Plugin updated in original post to v.7

*Added compatibility for Win10 v1803
« Last Edit: October 14, 2018, 06:12:25 PM by bob.omb »

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #24 on: May 07, 2018, 01:49:48 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
What can be downloaded without being an administrator, could you get it? Is that every time I use the logon admin script, I create a folder in the menu called startup (home in Spanish) that is empty and I can not delete it.
I can delete those of the default user since they are already created, but not those of the administrator since they are resumed during the boot.
That's why I was asking if something could be done to not need administrator credentials.

Greetings.

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #25 on: May 20, 2018, 08:13:41 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
If you delete default user startup folder when admin script is used it should fix...

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #26 on: May 21, 2018, 01:27:01 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
If you delete default user startup folder when admin script is used it should fix...
How do I do it? Try hiding it from the pecmd file. But it does not work either.

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #27 on: June 01, 2018, 04:47:26 PM »

bob.omb

  • Code Baker
  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Jul 2017
  • Posts: 1261
If you delete default user startup folder when admin script is used it should fix...
How do I do it? Try hiding it from the pecmd file. But it does not work either.

I must have been busy when you posted this because I don't remember seeing it.  Sorry about the wait for an answer..

A while back I was also having issues removing the Startup folder, I couldn't identify what was creating it, it seemed like during boot it would appear no matter what I did. 

I was suggesting to you to add after loginasadmin in some plugin to delete the folder like: (I would make a variable instead of retyping the path in each section but this is so you can see what it is)
Code: [Select]
If,ExistDir,%TargetDir%\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup,Shellexecute,Hide,cmd.exe,"/C rd /s /q #$q%TargetDir%\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup#$q"
If,ExistDir,%TargetDir%\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup,Call,DirDelete,%TargetDir%\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup


I didn't try the above method, but if it works its better than what I am currently doing..

What I do.. Is add a delete command for the folder during boot in the autorun.cmd - The easiest way to do this is with ComponentsY>Additional Registry

In the end of the [Registry Main] section add the below lines:
Code: [Select]
// <----------Additional AutoRun - Anything formatted correctly below this line runs LAST on boot---------->
//-
// Remove Startup folder from StartMenu
If,ExistFile,%target_sys%\autorun.cmd,Begin
  TXTDelLine,%target_sys%\autorun.cmd,exit
  TXTAddLine,%Target_Sys%\autorun.cmd,"RD /s /q #$qX:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup#$q",Append
  TXTAddLine,%target_sys%\autorun.cmd,exit,Append
End
//-

If you do not use loginasadmin plugin change the username in the path above: Administrator ===> Default
« Last Edit: June 01, 2018, 04:55:47 PM by bob.omb »

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #28 on: June 02, 2018, 04:33:49 PM »

teik

  • Chef
  • ***
  • Date Registered: Nov 2016
  • Posts: 250
Hi @bob.omb

Thank you very much. Solved. I was tired of the empty folder appearing.

Re: Internet Explorer 11 - Win10PESE x64 - Plugin
« Reply #29 on: August 06, 2018, 10:26:45 AM »

eswaralal

  • Apprentice
  • *
  • Date Registered: Aug 2018
  • Posts: 3
Do we have any script to add IE to x86 Build , If its  please share the script that would be great.



Thanks in advance.....

 

Powered by EzPortal