wiki/docs/windows/Windows.md
ilyamak04 bebdfecaf7
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 14s
+
2025-02-10 16:58:24 +03:00

33 lines
955 B
Markdown
Raw Permalink 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`