Sticky Post

Tampilkan dan Copy semua files dengan type images dengan Windows 11 Powershell

Ketikan peritah berikut di powersheel window anda: dir  -Recurse -include *.png,*.jpg,*.bmp.*.gif untuk menampilkan semua gambar dengan extension .png,jpg,bmp,gif Get-ChildItem -Path  -Recurse -include *.png,*.jpg,*.bmp.*.gif Get-ChildItem -Path “G:\Data*” -Recurse -include *.png,*.jpg,*.bmp.*.gif | Copy-Item -Destination “G:\Copy” Copy files sesuai extensi di G> Data ke G> Copy