预览模式: 普通 | 列表

快速还原

点击下载此文件

4.4修正功能(2008-6-10)
修正了被6月5日机器狗变种穿透还原的问题。

4.3修正功能(2008-5-10)
修正了被[桌面幽灵]穿透还原的问题。

4.2修正功能(2008-2-18)
修正了在某些主板上机器狗防不住的问题。

查看更多...

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 347

PE Explorer 1.98R2

PE Explorer 1.98R2

点击下载此文件


                PE Explorer 1.98 R2 简体中文化版

                      汉化新世纪成员作品
                   (http://www.hanzify.org)

查看更多...

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 386

PsExec v1.94

 

By Mark Russinovich

Published: January 4, 2008

Introduction

Utilities like Telnet and remote control programs like Symantec's PC Anywhere let you execute programs on remote systems, but they can be a pain to set up and require that you install client software on the remote systems that you wish to access. PsExec is a light-weight telnet-replacement that lets you execute processes on other systems, complete with full interactivity for console applications, without having to manually install client software. PsExec's most powerful uses include launching interactive command-prompts on remote systems and remote-enabling tools like IpConfig that otherwise do not have the ability to show information about remote systems.

Note: some anti-virus scanners report that one or more of the tools are infected with a "remote admin" virus. None of the PsTools contain viruses, but they have been used by viruses, which is why they trigger virus notifications.

Installation

Just copy PsExec onto your executable path. Typing "psexec" displays its usage syntax.

PsExec works on Windows Server 2008, Vista, NT 4.0, Win2K, Windows XP and Server 2003 including x64 versions of Windows.

Usage

查看更多...

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 365
在使用nForce 芯片的主板上安装了IDE或是SATA驱动后,使用SATA硬盘时,会在托盘区出现“安全删除硬件”图标。虽然不影响操作,但是看着不舒服。其实这个问题一般出现在nForce芯片组的主板和SATA硬盘,再加上安装了IDE-SW驱动,肯定会在任务栏出现“安全删除 硬件”的图标。这是nForce芯片组的特性,只要使用这种芯片,安装了IDE-SW主板驱动以后,系统默认将SATA硬盘识为可移动硬盘,所以只要不是系统的问题,我们就可以按照下面的方法去除。
1.打开注册表。开始--运行--regedit,然后依次展开
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvata
或 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvatabus
2.新建一个DWORD值,名称取名叫“DisableRemovable”,值为“1”。
重启以后,SATA 硬盘就不会变成可以移除设备了,当然图标就不出现了。修改后U盘、移动硬盘等都可正常使用。
分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 267

去除右键上的显卡控制面板!

在安装了显卡驱动后会在右键菜单中加上一个启动显卡控制面板的选项,其实一般用不到.

我们可以把它删除了.

删除方法:

Nvidia 类: regsvr32 /u nvcpl.dll

查看更多...

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 562

方法1:

使用ntfsmount 来挂载

在fstab 里把原来的挂载删除了,用 ntfsmount /dev/hda5 /mnt/hda5 就可以,不需要参数。

方法2:

查看更多...

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 398

一网天地启动脚本(vbs)

'一网天地启动脚本 by flynaj
'2008年4月1日 16时28分00秒
bdmac
'upwallpaper "\\192.168.4.250\update\zm.bmp"
'createtemp "e:\temp\temp"

查看更多...

Tags: 启动脚本

分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 317

远程桌面连接的历史记录位置!

HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default
这个下面的MRU0 MRU1之类的就是历史记录,可以选择删除!
分类:技术资料 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 419