diff --git a/pages.hi/windows/add-appxpackage.md b/pages.hi/windows/add-appxpackage.md new file mode 100644 index 000000000..2bef531e7 --- /dev/null +++ b/pages.hi/windows/add-appxpackage.md @@ -0,0 +1,20 @@ +# add-appxpackage + +> उपयोगकर्ता खाते में एक हस्ताक्षरित ऐप पैकेज (`.appx`, `.msix`, `.appxbundle` और `.msixbundle`) जोड़ने के लिए एक PowerShell उपयोगिता। +> अधिक जानकारी: . + +- एक ऐप पैकेज जोड़ें: + +`add-appxpackage -Path {{पैकेज.msix\का\पथ}}` + +- निर्भरता के साथ एक ऐप पैकेज जोड़ें: + +`add-appxpackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}}` + +- ऐप इंस्टॉलर फ़ाइल का उपयोग करके एक ऐप इंस्टॉल करें: + +`add-appxpackage -AppInstallerFile {{ऐप_इंस्टॉलर.msix\का\पथ}}` + +- एक अहस्ताक्षरित पैकेज जोड़ें: + +`add-appxpackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}} -AllowUnsigned` diff --git a/pages.hi/windows/certutil.md b/pages.hi/windows/certutil.md index 28febfb08..59ef85e8c 100644 --- a/pages.hi/windows/certutil.md +++ b/pages.hi/windows/certutil.md @@ -1,7 +1,7 @@ # certutil > सर्टीफिकेट सूचना को प्रबंधित और विन्यसित करने के लिए एक टूल। -> अधिक जानकारी: . +> अधिक जानकारी: . - विन्यास सूचना या फ़ाइलों को डंप करें: diff --git a/pages.ta/windows/choice.md b/pages.ta/windows/choice.md index 5f4c6fc1f..10e52a932 100644 --- a/pages.ta/windows/choice.md +++ b/pages.ta/windows/choice.md @@ -1,7 +1,7 @@ # choice > ஒரு தேர்வைத் தேர்ந்தெடுத்து, தேர்ந்தெடுக்கப்பட்ட தேர்வுக் குறியீட்டை வழங்க பயனரைத் தூண்டவும். -> மேலும் விவரத்திற்கு: . +> மேலும் விவரத்திற்கு: . - தற்போதைய பயனரை `Y` அல்லது `N` தேர்வைத் தேர்ந்தெடுக்கும்படி கேட்கவும்: diff --git a/pages.th/windows/cd.md b/pages.th/windows/cd.md index 5539e24a0..223b349a5 100644 --- a/pages.th/windows/cd.md +++ b/pages.th/windows/cd.md @@ -1,7 +1,7 @@ # cd > แสดงชื่อหรือเปลี่ยนไดเร็กทอรีการทำงานปัจจุบัน -> ข้อมูลเพิ่มเติม: +> ข้อมูลเพิ่มเติม: - แสดงชื่อของไดเร็กทอรีปัจจุบัน: diff --git a/pages.th/windows/cmd.md b/pages.th/windows/cmd.md index a6e24f8ca..c811f50fd 100644 --- a/pages.th/windows/cmd.md +++ b/pages.th/windows/cmd.md @@ -1,7 +1,7 @@ # cmd > ตัวแปลคำสั่งของ Windows -> ข้อมูลเพิ่มเติม: +> ข้อมูลเพิ่มเติม: - เริ่มเซสชันเชลล์แบบโต้ตอบ: diff --git a/pages.th/windows/dir.md b/pages.th/windows/dir.md index fceb42b20..094a05f22 100644 --- a/pages.th/windows/dir.md +++ b/pages.th/windows/dir.md @@ -1,7 +1,7 @@ # dir > แสดงรายการเนื้อหาไดเรกทอรี -> ข้อมูลเพิ่มเติม: +> ข้อมูลเพิ่มเติม: - แสดงเนื้อหาของไดเร็กทอรีปัจจุบัน: diff --git a/pages/windows/add-appxpackage.md b/pages/windows/add-appxpackage.md index bd0b99f9b..941e07dd3 100644 --- a/pages/windows/add-appxpackage.md +++ b/pages/windows/add-appxpackage.md @@ -1,7 +1,7 @@ # add-appxpackage > A PowerShell utility to add a signed app package (`.appx`, `.msix`, `.appxbundle` and `.msixbundle`) to a user account. -> More information: . +> More information: . - Add an app package: diff --git a/pages/windows/certutil.md b/pages/windows/certutil.md index 9e77664ec..825db30c2 100644 --- a/pages/windows/certutil.md +++ b/pages/windows/certutil.md @@ -1,7 +1,7 @@ # certutil > A tool to manage and configure certificate information. -> More information: . +> More information: . - Dump the configuration information or files: diff --git a/pages/windows/cmdkey.md b/pages/windows/cmdkey.md index 59800ed85..895d52a4c 100644 --- a/pages/windows/cmdkey.md +++ b/pages/windows/cmdkey.md @@ -1,7 +1,7 @@ # cmdkey > Create, show, and delete stored user names and passwords. -> More information: . +> More information: . - Show a list of all user credentials: diff --git a/pages/windows/measure-object.md b/pages/windows/measure-object.md index c4950ca81..e3e4715d6 100644 --- a/pages/windows/measure-object.md +++ b/pages/windows/measure-object.md @@ -2,7 +2,7 @@ > Calculates the numeric properties of objects, and the characters, words, and lines in string objects, such as files of text. > This command can only be used through PowerShell. -> More information: . +> More information: . - Count the files and folders in a directory: diff --git a/pages/windows/netsh-interface-portproxy.md b/pages/windows/netsh-interface-portproxy.md index a603e51f5..976c6c0d7 100644 --- a/pages/windows/netsh-interface-portproxy.md +++ b/pages/windows/netsh-interface-portproxy.md @@ -1,7 +1,7 @@ # netsh interface portproxy > Configure and display the status of various network components. -> More information: . +> More information: . - Display the current port forwarding setup: diff --git a/pages/windows/psexec.md b/pages/windows/psexec.md index 1faeec8d7..2a3060d90 100644 --- a/pages/windows/psexec.md +++ b/pages/windows/psexec.md @@ -2,7 +2,7 @@ > Execute a command-line process on a remote machine. > This is an advanced command and it might potentially be dangerous. -> More information: . +> More information: . - Execute a command using `cmd` in a remote shell: diff --git a/pages/windows/remove-appxpackage.md b/pages/windows/remove-appxpackage.md index 23397ffbf..22819a46e 100644 --- a/pages/windows/remove-appxpackage.md +++ b/pages/windows/remove-appxpackage.md @@ -1,7 +1,7 @@ # remove-appxpackage > A PowerShell utility to remove an app package from one or more user accounts. -> More information: . +> More information: . - Remove an app package: diff --git a/pages/windows/uwfmgr.md b/pages/windows/uwfmgr.md index 329736e0e..50bda0e12 100644 --- a/pages/windows/uwfmgr.md +++ b/pages/windows/uwfmgr.md @@ -2,7 +2,7 @@ > Unified Write Filter (UWF). > Protect drives by redirecting any writes to the drive to a virtual overlay. Writes are discarded upon reboot unless committed by default. -> More information: . +> More information: . - Get the current status: