78 lines
5.4 KiB
Markdown
78 lines
5.4 KiB
Markdown
# 💻 Apps
|
||
<details><summary><h3>🔓 Activators</h3></summary>
|
||
|
||
### <a target="_blank" href="https://github.com/awesome-windows11/windows11/releases/tag/99">🔓 Activator by Ratiborus</a>
|
||
В AAct все операции с активацией, с лицензиями, выполняются с помощью стандартных скриптов slmgr.vbs и ospp.vbs, уж их то даже самый ненормальный антивирусник не заподозрит в "троянстве".
|
||
|
||
<details>
|
||
<summary> В чём отличие KMSAuto Net 2016 1.5.0 и Portable AAct?</summary>
|
||
Принципиальное отличие этих двух программ в том, что у первой для работы программы требуется .NET Framework 4.5 , а вот для второй НЕ требуется .NET Framework, работает на Windows XP - 10.
|
||
<br><br>
|
||
С другой стороны KMSAuto Net имеет намного больше возможностей по настройке процесса активации, чем AAct и иногда позволяет решить проблемы с KMS-активацией там, где AAct не справляется. Или, если использовать автомобильную терминологию, первая программа является высокоэффективной ручной коробкой передач, позволяющей опытному водителю использовать ее возможности по максимуму, в то время как вторая программа является "автоматом", более подходящим для новичков и домохозяек.
|
||
</details>
|
||
</details>
|
||
|
||
http://forum.ru-board.com/topic.cgi?forum=2&topic=5559
|
||
|
||
### Install My Apps:
|
||
```powershell
|
||
winget install 7zip ; winget install steam ; winget install git ; winget install Terminal
|
||
```
|
||
https://github.com/awesome-windows11/windows11/releases/tag/99
|
||
|
||
[Paint.NET](https://www.dotpdn.com/downloads/pdn.html)
|
||
<br>
|
||
[Snappy Driver Installer](https://sdi-tool.org/download/)
|
||
<br>
|
||
[qBittorrent Portable](https://portableapps.com/apps/internet/qbittorrent_portable)
|
||
|
||
<details><summary><h3>🌎 Browsers</h3></summary>
|
||
|
||
All information: https://github.com/awesome-windows11/chrome
|
||
|
||
</details>
|
||
|
||
<details><summary><h3>💾 Hash</h3></summary>
|
||
Hash files are commonly used as a method of verifying file size. This process is called check-sum verification. When a file is sent over a network, it must be broken into small pieces and reassembled after it reaches its destination. In this situation the hash number represents the size of the data in a file. The hash can then be used as a tool for validating the entire file was successfully transmitted over the network.
|
||
|
||
Hashes cannot be reversed, so simply knowing the result of a file’s hash from a hashing algorithm does not allow you to reconstruct the file’s contents. What it does allow you to do, however, is determine whether two files are identical or not without knowing anything about their contents.
|
||
|
||
For this reason, the idea that the result is unique is fundamental to the whole concept of hashes. If two different files could produce the same digest, we would have a “collision”, and we would not be able to use the hash as a reliable identifier for that file.
|
||
|
||
The possibility of producing a collision is small, but not unheard of, and is the reason why more secure algorithms like SHA-2 have replaced SHA-1 and MD5.
|
||
|
||
An integrity hash (e.g. CRC32), sometimes called a "redundancy hash", has the properties necessary to provide a fairly good indication of accidental corruption of a file. These hashes will generally produce a different hash when a bit is changed, but will not withstand someone purposefully trying to generate a collision. For example, the strings "Maria has nine red beds." and "Steven has fifteen white tables." are different but generate the same CRC32 hash of 0ECB65F5. The general requirements for integrity hashes are as follows:
|
||
|
||
A cryptographic hash such as MD5, SHA1, SHA256, or Keccak, has many more requirements. These hashes are designed to be highly resistant against attempts to discover any information about the original input data, or collisions in the hash function.
|
||
</details>
|
||
|
||
[HashCheck](https://github.com/gurnec/HashCheck)
|
||
<br>
|
||
[HashTab](https://hashtab.ru)
|
||
<br>
|
||
[gtkhash](https://github.com/tristanheaven/gtkhash)
|
||
<br>
|
||
[HashMyFiles](https://www.nirsoft.net/utils/hash_my_files.html)
|
||
<br>
|
||
[getmd5checker](http://getmd5checker.com)
|
||
|
||
<details><summary><h3>Double-click mouse fix</h3></summary>
|
||
|
||
# Проверка
|
||
https://alexbruni.ru/checkmouse
|
||
|
||
https://codepen.io/blink172/pen/vERyxK
|
||
|
||
# Исправить
|
||
https://www.clickfix.cf
|
||
|
||
https://www.softpedia.com/get/System/System-Miscellaneous/Left-Mouse-Button-Fix.shtml
|
||
</details>
|
||
|
||
<details><summary><h3>🔐 Security</h3></summary>
|
||
|
||
### [<img width=20px src="https://cdni.comss.net/logo/sandboxie_icon.png"></img> Sandboxie](https://github.com/sandboxie-plus/Sandboxie)
|
||
Is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying local & mapped drives or the windows registry. An isolated virtual environment allows controlled testing of untrusted programs and web surfing.
|
||
|
||
</details>
|