How to manually uninstall Daemon Tools
- Click Start
- Select Settings
- Click Control Panel
- Double-click on Add/Remove Programs
- Scroll and click on DAEMON Tools
- Click Remove
(Manual):
- Enter device manager
- In Windows 9x/ME, right-click on My Computer, and click Device Manager
- In Windows NT/2000/XP, click Start, click Run, type devmgmt.msc, and click OK
- Goto the System section
- Delete ‘PnP BIOS Extension’ – If you unsure whether to delete it, goto the driver tab and click driver details, then check the version of the driver (should be the same version as your DAEMON Tools)
- Reboot your computer
- Follow (Recommended)
WinRAR命令行应用小试牛刀!http://blog.csdn.net/yuanhen/archive/2004/07/29/54911.aspx
1. 建立一个批处理文件,里头起作用的只有1行:)
BackFav.bat(名字可以随便起)文件内容:
REM 这个批处理文件是用来自动备份我的收藏夹
REM WinRAR <命令> -<开关1> -<开关N> <压缩文件> <文件…> <@列表文件…> <解压路径\>
“D:\Program Files\WinRAR\WinRAR.exe” a -as -r -sfx -zsfxpara.txt -EP1 “d:\my documents\Favorites.exe” “%USERPROFILE%\Favorites”
a: 添加指定的文件(源目录,这里是“%USERPROFILE%\Favorites”)和文件夹到压缩文件(目标文件,这里是“d:\my documents\Favorites.exe”)中。
-as: 这是一个开关,指添加方式是“同步压缩文件内容”
-r: 表示“包含子文件夹”
-sfx: 表示建立的是一个自解压文件
-zsfxpara.txt: 从文件sfxpara.txt读取压缩文件注释,这注释有什么用后面解释
-ep1: 表示不把路径%USERPROFILE%保存在压缩文件中
2. 注释文件的作用
建立压缩文件的时候不光要考虑压缩那些文件,还要考虑怎么解压缩。通过注释文件可以向压缩包传递许多有用的信息。
sfxpara.txt内容:
PATH=%USERPROFILE%\
Silent=1
PATH: 解压的路径
Silent=1: 不打开用户界面
error code 126 and error code 1797
|
SYMPTOM
When you run install.exe, an error appears: “Error code 126 specified module could not be found and error code 1797 printer unknown”
CAUSE
This error occurs because the windows printer installer looks for the framedyn.dll file in the system path and it does not exist. The .dll file should be located in the C:\windows\system32\wbem directory.
RESOLUTION
|
Windows 2000 中使用注册表设置默认打印机
若要 to set default printer in registry,follow these steps:
1. 启动注册表编辑器 (Regedt 32.exe)。
2. 找到并单击下面的注册表项:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
3. 请单击下面的值:
设备 = Printer 1,winspool,LPT 1:
4. on Edit menu,click Modify ,with of that want to set as default,printer name replace first value (Printer1) and then click OK 。
5. 退出注册表编辑器。
////////////////
如何用自己机器建立自己的网站服务器

One Response to “Misc”