Jump to content

Se7en_UA - RunOnceEx Tester still working with Win 11 2022


Recommended Posts

Ya know after looking through this I've come to a conclusion

Some time back I think was MrJinge came out and was saying for Take Ownership use /grant *S-1-5-32-544:F" was for Administrators group but I had trouble using that. Simply didn't work

I see there is an error trying to integrate some dll's with Se7en_UA but I think this will be solved using: /grant:r *S-1-5-32-544:F

Example working for these two dll's:


ECHO %WIMTMP%\Windows\System32\imageres.dll
CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\imageres.dll
CMD /C ICACLS %WIMTMP%\Windows\System32\imageres.dll /grant:r *S-1-5-32-544:F
Copy /Y "%~dp0imageres.dll" "%WIMTMP%\Windows\System32\imageres.dll"

ECHO %WIMTMP%\Windows\System32\spwizimg.dll
CMD /C TAKEOWN /F %WIMTMP%\Windows\System32\spwizimg.dll
CMD /C ICACLS %WIMTMP%\Windows\System32\spwizimg.dll /grant:r *S-1-5-32-544:F
Copy /Y "%~dp0spwizimg.dll" "%WIMTMP%\Windows\System32\spwizimg.dll"

Regards

Edited by myselfidem
Link to comment
Share on other sites


what I was quoting above /grant *S-1-5-32-544:F" is in the Universal Take Ownership reg file created by MrJinge using S-1-5-32-544

I argued with him that I could not see it working yet the normal Take Ownership would show it processing. Was awhile back and perhaps things have changed

Those 2 files are added no problem with Se7en_UA using what I have

I don't think you want to use :r because it works without

/grant[:r] Sid:perm grants the specified user access rights. With :r,
the permissions replace any previouly granted explicit permissions.
Without :r, the permissions are added to any previously granted
explicit permissions.

Link to comment
Share on other sites

Oops...You're right maxXPsoft! Works also without "r" and it's not needed here! :rolleyes:

I made an error trying to use a batch file I created using: /grant:r *S-1-5-32-544:F /T

Error was using: /T (in this context) !

Now all is OK.

Regards

Edited by myselfidem
Link to comment
Share on other sites

  • 2 months later...

post-9484-0-35859500-1335034189_thumb.pn

You must have run the APPS 1 time to store paths

'Se7en_UA.exe 6.6.2: April 21, 2012, 1:26:22 PM
' Added button to 'Update APPS Folder' without copy DVD. urie asked for that some time ago
' Add ReadyBoost to Services to disable for SSD.
' Fix Remove All Libraries error File Not Found
' Make Modded Files remember last files used. Must run one time.
' Fix DRM where setacl didn't have \. DRM is fixed
' Fix FLAG2 copy of files from %ProgramFiles(x86)%
' I have removed the Servicing pass from this because you can use the Features Packages and Tweaks. Servicing will crash an xml if not right.

EDIT: I had already uploaded and myselfidem updated the French.ini. New is available same d/l place if you want it and drop in Lang folder

Edited by maxXPsoft
Link to comment
Share on other sites

  • 3 months later...

'Se7en_UA.exe 6.7.0: July 26, 2012, 7:12:48 PM
' Added to tweaks Action Center Disable Items - Need Autoit installed
' Added to tweaks Disable Application Compatibility to speed up Windows
' More corrections to test Windows 8 Consumer Preview
' Fix APPS copy of ProgramData files and folders
' Fix RunOnceEx Tester not sorting correctly
' Fix RunOnceEx Tester selecting different APPS drive to load correct list
' Fix Windows6.1-KB2533552 not injecting by move to Cleanup
' Add Indexing Service to service disabler

Mediafire has added scanning of files with Bitdefender

post-9484-0-81226700-1343348981_thumb.pn

Link to comment
Share on other sites

  • 4 weeks later...

''Se7en_UA.exe 6.7.1 August 25, 2012, 12:25:29 AM
' Major overhaul/rewrite on the way it read and load xml. Eliminates a dll
' Features Packages and Tweaks
' Will Enable Feature now
' Added showing all packages Windows Update. Instead of sitting there for over an hour I inject all updates into my install.wim monthly
' Add HideWirelessSetupInOOBE added to xml
' Added [Se7en_UA_Junkware] section for known Junkware Installers. Will Msg you if select one
' Fix cleanup.cmd not delete Shortcuts

Faster on xml now by my changes.

My UEFI setup. Still tinkering with this EFI stuff but am running on a system like below

post-9484-0-83668900-1345869189_thumb.pn

Edited by maxXPsoft
Link to comment
Share on other sites

  • 2 months later...

'Se7en_UA.exe 6.7.2 November 06, 2012, 1:11:17 AM
' Added Removal of ProvisionedAppxPackages on Win 8
' Fix Modded Files for language. Added more Windows 8 file's
' Example: Notice the different numbers at end.
' English amd64_microsoft-windows-s..component.resources_31bf3856ad364e35_6.2.9200.16384_en-us_da44fe95436b196b
' French amd64_microsoft-windows-s..component.resources_31bf3856ad364e35_6.2.9200.16384_fr-fr_7cc7d17836642172
' Added more xml settings for Windows 8
' Corrections for vcredist. Add the KB # if you need to install them. Each uses a different install string
' Add more Tweaks and fix Remove 'Favorites' and 'Homegroup' from Windows 7 Explorer’s Navigation Pane. Don't work in Win 8 yet.

post-9484-0-44995100-1352186163_thumb.pn

post-9484-0-13774300-1352186309_thumb.pn

post-9484-0-09387000-1352396740.txt

Edited by maxXPsoft
Link to comment
Share on other sites

  • 4 months later...

@maxXPsoft

Could you add inside Se7en_UA.exe 6.7.2 your awesome .wimrightclick registry files updated inside, please ?

Regards

I will soon on the 6.7.3 version. Just can't decide wether to add to Tools or as Reg mod's

Have you seen this? Works on Win 7 also.

Completely replaced my Quick Launch and my Pinned to Start menu items

Edited by maxXPsoft
Link to comment
Share on other sites

Using WinToolkit, I see legolash2o use:

dism.log file

"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Get-MountedWimInfo /English

"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\WinToolkit_Mount" /Get-Packages /Format:table /English

"C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\WinToolkit_Mount" /Get-Drivers /Format:Table /English

Deployment Image Servicing and Management Command-Line Options

/English

Displays command-line output in English.

Note:

Some resources cannot be displayed in English.

This option is not supported when using the DISM /? command.

Example:

Dism /Get-WimInfo /WimFile:C:\test\offline\install.wim /index:1 /English

With Windows operating systems localized version and using those commands can be a workaround !

Regards

Edited by myselfidem
Link to comment
Share on other sites

I changed it to /Format:table but not sure I need the /English. Was already doing 1 item for the Win 8 in Table

Most those listings are english in your files aren't they?

Disregard I exported French and they are

Edited by maxXPsoft
Link to comment
Share on other sites

Thanks!

I was thinking about xxx.txt (ANSI) to window command prompt (OEM) with specials caracters using localized Windows version.

Examples:

Get-Packages.txt (English)


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Image Version: 6.1.7601.17514

Packages listing:


--------------------------------------------------------------------------------------------------- | ----------------- | --------------- | ----------------
Package Identity | State | Release Type | Install Time
--------------------------------------------------------------------------------------------------- | ----------------- | --------------- | ----------------
Microsoft-Windows-Client-Refresh-LanguagePack-Package~31bf3856ad364e35~x86~fr-FR~6.1.7601.17514 | Install Pending | Language Pack | 12.04.2011 01:45
Microsoft-Windows-CodecPack-Basic-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Installed | Feature Pack | 20.11.2010 21:41
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Installed | Foundation | 20.11.2010 21:41
Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437 | Install Pending | Update | 04.03.2013 09:43
Microsoft-Windows-IE-Hyphenation-Parent-Package-French~31bf3856ad364e35~~~10.2.9200.16437 | Install Pending | Update | 04.03.2013 09:42
Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437 | Install Pending | Update | 04.03.2013 09:44
Microsoft-Windows-IE-Spelling-Parent-Package-French~31bf3856ad364e35~~~10.2.9200.16437 | Install Pending | Update | 04.03.2013 09:43
Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514 | Uninstall Pending | Language Pack | 20.11.2010 21:41
Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Uninstall Pending | Feature Pack | 20.11.2010 21:41
Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~x86~fr-FR~10.2.9200.16521 | Install Pending | Update | 04.03.2013 09:45
Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~x86~en-US~8.0.7601.17514 | Uninstall Pending | Language Pack | 20.11.2010 21:41

Get-Packages-fr.txt


Outil Gestion et maintenance des images de d‚ploiement
Version : 6.1.7600.16385

Version de l'imageÿ: 6.1.7601.17514

Liste des packagesÿ:


--------------------------------------------------------------------------------------------------- | -------------------------- | --------------- | --------------------
Identit‚ du package | tat | Type de version | Heure d'installation
--------------------------------------------------------------------------------------------------- | -------------------------- | --------------- | --------------------
Microsoft-Windows-Client-Refresh-LanguagePack-Package~31bf3856ad364e35~x86~fr-FR~6.1.7601.17514 | Installation en attente | Language Pack | 12.04.2011 01:45
Microsoft-Windows-CodecPack-Basic-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Install‚ | Feature Pack | 20.11.2010 21:41
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Install‚ | Foundation | 20.11.2010 21:41
Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437 | Installation en attente | Update | 04.03.2013 09:43
Microsoft-Windows-IE-Hyphenation-Parent-Package-French~31bf3856ad364e35~~~10.2.9200.16437 | Installation en attente | Update | 04.03.2013 09:42
Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~10.2.9200.16437 | Installation en attente | Update | 04.03.2013 09:44
Microsoft-Windows-IE-Spelling-Parent-Package-French~31bf3856ad364e35~~~10.2.9200.16437 | Installation en attente | Update | 04.03.2013 09:43
Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~x86~en-US~6.1.7601.17514 | D‚sinstallation en attente | Language Pack | 20.11.2010 21:41
Microsoft-Windows-IE-Troubleshooters-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | D‚sinstallation en attente | Feature Pack | 20.11.2010 21:41
Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~x86~fr-FR~10.2.9200.16521 | Installation en attente | Update | 04.03.2013 09:45
Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~x86~en-US~8.0.7601.17514 | D‚sinstallation en attente | Language Pack | 20.11.2010 21:41
Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~x86~~8.0.7601.17514 | D‚sinstallation en attente | Feature Pack | 20.11.2010 21:41
Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~x86~~10.2.9200.16521 | Installation en attente | Update | 04.03.2013 09:41
Microsoft-Windows-LocalPack-CA-Package~31bf3856ad364e35~x86~~6.1.7601.17514 | Installation en attente | Local Pack | 12.04.

Get-MountedWinInfo.txt


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385

Mounted images:

Mount Dir : C:\work
Image File : C:\Win7_SP1\sources\install.wim
Image Index : 1
Mounted Read/Write : Yes
Status : Ok

Mount Dir : C:\zMount
Image File : C:\winpe_x86\ISO\sources\boot.wim
Image Index : 1
Mounted Read/Write : Yes
Status : Needs Remount

The operation completed successfully.

Get-MountedWinInfo-fr.txt


Outil Gestion et maintenance des images de d‚ploiement
Version : 6.1.7600.16385

Images mont‚es :

R‚pertoire de montageÿ: C:\work
Fichier imageÿ: C:\Win7_SP1\sources\install.wim
Index de l'imageÿ: 1
Lecture/‚criture mont‚eÿ: Oui
tatÿ: OK

R‚pertoire de montageÿ: C:\zMount
Fichier imageÿ: C:\winpe_x86\ISO\sources\boot.wim
Index de l'imageÿ: 1
Lecture/‚criture mont‚eÿ: Oui
tatÿ: N‚cessite un remontage

L'op‚ration a r‚ussi.

It works fine with french language with previous Se7en_UA versions.

But I was thinking about others Windows localized versions.

Regards

Edited by myselfidem
Link to comment
Share on other sites

Guess I didn't have localized cause I get and the lang pack is pending - This was Askvg version

Microsoft-Windows-Client-Refresh-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~6.1.7601.17514 | Install Pending | Language Pack

Downloading the Technet version now but it won't finish before I have to go for today

what was the (ANSI) you referred to

Edited by maxXPsoft
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...