Topic: Win10XPE App plugins request  (Read 20246 times)

Re: Win10XPE App plugins request
« Reply #20 on: February 06, 2019, 06:56:44 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi James,

No need to jump posts with words "Fabricated Incompatibility"
It is to me "Fabricated" and I always stand behind my words unless It is proven wrong. Eg. Respod to your post
So far on various posts and topics not proven.
.............
Shortly I call this "Fabricated Incompatibility" you call it "Incompatibility"
In the end plugins developed so far not compatible to Win10XPE direclty.
( well I use them with Win10XPE here anyway )


You miss a point ( a lot but I decide to not mention on this post )
An end user  Bigbadmoshe ask for help to get some Win10PESE plugins work with Win10XPE
Reply 8
http://theoven.org/index.php?topic=2722.msg31404#msg31404

Your post acts like an Amigo Leader that only serves to give reason to have fun to some posters but  not Bigbadmoshe.
I am sure It will be very easy to help Bigbadmoshe when he feedbacks.

Your post : I mean things you write, not personally you.

@Bigbadmoshe

It is an now old thing that comes and goes, It will slowly settle down in future,
 your post do not cause an issue, after your feedback things will continue  :grin:

Re: Win10XPE App plugins request
« Reply #21 on: February 07, 2019, 01:14:17 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
So i used the code checker to make sure that code was converted if need be.

These worked fine:
CMD Settings_Color
CMD Settings_Console
CMD Settings_Options Layout
ContextMenu_ShellNew

These:
Tweak Visual Effects
Tweak UserPreferencesMask

Have a PESE Syntax that XPE does not like. I am not sure how to convert it.

Original:
Code: [Select]
RegWriteBinaryBit,1,2,%NewBit%,HKLM,0x3,"Tmp_Default\Control Panel\Desktop",UserPreferencesMask

From Magic Wand:
Code: [Select]
RegWriteBin[Ex],HKLM,0x3,"Tmp_Default\Control Panel\Desktop",UserPreferencesMask,53,00,55,00,00,00
RegWrite,HKLM,0x3,Section,Key(Binary),00,01,00

Re: Win10XPE App plugins request
« Reply #22 on: February 07, 2019, 01:28:02 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
I wanted to answer on the off-topic, but you were faster
(
It seems that we are on a loop about the incompatibility or fabricated situation. Not very cheerful

Again, if useful!
It is clear that it was initially designed to be independent of WB, SE. It was intentional
I was focused on the new design, free and independent, without really wanting to go further.
No plugin, so no incompatibility with them, no competition ... 

Then some requests to add Apps arrived
I tried to explain myself here
Also, the reading of "Win10XPE Project" topic speaks for itself on the creation of the first plugins and macros
example to integrate firefox 55.0.3 64-bits manually Reply #34
how to integrate an application Reply #59 and following post
No simple way to use the existing plugins and more than 80 plugins developed before you came back to bring back the lost sheep
I like the simplicity and the building speed of Win10XPE so no really desire to change on my side

It results on 2 branches, not really great but most users can live with that and so do we.
I'm going to stop justifying myself of the choices made, I Kown I can't convince you.
But I hope I'm not going to see a new fabricated situation from this state.

Closed parenthesis on my side.   :great:
It's probably because I didn't close it  :wink: Closed parenthesis onmy side too :great:
)
I wouldn't want to have to move, sorry for the inconvenience,

Re: Win10XPE App plugins request
« Reply #23 on: February 07, 2019, 02:16:16 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
I am sorry. I did not fully understand.

I was reporting on what i found. If there is no point please let me know.

Re: Win10XPE App plugins request
« Reply #24 on: February 07, 2019, 02:35:13 PM »

ChrisR

  • Moderator, XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Forget it, you are not concerned, it doesn't matter :wink:

Re: Win10XPE App plugins request
« Reply #25 on: February 07, 2019, 03:05:21 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
So i used the code checker to make sure that code was converted if need be.
not required.

These worked fine:
CMD Settings_Color
CMD Settings_Console
CMD Settings_Options Layout
ContextMenu_ShellNew
Good news.  :thumbsup:

These:
Tweak Visual Effects
Tweak UserPreferencesMask

Have a PESE Syntax that XPE does not like. I am not sure how to convert it.

you can not, but as I wrote before you can workaround:
will not work (with or without conversion) but you can work around that

==>
Follow James advices:
If You Want PESE Features - Then Use PESE Project
Build Win10PESE with Tweak UserPreferencesMask and Tweak Visual Effects you prefer.


Tweak UserPreferencesMask :

after build finishes
Go to CodeBox
(eg. Using CodeBox: http://theoven.org/index.php?topic=2672.0 )

copy paste and run following:
Code: [Select]
If,ExistFile,%api%,AddVariables,%api%,ApiVar,Global
//--
RegHiveLoad,Tmp_Default,%RegDefault%
RegRead,HKLM,"Tmp_Default\Control Panel\Desktop",UserPreferencesMask,%t%
RegHiveUnLoad,Tmp_Default
FileCreateBlank,%ProjectTemp%\Bigbadmoshe.txt
TxtAddLine,%ProjectTemp%\Bigbadmoshe.txt,"RegHiveLoad,Tmp_Default,#$pRegDefault#$p",Append
TxtAddLine,%ProjectTemp%\Bigbadmoshe.txt,"RegWrite,HKLM,0x4,#$qTmp_Default\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects#$q,VisualFXSetting,3",Append
TxtAddLine,%ProjectTemp%\Bigbadmoshe.txt,"RegWrite,HKLM,#$qTmp_Default\Control Panel\Desktop#$q,UserPreferencesMask,%t%",Append
TxtAddLine,%ProjectTemp%\Bigbadmoshe.txt,"RegHiveUnLoad,Tmp_Default",Append
Call,StartDocNotepad,%ProjectTemp%\Bigbadmoshe.txt

This will open 4 lines of codes, put it to Win10XPE a proper place or better to your personal plugin.

Such settings is quite personal, and mostly a one time operation.  :wink:

*
I will check how you can grab Tweak Visual Effects plugin things later.... :turtle:

Re: Win10XPE App plugins request
« Reply #26 on: February 07, 2019, 03:21:50 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Chris,

I quote "Fabricated Incompatibility" related posts to other topic

Fabricated Discussion topic , Reply 15 and later.
http://theoven.org/index.php?topic=2697.msg31442#msg31442

I will respond later, I have to go now.... :turtle:
« Last Edit: February 07, 2019, 03:22:11 PM by Lancelot »

Re: Win10XPE App plugins request
« Reply #27 on: February 07, 2019, 03:50:03 PM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Thanks @Lancelot

Re: Win10XPE App plugins request
« Reply #28 on: February 07, 2019, 05:38:51 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
If possible can we get these extras from PESE
Most Some of them should already compatible to Win10XPE

test and see.  :wink:

Never mind he got the answer without doing any homework first..
That is what I have come to realize about these type of posts...

Re: Win10XPE App plugins request
« Reply #29 on: February 07, 2019, 11:52:27 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi Chris,

I will respond later, I have to go now.... :turtle:

Respond here Reply 25 and move on
http://TheOven.org/index.php?topic=2697.msg31459#msg31459

:turtle:

Re: Win10XPE App plugins request
« Reply #30 on: February 07, 2019, 11:53:20 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
That is what I have come to realize about these type of posts...

Forum world........ with more experience you will learn more.  :thumbsup:

Re: Win10XPE App plugins request
« Reply #31 on: February 07, 2019, 11:58:57 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Thanks @Lancelot

I just have a quick look to "Tweak Visual Effects"

some settings are same with "Tweak UserPreferencesMask"
(It is designed that way by ms)

For other settings, you can easily create a personal plugin (addition to the one I wrote before) for such things.

Edit: These are very personal settings and only done once. (one time operation)

 Let me know if you need one of "Tweak Visual Effects" that is not included at  "Tweak UserPreferencesMask".

:turtle:
« Last Edit: February 07, 2019, 11:59:48 PM by Lancelot »

Re: Win10XPE App plugins request
« Reply #32 on: February 25, 2019, 09:02:59 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
2 Request please.

I did try to make them myself, but @james you just do it better.

https://www.passmark.com/products/keytest.htm
https://www.passmark.com/products/monitortest.htm

Re: Win10XPE App plugins request
« Reply #33 on: February 25, 2019, 03:28:07 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272

Re: Win10XPE App plugins request
« Reply #34 on: April 15, 2019, 08:23:24 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Please when you have time @James

Easy DISM
http://theoven.org/index.php?topic=933.0

Re: Win10XPE App plugins request
« Reply #35 on: April 17, 2019, 08:03:20 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James Another great tool

Tweaking.com - Hardware Identify
https://www.tweaking.com/content/page/tweaking_com_hardware_identify.html

Thank you

Re: Win10XPE App plugins request
« Reply #36 on: April 17, 2019, 01:56:07 PM »

James

  • Grand Chef
  • *****
  • Location: USA
  • Date Registered: Dec 2017
  • Posts: 2272
PCI-Z same concept..

Re: Win10XPE App plugins request
« Reply #37 on: May 27, 2019, 11:53:32 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Hi James.

PassMark BatteryMon
https://www.passmark.com/products/batmon/index.php

Includes a x86 & x64 exe. Can you make this for us. as well as an auto launch?

Re: Win10XPE App plugins request
« Reply #38 on: June 02, 2019, 07:33:59 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
Hi James.

Thank you for all the amazing work you do for us.

Another request please.

Is it possible to add fastcopy with context menu.

https://fastcopy.jp/en/

Re: Win10XPE App plugins request
« Reply #39 on: June 03, 2019, 08:23:05 AM »
  • Location: Israel
  • Date Registered: Dec 2017
  • Posts: 444
@James

Thank you for all the amazing XPEPlugins.

Here is another great tool. Please add when you can.

MiniTool® Power Data Recovery
Powerful software capable of recovering files lost by human errors, system crash or hard drive failure.
Preview a variety of recoverable files before restoring.

https://www.minitool.com/data-recovery-software/free-for-windows.html

 

Powered by EzPortal