2025-02-21 12:18:50 +03:00

39 lines
968 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### Как посмотреть SWAP ?
- `Win+R`
- `sysdm.cpl`
- Дополнительно -> Быстродействие (параметры) -> Дополнительно -> Витульная память
---
#### Как посмотреть блочные устройства RAM ?
В powershell
- `Get-WmiObject Win32_PhysicalMemory | Format-Table Manufacturer, Capacity, Speed, PartNumber, DeviceLocator`
- `Get-WmiObject Win32_PhysicalMemory | Select-Object Manufacturer, @{Name="Capacity(GB)";Expression={[math]::Round($_.Capacity / 1GB, 2)}}, Speed, PartNumber, DeviceLocator | Format-Table` - в Gb
---
#### Работа с переменными среды
- `Win+R`
- `sysdm.cpl`
- Дополнительно -> Переменные среды
---
#### Как расширить диск
- `Win+R`
- `diskmgmt.msc`
`AOMEI Partition Assistant` - для работы с дисками
#### Реестр
- `Win+R`
- `regedit`