User Tools

Site Tools


technet:temp

This is an old revision of the document!


Get-WmiObject Win32_MappedLogicalDisk | Where-Object {$_.Name -eq “Z:”} | Select-Object *

net use Z: /delete

Get-ChildItem “HKCU:\Network”

Get-ChildItem “HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU”

$ramMB = [math]::Round((Get-WmiObject -Class Win32_ComputerSystem).TotalPhysicalMemory / 1MB) $pageMB = [math]::Round($ramMB * 1.25) Write-Host “RAM: $ramMB MB → Doporučený pagefile: $pageMB MB

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
technet/temp.1776935033.txt.gz · Last modified: by fk