У нас вы можете посмотреть бесплатно Set Persistent User Environment Variables in Windows (PowerShell & CMD) — No Admin или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn how to set persistent user environment variables in Windows using PowerShell and CMD — without admin rights! This step‑by‑step tutorial shows you how to make environment variables permanent at the user scope, so they survive across sessions and reboots. Perfect for developers, sysadmins, and IT pros who need reliable configuration without elevated privileges. #PowerShell #CMD #WindowsEnvironmentVariables #EnvironmentVariables #SysAdminTips #NoAdmin You’ll learn • How to use PowerShell’s System.Environment class with SetEnvironmentVariable • How to use PowerShell Registry provider with Get/Set-Item/ItemProperty • How to set variables via CMD and reg add commands • Why user scope doesn’t require admin rights • How to remove or update persistent variables cleanly Applies to: ✅ Windows 10, 11 ✅ Windows Server 2016—2025 Commands and Scripts (PowerShell & BASH) GitHub: https://github.com/DariensTips/Set-Pe... #### PowerShell #### Add/Set/Modify [System.Environment]::SetEnvironmentVariable("Z3ZDARTIPZZZ","RealWordITTips4You","User") $env:Z3ZDARTIPZZZ="RealWordITTip4You" Remove/Delete [System.Environment]::SetEnvironmentVariable("Z3ZDARTIPZZZ",$null,"User") Get-Item HKCU:\Environment New-ItemProperty HKCU:\Environment -Name "DARTIPSATHOME" -PropertyType String -Value "Ilovemywife" Remove-ItemProperty HKCU:\Environment -Name DARTIPSATHOME #### Command Prompt #### Add/Set/Modify setx ZZDARTIPSCMD "Subscribe4RealWordITTips" set ZZDARTIPSCMD=Subscribe4RealWordITTips Remove/Delete setx ZZDARTIPSCMD "" set ZZDARTIPSCMD= Chapters: 0:00 Introduction 056 Set Environment Variables from the Terminal 1:36 Set Environment Variables: PowerShell 2:40 Set Environment Variables: Command Prompt 3:27 Set Environment Variables: Registry 5:02 PowerToys 6:48 Thank you for watching 7:11 Links & Resources Links & Resources: https://learn.microsoft.com/en-us/dot... https://learn.microsoft.com/en-us/pow... https://learn.microsoft.com/en-us/pow... https://learn.microsoft.com/en-us/win... https://learn.microsoft.com/en-us/win... https://learn.microsoft.com/en-us/win... Glossary: HKCU = HKEY_CURRENT_USER (per-user registry hive) HKLM = HKEY_LOCAL_MACHINE (machine-wide registry hive) REG_SZ = String (literal value; no %VAR% expansion) REG_EXPAND_SZ = Expandable String (expands %VAR% at runtime) PATH = Executable search path used by Windows when launching apps setx = Command-line tool to persist environment variables (User/Machine) $env: = PowerShell environment drive (current process scope) WM_SETTINGCHANGE = Windows broadcast message to notify apps of env changes Related videos and Playlists: • WinGet: The Windows CLI Package Manager • Operating System Attribution: Sound Effect by freesound community from Pixabay: https://pixabay.com/users/freesound_c...