Buat file baru dan salin dari file lain di PowerShell
Copy-Item -Path "Source file path" -Destination "Destination file path"
Smoggy Seal
Copy-Item -Path "Source file path" -Destination "Destination file path"