Jump to content


balubeto

Established Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by balubeto

  1. Hi Using the utility Oscdimg in Windows ADK 10 v1607 to create an iso with the UDF 1.02 system file, I would like to know what is the maximum length of volume label and what are its valid characters. Thanks Bye
  2. The entry of the Windows Memory Diagnostic Utility 64 bit are not displayed when I select the WinPE10x64 entry of the boot menu. Why? How can I display it? Thanks Bye
  3. Hi I would like to know how the manual procedure to create a single iso of Windows PE 10.x 32/64 bit using only Windows ADK 10 v1511. Logically this iso should work properly with the computers with the BIOS or UEFI firmware. Thanks Bye
  4. If I create an autounattend.xml file in the root directory of the media and insert this block <UserData> <ProductKey> <WillShowUI>Never</WillShowUI> </ProductKey> </UserData> I avoid displaying the input window of the product keys during the first phase of installation and therefore, the window, which lists the editions included in the install.wim file, is displayed immediately. Right? Thanks Bye
  5. It is possible to create an autounattend.xml file and insert in it the product keys related to all editions included in the install.wim file? Thanks Bye
  6. HI In Windows 10.x, it is possible to include, in pid.txt file or in some other file of a media, the various product keys corresponding to the respective volume images that exist in the install.wim file? Thanks Bye
  7. Since the /d option value of the takeown varies according to the language of Windows, how do I make sure that this command works properly for each language? Thanks Bye
  8. I think I found the best solution to remove a directory structure which also contains symbolic links and with ACLs managed by TrustedInstaller or Authenticated Users or System users: takeown /F "<Directory_path>" /A /R /D Y /SKIPSL >nul 2>&1 icacls "<Directory_path>" /reset icacls "<Directory_path>" /grant:r Administrators:(OI)(CI)F /inheritance:e /Q /C /T /L >nul 2>&1 pushd "<Directory_path>" && ( rd /S /Q "<Directory_path>" 2>nul & popd ) Instead, if I wanted to remove the users mentioned above one at a time, how should I do? Thanks Bye
  9. balubeto

    icacls problem

    I think I found the best solution to remove a directory structure which also contains symbolic links and with ACLs managed by TrustedInstaller or Authenticated Users or System users: takeown /F "<Directory_path>" /A /R /D Y /SKIPSL >nul 2>&1 icacls "<Directory_path>" /reset icacls "<Directory_path>" /grant:r Administrators:(OI)(CI)F /inheritance:e /Q /C /T /L >nul 2>&1 pushd "<Directory_path>" && ( rd /S /Q "<Directory_path>" 2>nul & popd ) Thanks Bye
  10. I think I found the best solution to remove a directory structure which also contains symbolic links and with ACLs managed by TrustedInstaller or Authenticated Users or System users: takeown /F "<Directory_path>" /A /R /D Y /SKIPSL >nul 2>&1 icacls "<Directory_path>" /reset icacls "<Directory_path>" /grant:r Administrators:(OI)(CI)F /inheritance:e /Q /C /T /L >nul 2>&1 pushd "<Directory_path>" && ( rd /S /Q "<Directory_path>" 2>nul & popd ) Thanks Bye
  11. I think I found the best solution to remove a directory structure which also contains symbolic links and with ACLs managed by TrustedInstaller or Authenticated Users or System users: takeown /F "<Directory_path>" /A /R /D Y /SKIPSL >nul 2>&1 icacls "<Directory_path>" /reset icacls "<Directory_path>" /grant:r Administrators:(OI)(CI)F /inheritance:e /Q /C /T /L >nul 2>&1 pushd "<Directory_path>" && ( rd /S /Q "<Directory_path>" 2>nul & popd ) Thanks Bye
  12. Hi I have Windows 10 v1511 Enterprise 64 bit. From the Command Prompt, run as administrator, how should I do to remove any TrustedInstaller or Authenticated Users or System users from the ACLs of an entire directory structure also contains files and links (this must not involve the ACLs of their destination)? Thanks Bye
  13. balubeto

    icacls problem

    Apparently, the commands takeown /F "<Home_directory_path>" /A /R /D S /SKIPSL icacls "<Home_directory_path>" /reset icacls "<Home_directory_path>" /reset /Q /C /T /L pushd "<Home_directory_path>" && ( rd /S /Q "<Home_directory_path>" 2>nul & popd ) reach my goal but the third command goes in loop and, to stop it, I have to press Ctrl+C. Why? How do I do that the third command does not go in loop? Thanks Bye
  14. balubeto

    icacls problem

    Hi I have Windows 10 v1511 Enterprise 64 bit. I noticed that the icacls "<Home_directory_path>" /inheritance:e /Q /T /C /L command, applied to the home directory of a directory structure, is run only the first level of the structure. Why? How do I run it automatically in all the levels below? I also noticed that if I write the icacls "<Home_directory_path>" /reset /Q /T /C /L command, it goes in a loop. Why? What should I write in order to avoid this? Thanks Bye
  15. If I write the net user command, the profile names of the Microsoft accounts are displayed. If, however, I write takeown /S localhost /U "<Account_profile_name>" /P "<Password>" /F "<Directory_path>" /R /A /D Y Windows indicates that this user does not exist. Also, if I try to activate the hidden administrator net user Administrator /Active:yes net user Administrator "<Password>" and then I try to write takeown /S localhost /U Administrator /P "<Password>" /F "<Directory_path>" /R /A /D Y Windows always indicates that this user does not exist. So, how should I use the /U option of takeown? Thanks Bye
  16. Hi I have Windows 10 v1511 Enterprise 64 bit with two Microsoft account. From the Command Prompt (run as administrator), I tried to write takeown /S localhost /U "<Microsoft_account_(E-Mail_Address)>" /P <User_password>" /F "<Directory_path>" /R /A /D Y but I get the "Access Denied" error. Why? Thanks Bye
  17. How do I do this? I also hidden and system files in this structure. I also have a subdirectory structure that I can not see its owner, and when I try to open it, File Explorer request the sysadmin authorization although I am logged on with an Administrators account. Why? How do I prevent this? Using the Command Prompt, how do I become owner of this subdirectory structure with complete control over it so that I can also delete it? So, what is your solution? Thanks Bye
  18. Simply, now, I would like to delete the entire contents of the Apply_Directory_Path directory? So, what are the commands to do this?
  19. With the command takeown /f "<Apply_Directory_Path>" /R /A /D Y I can take ownership of the entire contents of this structure but can not delete it. My problem is that of having to delete the entire contents of the structure created with the commands Dism /Apply-Image /ImageFile:"<wim_File_Path>\install.wim" /Index:1 /ApplyDir:"<Apply_Directory_Path>" /Verify /CheckIntegrity Dism /Capture-Image /ImageFile:"<Windows_Files_Path>\sources\install.wim" /CaptureDir:"<Apply_Directory_Path>" /Name:"<Edition_name>" /Description:"<Description_name>" /Compress:max /Verify /CheckIntegrity Then, using the Command Prompt, how do I do this? Thanks Bye
  20. Hi Should I take ownership and get full control of the entire contents of a not system directory structure (also containing files and symbolic links and not) that, now, this check belongs to TrustedInstaller or System users. Then, from the Command Prompt, how do I do this? Thanks Bye
  21. Hi I installed Windows ADK 10 v1511 on Windows 10 v1511 Enterprise 64 bit. I typed the following commands: Dism /Apply-Image /ImageFile:"<wim_File_Path>\install.wim" /Index:1 /ApplyDir:"<Apply_Directory_Path>" /Verify /CheckIntegrity Dism /Capture-Image /ImageFile:"<Windows_Files_Path>\sources\install.wim" /CaptureDir:"<Apply_Directory_Path>" /Name:"<Edition_name>" /Description:"<Description_name>" /Compress:max /Verify /CheckIntegrity Now, knowing that some directories and files have the TrustedInstaller or System user as owner, what are the commands that allows to completely remove the entire content of the <Apply_Directory_Path> directory? Thanks Bye
  22. Hi I installed Windows ADK 10 v1511 on Windows 10 v1511 Enterprise 64 bit. I typed the following commands: Dism /Apply-Image /ImageFile:"<wim_File_Path>\install.wim" /Index:1 /ApplyDir:"<Apply_Directory_Path>" /Verify /CheckIntegrity Dism /Capture-Image /ImageFile:"<Windows_Files_Path>\sources\install.wim" /CaptureDir:"<Apply_Directory_Path>" /Name:"<Edition_name>" /Description:"<Description_name>" /Compress:max /Verify /CheckIntegrity Now, what is the command that allows to completely remove the entire content of the <Apply_Directory_Path> directory? Thanks Bye
  23. Hi In the Windows 10 DVD, there is a file called boot.wim which has two volume images named "Microsoft Windows PE" and "Microsoft Windows Setup". What is the volume image that has the boot flag? Thanks Bye
  24. I upgraded Windows 10 Enterprise build 10240 64 bit to build 10565 through Windows Update (Fast ring), I installed Windows ADK 10 and I created the procedure 1) md "<Windows_Files_Path>" 2) md "<iso_Path>" 3) md "<esd_File_Path>" 4) move "<Primary_partition_letter>:\$Windows.~BT\sources\install.esd" "<esd_File_Path>\" 5) dism /Get-WimInfo /WimFile:"<esd_File_Path>\install.esd" 6) dism /Apply-Image /ImageFile:"<esd_File_Path>\install.esd" /Index:1 /ApplyDir:"<Windows_Files_Path>" 7) dism /Export-Image /SourceImageFile :"<esd_File_Path>\install.esd" /SourceIndex :2 /DestinationImageFile :"<Windows_Files_Path>\sources\boot.esd" /Compress:Recovery 8) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:3 /DestinationImageFile:"<Windows_Files_Path>\sources\boot.esd" /Compress:Recovery /Bootable 9) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:<Index_Number> /DestinationImageFile:"<Windows_Files_Path>\sources\install.esd" /Compress:Recovery 10) BCDedit /store "<Windows_Files_Path>\boot\bcd" /set {default} osdevice ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 11) BCDedit /store "<Windows_Files_Path>\boot\bcd" /set {default} device ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 12) del /AH "<Windows_Files_Path>\boot\bcd.LOG*" 13) BCDedit /store "<Windows_Files_Path>\efi\microsoft\boot\bcd" /set {default} osdevice ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 14) BCDedit /store "<Windows_Files_Path>\efi\microsoft\boot\bcd" /set {default} device ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 15) del /AH "<Windows_Files_Path>\efi\microsoft\boot\bcd\bcd.LOG*" 16) oscdimg -o -u2 -udfver102 -l"<Label_Name>" -tmm/dd/yyyy,hh:mm:ss -bootdata:2#p0,e,b"<Windows_Files_Path>\boot\etfsboot.com"#pEF,e,b"<Windows_Files_Path>\efi\microsoft\boot\efisys.bin" "<Windows_Files_Path>" "<iso_Path>\<iso_Name>.iso" 17) isoburn /Q <Drive_Letter>: "<iso_Path>\<iso_Name>.iso" When, however, I will boot it on a computer that has UEFI, I get this error: The curious thing is that, even if I will boot it on a computer that has the BIOS, I get the same error. Why? but I can not understand where I'm wrong. You have some idea how to fix it? Thanks Bye
  25. Hi I'm trying to create an ISO of Windows 10 with the boot.esd and install.esd file from a decrypted esd file using only Windows ADK 10. How do I create the boot.esd file and modify appropriately the two BCD (BIOS and UEFI)? Thanks Bye
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.