mirror of
				https://github.com/dockur/windows.git
				synced 2025-11-03 22:04:29 +00:00 
			
		
		
		
	feat: Added Windows Vista support (#135)
This commit is contained in:
		
							parent
							
								
									152abf1443
								
							
						
					
					
						commit
						783a4ef023
					
				@ -103,7 +103,7 @@
 | 
			
		||||
          <Path>D:\qemupciserial\w7\amd64</Path>
 | 
			
		||||
        </PathAndCredentials>
 | 
			
		||||
        <PathAndCredentials wcm:action="add" wcm:keyValue="6">
 | 
			
		||||
          <Path>D:\qxldod\w7\amd64</Path>
 | 
			
		||||
          <Path>D:\qxldod\w8\amd64</Path>
 | 
			
		||||
        </PathAndCredentials>
 | 
			
		||||
        <PathAndCredentials wcm:action="add" wcm:keyValue="7">
 | 
			
		||||
          <Path>D:\vioinput\w7\amd64</Path>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										250
									
								
								assets/winvistax64.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										250
									
								
								assets/winvistax64.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,250 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
 | 
			
		||||
  <settings pass="windowsPE">
 | 
			
		||||
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <SetupUILanguage>
 | 
			
		||||
        <UILanguage>en-US</UILanguage>
 | 
			
		||||
      </SetupUILanguage>
 | 
			
		||||
      <InputLocale>0409:00000409</InputLocale>
 | 
			
		||||
      <SystemLocale>en-US</SystemLocale>
 | 
			
		||||
      <UILanguage>en-US</UILanguage>
 | 
			
		||||
      <UserLocale>en-US</UserLocale>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <DiskConfiguration>
 | 
			
		||||
        <WillShowUI>OnError</WillShowUI>
 | 
			
		||||
        <Disk wcm:action="add">
 | 
			
		||||
          <DiskID>0</DiskID>
 | 
			
		||||
          <WillWipeDisk>true</WillWipeDisk>
 | 
			
		||||
          <CreatePartitions>
 | 
			
		||||
            <CreatePartition wcm:action="add">
 | 
			
		||||
              <Order>1</Order>
 | 
			
		||||
              <Type>Primary</Type>
 | 
			
		||||
              <Size>100</Size>
 | 
			
		||||
            </CreatePartition>
 | 
			
		||||
            <CreatePartition wcm:action="add">
 | 
			
		||||
              <Order>2</Order>
 | 
			
		||||
              <Type>Primary</Type>
 | 
			
		||||
              <Extend>true</Extend>
 | 
			
		||||
            </CreatePartition>
 | 
			
		||||
          </CreatePartitions>
 | 
			
		||||
          <ModifyPartitions>
 | 
			
		||||
            <ModifyPartition wcm:action="add">
 | 
			
		||||
              <Format>NTFS</Format>
 | 
			
		||||
              <Label>System Reserved</Label>
 | 
			
		||||
              <Order>1</Order>
 | 
			
		||||
              <Active>true</Active>
 | 
			
		||||
              <PartitionID>1</PartitionID>
 | 
			
		||||
            </ModifyPartition>
 | 
			
		||||
            <ModifyPartition wcm:action="add">
 | 
			
		||||
              <Active>true</Active>
 | 
			
		||||
              <Format>NTFS</Format>
 | 
			
		||||
              <Label>Windows</Label>
 | 
			
		||||
              <Letter>C</Letter>
 | 
			
		||||
              <Order>2</Order>
 | 
			
		||||
              <PartitionID>2</PartitionID>
 | 
			
		||||
            </ModifyPartition>
 | 
			
		||||
          </ModifyPartitions>
 | 
			
		||||
        </Disk>
 | 
			
		||||
      </DiskConfiguration>
 | 
			
		||||
      <ImageInstall>
 | 
			
		||||
        <OSImage>
 | 
			
		||||
          <InstallFrom>
 | 
			
		||||
            <MetaData wcm:action="add">
 | 
			
		||||
              <Value>Windows Vista Ultimate</Value>
 | 
			
		||||
              <Key>/IMAGE/NAME</Key>
 | 
			
		||||
            </MetaData>
 | 
			
		||||
          </InstallFrom>
 | 
			
		||||
          <InstallTo>
 | 
			
		||||
            <DiskID>0</DiskID>
 | 
			
		||||
            <PartitionID>2</PartitionID>
 | 
			
		||||
          </InstallTo>
 | 
			
		||||
          <WillShowUI>OnError</WillShowUI>
 | 
			
		||||
          <InstallToAvailablePartition>false</InstallToAvailablePartition>
 | 
			
		||||
        </OSImage>
 | 
			
		||||
      </ImageInstall>
 | 
			
		||||
      <UserData>
 | 
			
		||||
        <AcceptEula>true</AcceptEula>
 | 
			
		||||
        <FullName>Docker</FullName>
 | 
			
		||||
        <Organization>Windows for Docker</Organization>
 | 
			
		||||
        <ProductKey>
 | 
			
		||||
          <Key>VMCB9-FDRV6-6CDQM-RV23K-RP8F7</Key>
 | 
			
		||||
        </ProductKey>
 | 
			
		||||
      </UserData>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <DriverPaths>
 | 
			
		||||
        <PathAndCredentials wcm:action="add" wcm:keyValue="1">
 | 
			
		||||
          <Path>D:\viostor\2k8\amd64</Path>
 | 
			
		||||
        </PathAndCredentials>
 | 
			
		||||
        <PathAndCredentials wcm:action="add" wcm:keyValue="2">
 | 
			
		||||
          <Path>D:\NetKVM\2k8\amd64</Path>
 | 
			
		||||
        </PathAndCredentials>
 | 
			
		||||
        <PathAndCredentials wcm:action="add" wcm:keyValue="3">
 | 
			
		||||
          <Path>D:\vioscsi\2k8\amd64</Path>
 | 
			
		||||
        </PathAndCredentials>
 | 
			
		||||
      </DriverPaths>
 | 
			
		||||
    </component>
 | 
			
		||||
  </settings>
 | 
			
		||||
  <settings pass="generalize">
 | 
			
		||||
    <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-Security-Licensing-SLC" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <SkipRearm>1</SkipRearm>
 | 
			
		||||
    </component>
 | 
			
		||||
  </settings>
 | 
			
		||||
  <settings pass="specialize">
 | 
			
		||||
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <SkipAutoActivation>true</SkipAutoActivation>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <ComputerName>*</ComputerName>
 | 
			
		||||
      <ProductKey>VMCB9-FDRV6-6CDQM-RV23K-RP8F7</ProductKey>
 | 
			
		||||
      <TimeZone>Pacific Standard Time</TimeZone>
 | 
			
		||||
      <OEMInformation>
 | 
			
		||||
        <Manufacturer>Dockur</Manufacturer>
 | 
			
		||||
        <Model>Windows for Docker</Model>
 | 
			
		||||
      </OEMInformation>
 | 
			
		||||
      <RegisteredOrganization>Dockur</RegisteredOrganization>
 | 
			
		||||
      <RegisteredOwner>Windows for Docker</RegisteredOwner>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <DisableSR>1</DisableSR>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <fDenyTSConnections>false</fDenyTSConnections>
 | 
			
		||||
    </component>
 | 
			
		||||
  </settings>
 | 
			
		||||
  <settings pass="oobeSystem">
 | 
			
		||||
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <InputLocale>0409:00000409</InputLocale>
 | 
			
		||||
      <UILanguage>en-US</UILanguage>
 | 
			
		||||
      <UserLocale>en-US</UserLocale>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <Home_Page>about:blank</Home_Page>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-SQMApi" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <CEIPEnabled>0</CEIPEnabled>
 | 
			
		||||
    </component>
 | 
			
		||||
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
 | 
			
		||||
      <UserAccounts>
 | 
			
		||||
        <LocalAccounts>
 | 
			
		||||
          <LocalAccount wcm:action="add">
 | 
			
		||||
            <Name>Docker</Name>
 | 
			
		||||
            <Group>Administrators</Group>
 | 
			
		||||
            <Password>
 | 
			
		||||
              <Value />
 | 
			
		||||
              <PlainText>true</PlainText>
 | 
			
		||||
            </Password>
 | 
			
		||||
          </LocalAccount>
 | 
			
		||||
        </LocalAccounts>
 | 
			
		||||
        <AdministratorPassword>
 | 
			
		||||
          <Value>password</Value>
 | 
			
		||||
          <PlainText>true</PlainText>
 | 
			
		||||
        </AdministratorPassword>
 | 
			
		||||
      </UserAccounts>
 | 
			
		||||
      <AutoLogon>
 | 
			
		||||
        <Username>Docker</Username>
 | 
			
		||||
        <Enabled>true</Enabled>
 | 
			
		||||
        <LogonCount>1</LogonCount>
 | 
			
		||||
        <Password>
 | 
			
		||||
          <Value />
 | 
			
		||||
          <PlainText>true</PlainText>
 | 
			
		||||
        </Password>
 | 
			
		||||
      </AutoLogon>
 | 
			
		||||
      <OOBE>
 | 
			
		||||
        <HideEULAPage>true</HideEULAPage>
 | 
			
		||||
        <NetworkLocation>Other</NetworkLocation>
 | 
			
		||||
        <ProtectYourPC>3</ProtectYourPC>
 | 
			
		||||
        <SkipUserOOBE>true</SkipUserOOBE>
 | 
			
		||||
        <SkipMachineOOBE>false</SkipMachineOOBE>
 | 
			
		||||
      </OOBE>
 | 
			
		||||
      <RegisteredOrganization>Dockur</RegisteredOrganization>
 | 
			
		||||
      <RegisteredOwner>Windows for Docker</RegisteredOwner>
 | 
			
		||||
      <FirstLogonCommands>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>1</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Set AutoLogonCount to 0</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>2</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Allow RDP login with blank password</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>3</Order>
 | 
			
		||||
          <CommandLine>cmd /C wmic useraccount where name="Docker" set PasswordExpires=false</CommandLine>
 | 
			
		||||
          <Description>Password Never Expires</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>4</Order>
 | 
			
		||||
          <CommandLine>cmd /C POWERCFG -H OFF</CommandLine>
 | 
			
		||||
          <Description>Disable Hibernation</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>5</Order>
 | 
			
		||||
          <CommandLine>cmd /C POWERCFG -X -monitor-timeout-ac 0</CommandLine>
 | 
			
		||||
          <Description>Disable monitor blanking</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>6</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NewNetworkWindowOff" /f</CommandLine>
 | 
			
		||||
          <Description>Disable Network Discovery popup</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>7</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Network\NetworkLocationWizard" /v "HideWizard" /t REG_DWORD /d 1 /f</CommandLine>
 | 
			
		||||
          <Description>Disable Network Discovery popup</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>8</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Edge" /v "HideFirstRunExperience" /t REG_DWORD /d 1 /f</CommandLine>
 | 
			
		||||
          <Description>Disable first-run experience in Edge</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>9</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Show file extensions in Explorer</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>10</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateFileSizePercent" /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Zero Hibernation File</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>11</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Power" /v "HibernateEnabled" /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Disable Hibernation Mode</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>12</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\NewNetworks" /v NetworkList /t REG_MULTI_SZ /d "" /f</CommandLine>
 | 
			
		||||
          <Description>Disable Network Discovery popup</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>13</Order>
 | 
			
		||||
          <CommandLine>netsh.exe advfirewall firewall set rule group="Remote Desktop" new enable=Yes</CommandLine>
 | 
			
		||||
          <Description>Add RDP in firewall</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>14</Order>
 | 
			
		||||
          <CommandLine>netsh.exe Advfirewall set allprofiles state off</CommandLine>
 | 
			
		||||
          <Description>Disable firewall</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>15</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f</CommandLine>
 | 
			
		||||
          <Description>Enable RDP</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
        <SynchronousCommand wcm:action="add">
 | 
			
		||||
          <Order>16</Order>
 | 
			
		||||
          <CommandLine>reg.exe add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Windows\Sidebar" /v "TurnOffSidebar" /t REG_DWORD /d 1 /f</CommandLine>
 | 
			
		||||
          <Description>Turn off sidebar</Description>
 | 
			
		||||
        </SynchronousCommand>
 | 
			
		||||
      </FirstLogonCommands>
 | 
			
		||||
    </component>
 | 
			
		||||
  </settings>
 | 
			
		||||
</unattend>
 | 
			
		||||
@ -79,6 +79,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
 | 
			
		||||
  | `ltsc10`  | Windows 10 LTSC     | Microsoft    | Fast       | 4.6 GB    |
 | 
			
		||||
  | `win81`   | Windows 8.1 Pro     | Microsoft    | Fast       | 4.2 GB    |
 | 
			
		||||
  | `win7`    | Windows 7 SP1       | Bob Pony     | Medium     | 3.0 GB    |
 | 
			
		||||
  | `vista`    | Windows Vista SP2       | Bob Pony     | Medium     | 3.6 GB    |
 | 
			
		||||
  ||||||
 | 
			
		||||
  | `2022`   | Windows Server 2022 | Microsoft    | Fast       | 4.7 GB    |
 | 
			
		||||
  | `2019`   | Windows Server 2019 | Microsoft    | Fast       | 5.3 GB    |
 | 
			
		||||
 | 
			
		||||
@ -24,6 +24,9 @@ fi
 | 
			
		||||
[[ "${VERSION,,}" == "7" ]] && VERSION="win7x64"
 | 
			
		||||
[[ "${VERSION,,}" == "win7" ]] && VERSION="win7x64"
 | 
			
		||||
 | 
			
		||||
[[ "${VERSION,,}" == "vista" ]] && VERSION="winvistax64"
 | 
			
		||||
[[ "${VERSION,,}" == "winvista" ]] && VERSION="winvistax64"
 | 
			
		||||
 | 
			
		||||
[[ "${VERSION,,}" == "22" ]] && VERSION="win2022-eval"
 | 
			
		||||
[[ "${VERSION,,}" == "2022" ]] && VERSION="win2022-eval"
 | 
			
		||||
[[ "${VERSION,,}" == "win22" ]] && VERSION="win2022-eval"
 | 
			
		||||
@ -59,6 +62,11 @@ if [[ "${VERSION,,}" == "win7x64" ]]; then
 | 
			
		||||
  VERSION="https://dl.bobpony.com/windows/7/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [[ "${VERSION,,}" == "winvistax64" ]]; then
 | 
			
		||||
  DETECTED="winvistax64"
 | 
			
		||||
  VERSION="https://dl.bobpony.com/windows/vista/en_windows_vista_sp2_x64_dvd_342267.iso"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
if [[ "${VERSION,,}" == "core11" ]]; then
 | 
			
		||||
  DETECTED="win11x64"
 | 
			
		||||
  VERSION="https://archive.org/download/tiny-11-core-x-64-beta-1/tiny11%20core%20x64%20beta%201.iso"
 | 
			
		||||
@ -122,6 +130,8 @@ getName() {
 | 
			
		||||
  [[ "${file,,}" == "win8.1"* ]] && desc="Windows 8"
 | 
			
		||||
  [[ "${file,,}" == "win8"* ]] && desc="Windows 8"
 | 
			
		||||
  [[ "${file,,}" == "win7"* ]] && desc="Windows 7"
 | 
			
		||||
  [[ "${file,,}" == "winxp"* ]] && desc="Windows XP"
 | 
			
		||||
  [[ "${file,,}" == "winvista"* ]] && desc="Windows Vista"
 | 
			
		||||
  [[ "${file,,}" == "tiny10"* ]] && desc="Tiny 10"
 | 
			
		||||
  [[ "${file,,}" == "tiny11"* ]] && desc="Tiny 11"
 | 
			
		||||
  [[ "${file,,}" == "tiny11_core"* ]] && desc="Tiny 11 Core"
 | 
			
		||||
@ -130,6 +140,8 @@ getName() {
 | 
			
		||||
  [[ "${file,,}" == *"windows8.1"* ]] && desc="Windows 8"
 | 
			
		||||
  [[ "${file,,}" == *"windows8"* ]] && desc="Windows 8"
 | 
			
		||||
  [[ "${file,,}" == *"windows7"* ]] && desc="Windows 7"
 | 
			
		||||
  [[ "${file,,}" == *"windowsxp"* ]] && desc="Windows XP"
 | 
			
		||||
  [[ "${file,,}" == *"windowsvista"* ]] && desc="Windows Vista"
 | 
			
		||||
  [[ "${file,,}" == *"windows_11"* ]] && desc="Windows 11"
 | 
			
		||||
  [[ "${file,,}" == *"windows_10"* ]] && desc="Windows 10"
 | 
			
		||||
  [[ "${file,,}" == *"windows_8.1"* ]] && desc="Windows 8"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user