我正在使用 cmder ( https://github.com/cmderdev/cmder ),并且希望能够:
我该怎么做呢?
我有一台旧计算机,在旧的 Windows XP PC 上的 Outlook Express 下有数千封电子邮件。我想将它们移到使用 Outlook 2010 的较新的 Windows 7 PC 上。这样做的最佳方法是什么?仅通过闪存驱动器手动复制电子邮件是行不通的,因为创建日期被重置为今天的日期,这使得很难对电子邮件进行分类。
我使用 Chocolatey 安装了 Python:
choco install python3
Run Code Online (Sandbox Code Playgroud)
我在管理 PowerShell 提示符下执行此操作。结果似乎足够成功:
PS C:\Windows\system32> choco install python3 --force
Installing the following packages:
python3
By installing you accept licenses for the packages.
python3 v3.6.0 (forced)
The package python3 wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider setting
'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
Do you want to run the script?
1) yes …Run Code Online (Sandbox Code Playgroud) 我正在寻找做这个问题中提出的问题:how to run a powershell script as administrator
接受的答案说使用快捷方式。我想这样做,但是当我进入高级属性时,一切都变灰了。我该如何解决这个问题?