如何修改系统默认安装位置?

2025-05-17 12:35:06
推荐回答(2个)
回答1:

注册表在...:\x0d\x0a[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]\x0d\x0a\x0d\x0a然后操作键值在:\x0d\x0a"CommonFilesDir"="C:\ProgramFiles\CommonFiles"\x0d\x0a"ProgramFilesDir"="C:\ProgramFiles\"\x0d\x0a\x0d\x0a估计问题可以解决了

回答2:

注册表在...:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]

然后操作键值在:
"CommonFilesDir"="C:\Program Files\Common Files"
"ProgramFilesDir"="C:\Program Files\"

估计问题可以解决了