add-appxpackage: add Hindi translation; pages.*: remove locale from Microsoft links (#11286)

* add-appxpackage: add Hindi translation

* pages.*: remove locale from Microsoft links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Vedant Yadav 2023-10-26 23:59:28 +05:30 committed by GitHub
parent 7c05b8fbd8
commit 9538a12740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 33 additions and 13 deletions

View File

@ -0,0 +1,20 @@
# add-appxpackage
> उपयोगकर्ता खाते में एक हस्ताक्षरित ऐप पैकेज (`.appx`, `.msix`, `.appxbundle` और `.msixbundle`) जोड़ने के लिए एक PowerShell उपयोगिता।
> अधिक जानकारी: <https://learn.microsoft.com/powershell/module/appx/add-appxpackage>.
- एक ऐप पैकेज जोड़ें:
`add-appxpackage -Path {{पैकेज.msix\का\पथ}}`
- निर्भरता के साथ एक ऐप पैकेज जोड़ें:
`add-appxpackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}}`
- ऐप इंस्टॉलर फ़ाइल का उपयोग करके एक ऐप इंस्टॉल करें:
`add-appxpackage -AppInstallerFile {{ऐप_इंस्टॉलर.msix\का\पथ}}`
- एक अहस्ताक्षरित पैकेज जोड़ें:
`add-appxpackage -Path {{पैकेज.msix\का\पथ}} -DependencyPath {{निर्भरता.msix\का\पथ}} -AllowUnsigned`

View File

@ -1,7 +1,7 @@
# certutil
> सर्टीफिकेट सूचना को प्रबंधित और विन्यसित करने के लिए एक टूल।
> अधिक जानकारी: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil>.
> अधिक जानकारी: <https://learn.microsoft.com/windows-server/administration/windows-commands/certutil>.
- विन्यास सूचना या फ़ाइलों को डंप करें:

View File

@ -1,7 +1,7 @@
# choice
> ஒரு தேர்வைத் தேர்ந்தெடுத்து, தேர்ந்தெடுக்கப்பட்ட தேர்வுக் குறியீட்டை வழங்க பயனரைத் தூண்டவும்.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/choice>.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/windows-server/administration/windows-commands/choice>.
- தற்போதைய பயனரை `Y` அல்லது `N` தேர்வைத் தேர்ந்தெடுக்கும்படி கேட்கவும்:

View File

@ -1,7 +1,7 @@
# cd
> แสดงชื่อหรือเปลี่ยนไดเร็กทอรีการทำงานปัจจุบัน
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cd>
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>
- แสดงชื่อของไดเร็กทอรีปัจจุบัน:

View File

@ -1,7 +1,7 @@
# cmd
> ตัวแปลคำสั่งของ Windows
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmd>
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmd>
- เริ่มเซสชันเชลล์แบบโต้ตอบ:

View File

@ -1,7 +1,7 @@
# dir
> แสดงรายการเนื้อหาไดเรกทอรี
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/dir>
> ข้อมูลเพิ่มเติม: <https://learn.microsoft.com/windows-server/administration/windows-commands/dir>
- แสดงเนื้อหาของไดเร็กทอรีปัจจุบัน:

View File

@ -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: <https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage>.
> More information: <https://learn.microsoft.com/powershell/module/appx/add-appxpackage>.
- Add an app package:

View File

@ -1,7 +1,7 @@
# certutil
> A tool to manage and configure certificate information.
> More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/certutil>.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/certutil>.
- Dump the configuration information or files:

View File

@ -1,7 +1,7 @@
# cmdkey
> Create, show, and delete stored user names and passwords.
> More information: <https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cmdkey>.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cmdkey>.
- Show a list of all user credentials:

View File

@ -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: <https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/measure-object>.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/measure-object>.
- Count the files and folders in a directory:

View File

@ -1,7 +1,7 @@
# netsh interface portproxy
> Configure and display the status of various network components.
> More information: <https://learn.microsoft.com/en-us/windows-server/networking/technologies/netsh/netsh-interface-portproxy>.
> More information: <https://learn.microsoft.com/windows-server/networking/technologies/netsh/netsh-interface-portproxy>.
- Display the current port forwarding setup:

View File

@ -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: <https://learn.microsoft.com/en-us/sysinternals/downloads/psexec>.
> More information: <https://learn.microsoft.com/sysinternals/downloads/psexec>.
- Execute a command using `cmd` in a remote shell:

View File

@ -1,7 +1,7 @@
# remove-appxpackage
> A PowerShell utility to remove an app package from one or more user accounts.
> More information: <https://learn.microsoft.com/en-us/powershell/module/appx/remove-appxpackage>.
> More information: <https://learn.microsoft.com/powershell/module/appx/remove-appxpackage>.
- Remove an app package:

View File

@ -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: <https://learn.microsoft.com/en-us/windows/iot/iot-enterprise/customize/unified-write-filter>.
> More information: <https://learn.microsoft.com/windows/iot/iot-enterprise/customize/unified-write-filter>.
- Get the current status: