Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use PowerShell check File in Win10 system

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to use PowerShell check file in Win10 system? I believe that many inexperienced people are at a loss about this, so this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

The specific methods are as follows:

1. Default normal authentication (SHA256) command:

Get-FileHash file path | Format-List

2. Special requirements verification

Get-FileHash file path-Algorithm verifies content | Format-List

Tip 1: this authentication does not support CRC32 (as shown in the figure above). The following are the authentication types supported by this command.

SHA1

SHA256

SHA384

SHA512

MACTripleDES

MD5

RIPEMD160

Tip 2: when entering a path like D:\ Program Files (x86) on the command line, because there are characters such as spaces and parentheses, it will be a problem for the program to identify directly, so it is necessary to put English double quotation marks before and after the path, which is not necessary if it is a normal folder name.

Tip 3: the parameter Algorithm cannot be specified multiple times in the same command, and a command can only calculate one check value.

After reading the above, have you mastered how to use PowerShell to verify files in the Win10 system? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report