卸载软件时,提示“错误1606,无法访问网络位置%userprofile%\Favorites\”,是怎么回事呢?
发布网友
发布时间:2022-04-14 16:18
我来回答
共2个回答
懂视网
时间:2022-04-14 20:39
The PRODUCT_USER_PROFILE (PUP) table provides product-level security that supplements the user-level security provided by the SQL GRANT and REVOKE commands and user roles. To create the PUP table, log in to SQL*Plus as the SYSTEM user and r
The PRODUCT_USER_PROFILE (PUP) table provides product-level security that supplements the user-level security provided by the SQL GRANT and REVOKE commands and user roles. To create the PUP table, log in to SQL*Plus as the SYSTEM user and run PUPBLD.SQL which is located in the ORACLE_HOMESQLPLUSADMIN directory with:
[oracle@nbuserver admin]$ ls
glogin.sql help libsqlplus.def plustrce.sql pupbld.sql
[oracle@nbuserver admin]$
[oracle@nbuserver admin]$
[oracle@nbuserver admin]$
[oracle@nbuserver admin]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Sun Aug 24 07:20:41 2014
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SYS@orcl11g>@pupbld.sql
insert into product_user_profile values('SQL*Plus','SCOTT','DROP',null,null,'DISABLED',null,null); reconnect sql*plus: conn scott/tiger; Connected.
SYS@orcl11g>conn scott/tiger;
Connected.
SCOTT@orcl11g>drop table zbdba;
SP2-0544: Command "drop" disabled in Product User Profile for more information: http://docs.oracle.com/cd/A64702_01/doc/server.805/a53717/ape.htm
热心网友
时间:2022-04-14 17:47
1. 单击“开始”,单击“运行”,键入 Regedit.exe,然后单击“确定”。
2. 找到并单击下面的注册表子项:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
3. 在右窗格中,验证其中的值是否与下表中的值相同。如果所有值都与下表匹配,则转
到步骤 7。
数值名称 类型 数值数据
AppData REG_EXPAND_SZ %USERPROFILE%\Application Data
Cache REG_EXPAND_SZ %USERPROFILE%\Local Settings\Temporary Internet Files
Cookies REG_EXPAND_SZ %USERPROFILE%\Cookies
Desktop REG_EXPAND_SZ %USERPROFILE%\桌面
Favorites REG_EXPAND_SZ %USERPROFILE%\Favorites
History REG_EXPAND_SZ %USERPROFILE%\Local Settings\History
LocalAppData REG_EXPAND_SZ %USERPROFILE%\Local Settings\Application Data
Local Settings REG_EXPAND_SZ %USERPROFILE%\Local Settings
My Pictures REG_EXPAND_SZ %USERPROFILE%\My Documents\My Pictures
NetHood REG_EXPAND_SZ %USERPROFILE%\NetHood
Personal REG_EXPAND_SZ %USERPROFILE%\My Documents
PrintHood REG_EXPAND_SZ %USERPROFILE%\PrintHood
Programs REG_EXPAND_SZ %USERPROFILE%\「开始」菜单\程序
Recent REG_EXPAND_SZ %USERPROFILE%\Recent
SendTo REG_EXPAND_SZ %USERPROFILE%\SendTo
Start Menu REG_EXPAND_SZ %USERPROFILE%\「开始」菜单
Startup REG_EXPAND_SZ %USERPROFILE%\「开始」菜单\程序\启动
Templates REG_EXPAND_SZ %USERPROFILE%\Templates
4. 如果有任何名称、类型或值与步骤 3 中的表不匹配,则右键单击该值名称,然后单
击“删除”。
5. 在左窗格中,右键单击“User Shell Folders”,指向“新建”,单击“可扩充字符
串值”,键入要按步骤 3 中的表输入的名称值,然后按 Enter 键。
6. 右键单击在步骤 5 中创建的值,单击“修改”,在“数值数据”框中键入该数值名
称的值,然后单击“确定”。
7. 找到并单击下面的注册表子项:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
8. 在右窗格中,验证其中的值是否与下表中的值相同。如果所有值都与下表匹配,则转
到步骤 12。
数值名称 类型 数值数据
Common AppData REG_EXPAND_SZ %ALLUSERSPROFILE%\Application Data
Common Desktop REG_EXPAND_SZ %ALLUSERSPROFILE%\桌面
Common Documents REG_EXPAND_SZ %ALLUSERSPROFILE%\Documents
Common Favorites REG_EXPAND_SZ %ALLUSERSPROFILE%\Favorites
Common Programs REG_EXPAND_SZ %ALLUSERSPROFILE%\「开始」菜单\程序
Common Start Menu REG_EXPAND_SZ %ALLUSERSPROFILE%\「开始」菜单
Common Startup REG_EXPAND_SZ %ALLUSERSPROFILE%\「开始」菜单\程序\启动
Common templates REG_EXPAND_SZ %ALLUSERSPROFILE%\Templates
9. 如果有任何名称、类型或值与步骤 3 中的表不匹配,则右键单击该值名称,然后单
击“删除”。
10. 在左窗格中,右键单击“User Shell Folders”,指向“新建”,单击“可扩充字
符串值”,键入要按步骤 3 中的表输入的名称值,然后按 Enter 键。
11. 右键单击在步骤 5 中创建的值,单击“修改”,在“数值数据”框中键入该数值名
称的值,然后单击“确定”。
12. 退出注册表编辑器,然后重新启动计算机
--------------------------------------------------------------------------------
注:可以用RegEditX 2.0编辑注册表
RegEditX是一款增强注册表编辑器的工具,有了它你将更轻松地控制注册表。该软件带有地址栏,只要你知道想要去的注册表地址,就可以像管理文件夹一样管理注册表。