powershell 更正问题,而当配置文件目录不再位于文件系统上时,用户始终使用TEMP配置文件登录。这个
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 更正问题,而当配置文件目录不再位于文件系统上时,用户始终使用TEMP配置文件登录。这个相关的知识,希望对你有一定的参考价值。
Get-ItemProperty -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\$((New-Object System.Security.Principal.NTAccount($env:USERNAME)).Translate([System.Security.Principal.SecurityIdentifier]).Value).bak" -Name "ProfileImagePath" | Select -ExpandProperty ProfileImagePath | % {$ProfileImagePath = "$($_)" ; Write-Host "ProfileImagePath: $($ProfileImagePath) - " -NoNewline ; if ((Test-Path $ProfileImagePath) -eq $true) {Write-Host "Profile image path found." -ForegroundColor Green} else {Write-Host "Profile image path does not exist." -ForegroundColor Red ; Remove-Item -Path "Registry::HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\$((New-Object System.Security.Principal.NTAccount($env:USERNAME)).Translate([System.Security.Principal.SecurityIdentifier]).Value).bak" -Confirm}}
以上是关于powershell 更正问题,而当配置文件目录不再位于文件系统上时,用户始终使用TEMP配置文件登录。这个的主要内容,如果未能解决你的问题,请参考以下文章
使用powershell通过配置文件config调用wcf(含用户名密码认证)
powershell配置Gvim
Powershell PnP - 在线登录 Sharepoint 并下载文件
如何在Win10中通过powershell修改Jupyter notebook的默认目录
sh 更正ssh密钥和配置的文件权限。
从 Powershell 将不存在的文件路径导出到文本文件