Skip to content

Instantly share code, notes, and snippets.

@chroming
Created July 3, 2021 08:54
Show Gist options
  • Save chroming/2dff23f375557c915de8415ff544bdd2 to your computer and use it in GitHub Desktop.
Save chroming/2dff23f375557c915de8415ff544bdd2 to your computer and use it in GitHub Desktop.
解决Windows中文用户名无法正常运行AntConc的问题

问题

新版AntConc软件本身存在兼容性问题,不能运行在用户名是中文的系Windows系统上,官方没提供解决方法。

解决方法概述

解决方法是新建一个非中文名用户,在当前用户下通过powershell脚本以另一个用户的身份运行AntConc。

参考资料

How do I view all the users on a Windows computer?

PowerShell因为在此系统中禁止执行脚本解决方法

新建一个账户就能隔离毒瘤应用:Windows 自带权限工具妙用

How to run BAT, CMD, EXE, MSC or MSI as a different user. Windows 7/8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment