“Buat profil PowerShell” Kode Jawaban

Microsoft.powershell_profile.ps1

New-Item $profile -Type File -Force
Splendid Skylark

Buat profil PowerShell

# Creates profile if doesn't exist then edits it
if (!(Test-Path -Path $PROFILE)){ New-Item -Path $PROFILE -ItemType File } ; ise $PROFILE
Annoying Addax

Jawaban yang mirip dengan “Buat profil PowerShell”

Pertanyaan yang mirip dengan “Buat profil PowerShell”

Lebih banyak jawaban terkait untuk “Buat profil PowerShell” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya