Sysinternals ile liman işçisi görüntüsünün "Birim Seri Numarası" nı değiştirmeye çalışıyorum VolumeId ama alıyorum Error reading drive: The request is not supported. kaçtığımda Volumeid64.exe C: 1AAA-111A -nobanner -accepteula.
Ben de denedim volumeid.exe. Docker'da yeni çıktım, bu yüzden acemi bir hata yapabilirim ya da bu bir Docker ve / veya Volumeid?
Tam Dockerfile aşağıdaki gibi görünüyor
FROM microsoft/windowsservercore
WORKDIR C:/sysinternals
RUN powershell -Command \
Invoke-WebRequest -outfile VolumeId.zip "https://download.sysinternals.com/files/VolumeId.zip" -UseBasicParsing; ` \
Expand-Archive VolumeId.zip -DestinationPath c:\sysinternals ; ` Remove-Item VolumeId.zip ; ` \
Invoke-Expression 'c:\sysinternals\Volumeid64.exe C: 1AAA-111A -nobanner -accepteula'
CMD vol c: