Jump to content











Photo
- - - - -

Abnormal display of icons created on the desktop "explorer " in a WinPE built manually


  • Please log in to reply
11 replies to this topic

#1 noel

noel

    Frequent Member

  • Advanced user
  • 178 posts
  • Location:nantes
  •  
    France

Posted 18 January 2019 - 11:36 AM

hi,

I build a WinPE without using Winbuilder. I'm sure I'm not the only one who wants to do this.

I added files and keys to get the desktop view from  "Explorer " and the ability to log on with the account  "Administrator ".
The operation is generally correct.

The minor anomaly that I see certainly hides other anomalies.

And I also know that it is not easy to provide help when the context is also specific.

 

1-Winpeshlp. exe launches a-Explorer.exe and b-CMD.exe
2-After displaying the desktop, b-CMD.exe creates an icon on the desktop and takes the image in Shell32.dll: The icon image display is correct
3-with the keys  "Windows + R ", I run Notepad.exe
4-the b-CMD.exe creates a new icon on the desktop and takes the image in Shell32. ll:
The icon image display is incorrect: small white image
5-Kill/Start Explorer: Same anomaly

 

So it seems that the use of ShellExecuteExW is the cause of this display anomaly.

Obviously, a WinPE built with WinBuilder does not present this anomaly.

But maybe someone has already met and found a solution to this anomaly.
 Or maybe someone will have an idea to orient my research.

It's a bottle thrown at the sea.
Thanks in advance

 



#2 Tokener

Tokener

    Frequent Member

  • Developer
  • 378 posts

Posted 18 January 2019 - 07:06 PM

Dear noel

some other facts are of interest to provide a solution.

1 OS-Architecture of the PE?

2 are there correctly displayed icons on the desktop?

3 can you confirm the target of the Link (Icon) is valid?

   (I guess you set "Icon" = "Shortcut" (= "Link") ?)

4 What tool created this PE-Build?

 

Regards   T.



#3 noel

noel

    Frequent Member

  • Advanced user
  • 178 posts
  • Location:nantes
  •  
    France

Posted 18 January 2019 - 10:02 PM

Dear ReTokener,

First, you understand my english is very poor. So, I beg your pardon if my text is confuse.

I wrote a big Powershell Script severals year ago. Because i want to learn how to add the desktop "explorer.exe".
This script launches dism, reg ...No things complexe.
The more difficult was to identifie files and keys. Procmon it a good tool for that.
And since many years, with many versions of winpe/windows, i have this "bug".

The same boot.wom file expanded in a VHD file (Flat Mode Winpe) works very well and creats the shotcuts and displays the picture.
This "bug" comes only this a "ramdisk winpe" = "ISO file for DVD" or "boot.wim in a USB stick" with the same boot.wim file.
I can say :
if the BCD file contains :
device = ramdisk=[boot]\sources\boot.wim --> The pictures of the shortcuts are poorly displayed if before and somewhere in the life of winpe i use a way that active the ShellExecuteExW API
device = vhd=[H:]\sources\winpe.vhd --> Images are always displayed correctly
note: winpe.vhd contains the expanded files of the same and unique boot.wim
So, my question is not about the creation of the shortcut.
I think i miss some keys.

I can compare with files/keys of a "WinpeBuilder build". But it's complexe. And i don't know how to do because too many data.

note: i use "my" winpe with WMP, Remote Desktop, WPD/MTP (smartphone) and many others features. All these features work very well for many years.
Buts this bug with ISO and shortcut is still there, overs many years.

If you know a method to investigate, please, say to me.

Regards

#4 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 20 January 2019 - 05:00 AM

Hi, noel

 

I can compare with files/keys of a "WinpeBuilder build". But it's complexe. And i don't know how to do because too many data.

 

about explorer addition is in blow:

 

WimBuilder2\Projects\WIN10XPE\01-Components\00-Shell\Explorer\submain.bat

@echo off
if not "x%opt[shell.app]%"=="xexplorer" goto :EOF


call AddFiles %0 :end_files
goto :end_files


\Windows\SystemResources\Windows.UI.ShellCommon
@\Users\Default\AppData\Roaming\Microsoft\Windows\SendTo\
Compressed (zipped) Folder.zfsendtotarget
Desktop (create shortcut).DeskLink
desktop.ini


; Windows Trusted Runtime Interface Driver
\Windows\System32\drivers\WindowsTrustedRT.sys


; Computer Management shortcut
\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\Computer Management.lnk


; Explorer
\Windows\explorer.exe
\Windows\??-??\explorer.exe.mui


\Windows\System32\%WB_PE_LANG%\comctl32.dll.mui


@\Windows\System32\
comctl32.dll
+mui
actxprxy.dll,AppHelp.dll,AppResolver.dll,atlthunk.dll,avifil32.dll,clip.exe,Clipc.dll
control.exe,comsvcs.dll,CoreMessaging.dll,CoreUIComponents.dll,cscapi.dll
ctfmon.exe,desk.cpl,edputil.dll
ELSCore.dll,IconCodecService.dll,imageres.dll,InfDefaultInstall.exe
InputSwitch.dll,mfperfhelper.dll
MrmCoreR.dll,mscories.dll,MsCtfMonitor.dll,msutb.dll,mycomput.dll,policymanager.dll,pdh.dll,PhotoMetadataHandler.dll,pnputil.exe
ProximityCommon.dll,ProximityCommonPal.dll,ProximityService.dll,ProximityServicePal.dll
rmclient.dll,rshx32.dll,sendmail.dll
SettingSyncCore.dll,SharedStartModel.dll,ShellCommonCommonProxyStub.dll,shfolder.dll,shutdown.exe
StartTileData.dll,stobject.dll,systemcpl.dll,TDLMigration.dll,TextInputFramework.dll,thumbcache.dll
twinapi.appcore.dll,twinapi.dll,twinui.appcore.dll,twinui.pcshell.dll,UIAnimation.dll,UIRibbon.dll,UIRibbonRes.dll
VEEventDispatcher.dll,Windows.Gaming.Input.dll,Windows.Internal.Shell.Broker.dll,Windows.Networking.Connectivity.dll,WorkFoldersShell.dll,zipfldr.dll
windows.immersiveshell.serviceprovider.dll


+ver > 17000
cdp.dll,dsreg.dll,VEEventDispatcher.dll


+ver >17700
; shellstyle.dll(.mui) is now in \Windows\resources\themes\aero\shell\normalcolor
\Windows\resources\Themes\aero\shell


; dll for StateRepository (AppRepository). The StateRepository service is not registered in the Registry
StateRepository.core.dll,Windows.StateRepository.dll
Windows.StateRepositoryBroker.dll,Windows.StateRepositoryClient.dll


+ver <= 17700
shellstyle.dll


; remove ver check (add with any ver)
+ver*


; Advanced system setting
sysdm.cpl,DeviceProperties.exe,SystemPropertiesAdvanced.exe,SystemPropertiesComputerName.exe
systempropertieshardware.exe,systempropertiesperformance.exe
systempropertiesremote.exe


; Device Manager cpl
hdwwiz.cpl,hdwwiz.exe


; Timedate Mouse Region, Language cpl 
timedate.cpl,main.cpl,intl.cpl


; Browse Folder
ExplorerFrame.dll


; DragAndDrop (d2d1.dll,ksuser.dll already in Winre.wim)
DataExchange.dll,dcomp.dll,d3d11.dll,dxgi.dll
;d2d1.dll,ksuser.dll


; CopyProgress
-mui
chartv.dll,OneCoreUAPCommonProxyStub.dll


; Eject usb
+mui
DeviceCenter.dll,DeviceEject.exe,StorageContextHandler.dll


; System Information (Optional)
msinfo32.exe


; Map a network drive also in network addition
netplwiz.dll,netplwiz.exe


; Sharing from explorer
dtsh.dll,shpafact.dll,networkexplorer.dll,provsvc.dll


; Addional Cmds
cacls.exe,Comp.exe,choice.exe,Fc.exe,findstr.exe
Help.exe,Label.exe,Makecab.exe,sc.exe,Sort.exe


; ShellHWDetection
shsvcs.dll


; Taking Ownership (Appinfo and ProfSvc services). ProfSvc services already here (profsvc.dll,profsvcext.dll,provsvc.dll,objsel.dll)
appinfo.dll,appinfoext.dll,objsel.dll


; Version Info
winver.exe


:end_files

rem ==========update registry==========


rem =====================Reg_Theme=====================
reg import "%~dp0Themes_RegDefault.reg"
if not "x%opt[build.registry.software]%"=="xfull" (
  call REGCOPY HKLM\Software\Microsoft\Direct3D
  call REGCOPY HKLM\Software\Microsoft\DirectDraw
  call REGCOPY HKLM\Software\Microsoft\DirectInput
  call REGCOPY HKLM\Software\Microsoft\DirectMusic
  call REGCOPY HKLM\Software\Microsoft\DirectPlay
  call REGCOPY HKLM\Software\Microsoft\DirectPlay8
  call REGCOPY HKLM\Software\Microsoft\DirectPlayNATHelp
  call REGCOPY HKLM\Software\Microsoft\DirectShow
  call REGCOPY HKLM\Software\Microsoft\DirectX


  call REGCOPY HKLM\Software\Microsoft\RADAR
  call REGCOPY "HKLM\Software\Microsoft\Windows\CurrentVersion\Control Panel"
  call REGCOPY "HKLM\Software\Microsoft\Windows\CurrentVersion\Controls Folder"
  call REGCOPY HKLM\Software\Microsoft\Windows\CurrentVersion\Themes
)


call REGCOPY HKLM\SYSTEM\ControlSet001\Services\CoreMessagingRegistrar
call REGCOPY HKLM\SYSTEM\ControlSet001\Services\Themes
call REGCOPY HKLM\SYSTEM\ControlSet001\Services\WindowsTrustedRT
reg add HKLM\Tmp_SYSTEM\Setup\AllowStart\Themes /f
reg add HKLM\Tmp_SYSTEM\Setup\AllowStart\CoreMessagingRegistrar /f


:Reg_Explorer


rem =====================Reg_Explorer=====================
call REGCOPY HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer
call REGCOPY HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
call REGCOPY HKLM\Software\Microsoft\Windows\CurrentVersion\CloudStore


reg import "%~dp0Explorer_RegDefault.reg"
reg import "%~dp0Explorer_RegSoftware.reg"
reg add "HKLM\Tmp_Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v shell /d explorer.exe /f


rem =====================Reg_ShellHWDetection=====================
call REGCOPY HKLM\SYSTEM\ControlSet001\Services\ShellHWDetection
 
 
you can check the file list, and registy items, if you missed.
 
reg import "%~dp0Themes_RegDefault.reg"
reg import "%~dp0Explorer_RegDefault.reg"
reg import "%~dp0Explorer_RegSoftware.reg"
 

you can find in WIN10XPE project.


Edited by slore, 20 January 2019 - 05:02 AM.


#5 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 20 January 2019 - 05:25 AM

I commented out the registy items, find out, show the explorer shell, and create shortcut normally with just:

 

rem ==========update registry==========
:Reg_Explorer
reg add "HKLM\Tmp_Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v shell /d explorer.exe /f

so check the file list what you may miss.

 

and build core did:

  • RegCopy HKLM\Software\Classes\AppID
  • RegCopy HKLM\Software\Classes\CLSID
  • RegCopy HKLM\Software\Classes\Interface
  • RegCopy HKLM\Software\Classes\TypeLib
and 
     full catroot
 
 
 
reduce some files:
@echo off
if not "x%opt[shell.app]%"=="xexplorer" goto :EOF


call AddFiles %0 :end_files
goto :end_files


\Windows\SystemResources\Windows.UI.ShellCommon
; Explorer
\Windows\explorer.exe
\Windows\??-??\explorer.exe.mui
\Windows\System32\%WB_PE_LANG%\comctl32.dll.mui


@\Windows\System32\
comctl32.dll
+mui
actxprxy.dll,AppHelp.dll,AppResolver.dll,atlthunk.dll,avifil32.dll
comsvcs.dll,CoreMessaging.dll,CoreUIComponents.dll,cscapi.dll
edputil.dll,ELSCore.dll,IconCodecService.dll,imageres.dll,InfDefaultInstall.exe
InputSwitch.dll,mfperfhelper.dll
MrmCoreR.dll,mscories.dll,msutb.dll,mycomput.dll,policymanager.dll,pdh.dll,PhotoMetadataHandler.dll
ProximityCommon.dll,ProximityCommonPal.dll,ProximityService.dll,ProximityServicePal.dll
rmclient.dll,SettingSyncCore.dll,SharedStartModel.dll,ShellCommonCommonProxyStub.dll,shfolder.dll,shutdown.exe
StartTileData.dll,stobject.dll,systemcpl.dll,TDLMigration.dll,TextInputFramework.dll
twinapi.appcore.dll,twinapi.dll,twinui.appcore.dll,twinui.pcshell.dll,UIAnimation.dll
VEEventDispatcher.dll,Windows.Gaming.Input.dll,Windows.Internal.Shell.Broker.dll,Windows.Networking.Connectivity.dll,WorkFoldersShell.dll


+ver >17700
; shellstyle.dll(.mui) is now in \Windows\resources\themes\aero\shell\normalcolor
\Windows\resources\Themes\aero\shell
+ver <= 17700
shellstyle.dll
; remove ver check (add with any ver)
+ver*

; Browse Folder
ExplorerFrame.dll
:end_files

reg add "HKLM\Tmp_Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v shell /d explorer.exe /f

Edited by slore, 20 January 2019 - 06:06 AM.


#6 noel

noel

    Frequent Member

  • Advanced user
  • 178 posts
  • Location:nantes
  •  
    France

Posted 20 January 2019 - 04:52 PM

Hi slore,

A great thank you. Now it is more easy to compare.

By the way, what could be the origin of a behavioral difference between ISO and Flat (uncompressed boot. wim) with exactly the same objects.
The most visible difference is their decompression in a VHD instead of being visibles into a RAMDisk

Please, because i'm lost in all sites, give me a link to download your good tools WimBuil2.

Merci. Thank

#7 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 20 January 2019 - 05:07 PM

Hi, noel

 

you are welcome.

 

Project is here: https://github.com/s...lee/wimbuilder2

 

Direct download:

https://github.com/s...hive/master.zip

 

 

By the way, what could be the origin of a behavioral difference between ISO and Flat (uncompressed boot. wim) with exactly the same objects.

 

Sorry, I never make PE in Flat yet. 



#8 noel

noel

    Frequent Member

  • Advanced user
  • 178 posts
  • Location:nantes
  •  
    France

Posted 26 January 2019 - 05:27 PM

Hi slore,

Today, with your tool WimBuilder2-master, i build a winre with only "explorer"
My constant :
- I create a shortcut : right clic on the file "shutdown.bat" on the , "create shortcut" menu
- after, i change the icone and choose one in "shell32.dll"
Same issue like my build : a picture white on the desktop. Into the right corner of the picture, there is the little arrow which says "shortcut".

I thing you have the same displaying on your screen. But it's not really an issue.

By the way, in your tool, i must rename submain.bat to main.bat in the "explorer" folder
Applying Patch:C:\slore\wimbuilder2-master\Projects\WIN10XPE\01-Components\00-Shell\Explorer\main.bat
[MACRO]AddFiles "C:\slore\wimbuilder2-master\Projects\WIN10XPE\01-Components\00-Shell\Explorer\main.bat" :end_files
Without that, the build didn't contains "explorer"
I think you have already modify, but if not ....

Now, i try to add "administrator session" in your tool. If you have created the folder, please, send me it.

I think the difference with winpese comes with the tool used to create the Wim file, dism or the library libwim.
All files and key are good because every things work in a VHD mode Flat.

Created with the "winpese" tool is too complexe for me, GUI complexe for me without a good english. i'll try because i need but it's not funny for me me.

Some ideas ....

#9 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 27 January 2019 - 01:32 AM

I have to go out, here is a quick comment.

 

>Now, i try to add "administrator session" in your tool. If you have created the folder, please, send me it.

 

yesterday, I update a version with SwitchAdmin, please download the new one.

 

https://github.com/s...hive/master.zip

 

>submain.bat => main.bat

 

don't checkout WinXShell, or StartMenu, this cause "Shell" be uncheck...

 

and: 

WimBuilder2\Projects\WIN10XPE\01-Components\00-Shell\main.bat

call Explorer\submain.bat
call WinXShell\submain.bat
 
each submain.bat will check the opt[shell.app].
if not "x%opt[shell.app]%"=="xexplorer" goto :EOF
if not "x%opt[shell.app]%"=="xwinxshell" goto :EOF
 
 
>Language
 
if someone contribute the fr-FR.js translation, it will show to you with French.
now it have Chinese(zh-CN.js), Korean(ko-KR.js) resources.

Edited by slore, 27 January 2019 - 01:32 AM.


#10 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 27 January 2019 - 11:56 AM

- after, i change the icone and choose one in "shell32.dll"
Same issue like my build : a picture white on the desktop. Into the right corner of the picture, there is the little arrow which says "shortcut".

 

 

right click on a lot of files, then select the "create shortcut" menu, it works.

 

now, I know your shortcut icon issue. after change it to shell32.dll, yes I reproduce this issue.

 

I think it is because the file/folder RIGHT(ACL).

 

copy shell32.dll to X:\, then select this one, the ICON shows.

 

"winpese" project(WinBuilder) is extract the winre.wim files to folder, something changed by this method.

 

also my WimBuilder2 has an option--- change

 set USE_WIMLIB=0       =>         set USE_WIMLIB=1

in WimBuilder.cmd, will use wimlib extract files...(but now got black screen, I don't know why)

 

 

I can confirm that:

add \Windows\System32\shell32.dll in any AddFiles block, the shortcut icons will be fixed.

like:

D:\Dev\WimBuilder2\Projects\WIN10XPE\00-Configures\System\main.bat

call AddFiles %0 :end_files
goto :end_files
\Windows\System32\shell32.dll
...
The shortcut is minor issue for me now, after me finish 19H1 support patch updating,
I will see this, hope you find out the reason :)
 
Some built-in applications show Abnormal display(white icon) of icons in StartMemu, I found before,
NOW I know it is the same issue as yours.


#11 slore

slore

    Member

  • Members
  • 51 posts
  •  
    China

Posted 27 January 2019 - 12:09 PM

Now, i try to add "administrator session" in your tool. If you have created the folder, please, send me it.

 

 

 

Oh, forgot to tell you, the "Enable Administrator" Option is in Configures\System settings.

the additions is WimBuilder2\Projects\WIN10XPE\00-Configures\System\Admin\SwitchToAdmin.bat

rem ==========update filesystem==========


set VER_CNAME=.
if %VER[3]% GTR 17000 set VER_CNAME=.rs4.
if %VER[3]% GTR 17700 set VER_CNAME=.rs5.


call AddFiles %0 :end_files
goto :end_files


;in winre.wim activeds.dll,adsldpc.dll,BCP47mrm.dll,certca.dll,certcli.dll,CredProv2faHelper.dll,CredProvDataModel.dll,credprovhost.dll,credprovs.dll,credprovslegacy.dll,dfscli.dll,Faultrep.dll
;in winre.wim gpsvc.dll,joinutil.dll,logoncli.dll,LogonController.dll,msiltcfg.dll,netjoin.dll,ninput.dll,nlaapi.dll,profapi.dll,profext.dll,profsvc.dll,samcli.dll,SensApi.dll
;in winre.wim userinit.exe,usermgr.dll,usermgrcli.dll,UserMgrProxy.dll,weretw.dll,WerFault.exe,wersvc.dll,wincorlib.dll,Windows.Internal.UI.Logon.ProxyStub.dll,Windows.UI.CredDialogController.dll,Windows.System.RemoteDesktop.dll,wmiclnt.dll
;dll in PESE does not seem required apprepapi.dll,CredDialogBroker.dll,cscapi.dll,cscdll.dll,hnetcfg.dll,mtxex.dll,profprov.dll,runas.exe,runonce.exe,Sens.dll,Windows.Globalization.Fontgroups.dll,Windows.UI.Cred.dll + WinSxS and Manifests *_microsoft-windows-p..al-securitytemplate_*


\Windows\inf\wvmic_ext.inf


@\Windows\System32\
FontGlyphAnimator.dll,LogonUI.exe,profsvcext.dll
shacct.dll,threadpoolwinrt.dll,Windows.UI.dll,Windows.UI.Logon.dll


; 1709 uses Xaml.Resources.dll,1803 uses Xaml.Resources.rs4.dll and 1809 uses Xaml.Resources.rs5.dll, ...
; Keep both for compatibility with both versions
;Windows.UI.Xaml.Resources.dll,Windows.UI.Xaml.Resources.*.dll


Windows.UI.Xaml.Resources%VER_CNAME%dll


+ver > 17700
Windows.UI.Xaml.Controls.dll,Windows.ApplicationModel.dll
+ver*


Windows.UI.XamlHost.dll


+mui
;need install.wim's imageres.dll
imageres.dll
AuthExt.dll,InputSwitch.dll,twinapi.appcore.dll,Windows.UI.Immersive.dll
secedit.exe,seclogon.dll,tscon.exe,tsdiscon.exe,whoami.exe


; Windows.UI.Xaml.dll exist in all Language folders.
+mui(en-US,%WB_PE_LANG%)
Windows.UI.Xaml.dll


-mui
CoreMessaging.dll,CoreUIComponents.dll,InputHost.dll,MrmCoreR.dll,rmclient.dll,TextInputFramework.dll
\Windows\SystemResources\Windows.UI.Logon




:end_files


if not exist "%X_SYS%\tsdiscon.exe" (
  echo \033[97;101mERROR Switch to Admin needs tsdiscon.exe present in Education, Professional or Enterprise edition | cmdcolor.exe
)


call X2X
ren "%X_SYS%\startnet_%WB_PE_ARCH%.exe" startnet.exe
expand  Security.cab -F:* "%X_WIN%\Security"


rem use in :PECMD_ENTRY@last.bat
set PECMDINI=PecmdAdmin.ini


rem ==========update registry==========
call REGCOPY HKLM\SYSTEM\ControlSet001\Services\CoreMessagingRegistrar
reg add HKLM\Tmp_SYSTEM\Setup\AllowStart\CoreMessagingRegistrar /f


reg add HKLM\Tmp_Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
call RegCopy HKLM\System\ControlSet001\Services\seclogon
rem ACLRegKey Tmp_System\ControlSet001\Services\gpsvc
reg add HKLM\Tmp_System\ControlSet001\Services\gpsvc /v Start /t REG_DWORD /d 3 /f
rem ACLRegKey Tmp_System\ControlSet001\Services\TrustedInstaller
reg add HKLM\Tmp_System\ControlSet001\Services\TrustedInstaller /v Start /t REG_DWORD /d 3 /f


if %opt[system.admin_countdown]% GTR 0 (
  rem Enable Mouse Cursor (EnableCursorSuppression=0) or use Exec = Winpeshl.exe in PecmdAdmin.ini
  reg add HKLM\Tmp_Software\Microsoft\Windows\CurrentVersion\Policies\System /v EnableCursorSuppression /t REG_DWORD /d 0 /f
  call TextReplace "%X_SYS%\PecmdAdmin.ini" "CALL ADMIN#r#n//CALL SWITCHTOADMINQUESTION" "#//CALL ADMIN#r#nCALL SWITCHTOADMINQUESTION"
  call TextReplace "%X_SYS%\PecmdAdmin.ini" "#YN *3000 $N" "#YN *%opt[system.admin_countdown]%000 $N"
)

need PECMD patch ...(PecmdAdmin.ini command can be rewritten with batch command, but I'm focus on testing the missing files/registry entry, leave it as PECMD config file)

 


Edited by slore, 27 January 2019 - 12:22 PM.

  • doberman likes this

#12 noel

noel

    Frequent Member

  • Advanced user
  • 178 posts
  • Location:nantes
  •  
    France

Posted 29 January 2019 - 03:23 PM

hi,

I naively believed the two related anomalies but it is not. Because they appeared only in the ISO context and not in the Flat mode in a VHD.

 

To display a white image when creating a shotcut using a shell32.dll icon, it is the hardlink that is causing this bad display. When constructing, and for this single file, i "copy sav/delete/copy org".

 

For the warning "the publisher could not be verified..." in the ADLM session, the SmartscreenPs.dll file was missing. This file is not used by WinpeXpe.

 

What is surprising is that all this is not usefull in a Winpe in Flat mode in a VHD

 

End of this story and thanks to slore and it's good and very fast tool



#13 Williejidly

Williejidly
  • Members
  • 0 posts
  • Location:Toronto
  • Interests:Footbal

Posted 25 March 2023 - 01:46 PM

Im sure theres a way to do this, but it would be a lot more awesome if it was written in the notes for this/pre-packaged.

Instead of going through the cmd, changing the directory, and then typing in droidmote 2302 password. Couldnt you/we step up the .exe so when you click on it it automatically runs all these steps automatically instead?

Thanks, I love the app and will be buying the server version.

P.S. Call girl in Hong Kong - escortshongkong.top
Escorts Tallinn





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users