WELCOME

2011年1月27日 星期四

Disabling the Windows Firewall

This document describes three methods for turning off the Windows Firewall. The first method is for any user with administrative privileges on an individual machine not remotely or collectively managed in any way. The other two methods are for use only by IT administrators on managed systems.
Note that you still need some kind of firewall protection, so don't disable the Windows Firewall unless you have the Symantec Firewall from BevoWare or other appropriate firewall software installed.

Disabling the Firewall Using the Control Panel

This method is for any user with administrative access to unmanaged systems such as: home, RESNET, and campus unmanaged system, and self-managed.
  1. From the Start menu, select Control Panel, then select Windows Firewall.
  2. Select Off, then click Ok.

Disabling the Firewall Using Local Policy

This method is for IT administrators with administrative access to unmanaged systems or locally managed systems where the machine is not part of a Windows 2000 or higher domain.
  1. From the Start menu, select Run, then enter gpedit.msc.
  2. Expand the Computer Configuration folder, then the Administrative Templates folder.
  3. Expand the Network folder, then the Network Connections folder, then the Windows Firewall folder.
  4. Select the Standard Profile folder.
  5. Double-click the Windows Firewall: Protect all network connections option.
  6. Select Disabled, then click OK.
  7. Select the Domain Profile folder.
  8. Double-click the Windows Firewall: Protect all network connections option.
  9. Select Disabled, then click OK.
  10. Close the Group Policy dialog box.

Disabling the Firewall Using Group Policy

This method is for IT administrators with administrative access to UT-managed machines that are part of a Windows 2000 or 2003 Active Directory domain.
  1. Create a new Group Policy object, and give the object a descriptive name (for example, ITS-Turn off Windows Firewall).
  2. Select the newly created group policy.
  3. Right-click on the newly created policy and select Edit.
  4. Expand the Computer Configuration folder, then the Administrative Templates folder.
  5. Expand the Network folder, then the Network Connections folder, then the Windows Firewall folder.
  6. Select the Standard Profile folder.
  7. Double-click the Windows Firewall: Protect all network connections option.
  8. Select Disabled, then click OK.
  9. Select the Domain Profile folder.
  10. Double-click the Windows Firewall: Protect all network connections option.
  11. Select Disabled, then click OK.
  12. Close the Group Policy dialog box.
  13. In the Security Filter section, click Add.
  14. Search for the objects that this group policy will be applied to, then click OK.
  15. Close the Group Policy editor.

Oleansoft Hidden Camera 250x1

Monitor and record everything your employees do!
How to know that your employees do «right» things?
What if they are looking for adult pictures or chatting with numerous friends instead of preparing urgent documents or writing an important code?
What if they sometimes send confidential materials to your competitors?
Or, what if some novices can't use internal software in a proper way?
Would you like to control all computers remotely?
Would you like to see your office or rooms via web cameras?
Would you like to hear that your employees say?
Would you like to send messages to single employee or group of employees?

The solution is: Oleansoft Hidden Camera 250x1

More than 700 companies from 35 countries use the Hidden Camera 250x1 software now!

SchemeAll you need is to install the «manager» part on your computer and the «employee» part on each computer you want to monitor. After this, you will be able to control all the computer screens and office through webcams in real time and off-line modes. The program can capture either entire desktops or only active applications (up to 250 employees per each manager station !!!). You can record voice via microphones and then play any mp3 audio file anytime.

Screenshots are captured smartly in case of any screen changes, and excluding screensavers. All screenshots / snapshots are saved and you can view («play») them at any time. For example, at the end of a working day or when any productivity problems occur.
The off-line work time counter allows to see all statistic information about work time of any employee.

Hidden Camera has «split screen» mode, when you can view all monitored computers simultaneously. Besides, it works inside almost any modern network, even through proxy. There is a very good feature which provides extremely fast installation of the program from the command line.

Remote control
You view the remote computer's screen on your own monitor, all your mouse movements and keyboard signals are transferred directly to the remote computer. You work on the remote computer just as if it were right there in front of you. You have complete, unlimited control of the remote computer so you can launch applications, work on documents, transfer files, even shut it down. Of course, that is provided you are the system administrator or have been granted these permissions by the system administrator.

2011年1月26日 星期三

Command Line Hack for: "Terminal Server Has Exceeded the Maximum Number of Allowed Connections"

If you’ve worked on a network with Windows servers, you’ve encountered this error message at least 37,000 times:
“The terminal server has exceeded the maximum number of allowed connections. The system can not log you on. The system has reached its licensed logon limit. Please try again later.”
This problem happens because Windows only allows two remote terminal services connections when you are in administrative mode, and you’ve either got two people already on that server, or more likely, you’ve got a disconnected session that still thinks it is active.
The problem with this error is that you have to actually get on the server console to fix the problem if the server isn’t in a domain. (If you are in a domain, then just open Terminal Services Manager and log off or disconnect the sessions)

To use the command line hacks, you might need to run them from another server if your local operating system doesn’t include the commands. You will also need to make sure that you are logged onto that server with an administrative account. The easiest way to do that is just map a drive (you don’t have to use a drive letter unless you choose to)
net use /user:[username] \\servername\share
Here’s a command line hack that you can use to figure out what sessions are connected to the server. Note that you could substitute the IP address for the server name.
query session /server:servername
Sample output:

Now we know that the session ID of the offending session is 2. We can use that in the next step, which is using the reset command to log off that user.
reset session [ID] /server:servername
Sample:

This command won’t display any output, but when we run the query command again, we should see that the session has now been disconnected:

The terminal server has exceeded the maximum number of allowed connections

When a user tries to connect to a machine using Remote Desktop connection, they might come across this error message.
The terminal server has exceeded the maximum number of allowed connections

This is because Windows Server only allows two connections through RDP, and you’ve either got two people already logged on to that machine, or you’ve got disconnected sessions that still thinks they are active. If a user simply closes the remote desktop window when they’re finished, that user will still remain logged on, unless there is a time out configured in Terminal Services Configuration as follows
Terminal Services Configuration
Terminal Services Configuration
If the Session time out is not configured, or the logged on users are not available, you wont be able to logon to the machine. To overcome this limitation, follow the steps as below.
open a command prompt or type in the RUN prompt
mstsc /v:[00.00.00.00/SERVERNAME] /f -console
eg: mstsc /v:192.168.1.10 /f -console
mstsc /v:ADSURF /f -console
This will connect to the physical console session on the server (also known as “session zero”). You will then be prompted with the login box and provide the administrator details. Then you will be connected to the Console Session on the server. Now you can reset the disconnected user sessions from Terminal Services Manager. Please note that if you get disconnected from this console session, you will  have to go physically to the machine.
More info on mstsc at Technet
UPDATE:
If you have Windows Vista with SP1 or Server 2008, use the following syntax:
mstsc /admin
If you use the old switch “/console”, it will just ignore that and proceed connecting. In Windows Server 2008, the /console switch doesn’t exist anymore because “session 0″ is a non-interactive session that is reserved for services. Difference between admin and console swtich are here.
Another workaround:
You can also query the sessions on the remote machine as an administrator of that machine. Open a command prompt as a domain administrator that the remote machine is set to or map a drive of that remote machine.
Then in the command prompt, type as below:
query session /server:servername
Replace servername with the remote machine name or IP address.

Now we have the information of all the users/sessions that are active/disconnected on the remote machine. We can now reset one of the session with the following command.
reset session [ID] /server:servername
Replace [ID] with the number from the prevoius output and servername with the remote machine name or IP address. This will reset the session and now you can login using Remote Desktop connection.

2011年1月25日 星期二

Windows 7 USB/DVD Download Tool

如果你的電腦沒裝光碟機、或者你用的筆記型電腦是沒內建光碟機的機種,可卻想重灌系統成Windows 7的話,該怎樣才能讓電腦透過USB隨身碟來安裝Windows 7系統呢?
幾個月前微軟推出了一個名為「Windows 7 USB/DVD Download Tool」 的小工具,可以幫我們將Windows 7系統的光碟ISO檔燒錄到DVD光碟或轉製成USB可開機隨身碟,讓我們可以從微軟網站下載Win7 ISO檔後能自行選用光碟機或USB隨身碟來安裝系統。對於沒內建光碟機的小筆電來說,也多了個重灌電腦的解決方法,重點是透過速度較快的USB隨身碟或 記憶卡來安裝Windows 7的話,速度比一般光碟機快很多唷!

以下的軟體可將Windows 7作業系統燒錄成DVD開機光碟或做成USB開機隨身碟、記憶卡,如果你要做成USB開機隨身碟的話,請準備至少3GB以上容量的隨身碟。另外,如果要用 USB隨身碟來開機、安裝作業系統的話,電腦的主機板必須是比較新的規格才會有USB外接設備的開機選項,請先確定BIOS裡面或開機選單裡面有USB設 備可選,太舊的電腦可能就不支援USB外接設備開機功能,只能用光碟機開機囉。
雖然這軟體相當簡單好用,不過之前卻傳出微軟的這個小工具可能取用某GPL授權的程式原始碼而被檢舉,目前微軟已經將該軟體的下載點與網頁都撤掉了,說是等調查完成後才會再釋出,不過我們還是可以從其他網友保留的程式下載來用用。


使用方法:

第1步  首先,我們必須將Windows 7安裝光碟製作成一個.iso格式的光碟映像檔,如果你是從微軟網站下載來的iso檔的話可以直接用,如果是買來的光碟則可利用下面的軟體來將光碟內容做成ISO檔:



第2步  接著將Windows 7 USB/DVD Download Tool軟體下載回來並安裝好之後,開啟軟體主程式,先按「Browse」按鈕選取你製作好的ISO檔,再按一下「Next」。
01-用「USB隨身碟」安裝、重灌Windows 7,速度大提昇!
 
第3步  此時,我們可以選擇要做成USB開機隨身碟或DVD安裝光碟,請按一下「USB device」按鈕,選擇將Windows 7安裝光碟的內容轉移到USB隨身碟中。
02-用「USB隨身碟」安裝、重灌Windows 7,速度大提昇!
 
第4步  接著,會出現一個視窗讓我們點選USB隨身碟或記憶卡的位置,選好之後再按一下「Begin copying」按鈕,開始複製檔案。
03-用「USB隨身碟」安裝、重灌Windows 7,速度大提昇!
 
第5步  接著就是等....。
04-用「USB隨身碟」安裝、重灌Windows 7,速度大提昇!
 
第6步  完成後,我們就可以用USB隨身碟來開機、安裝Windows 7囉!製作好Windows 7系統安裝USB碟之後,如果你要重灌電腦的話,可以先讓電腦重開機再用下面方法調整BIOS設定值,或從開機時的啟動選單點選USB外接裝置來安裝系統。

如何設定BIOS開機順序,讓電腦用「光碟片」或「USB隨身碟」開機?
05用「USB隨身碟」安裝、重灌Windows 7,速度大提昇! 

2011年1月24日 星期一

Getting started with RT Se7en Lite

RT Se7en Lite is developed by Rockers Team to customize windows 7 operating system and to make it lite. You can add wallpapers, Icons, themes, integrate updates, drivers, language packs, applications, remove components, enable or disable features, unattended installation settings, bootable ISO and USB creator , etc. It will be very easy to operate and changing the style of your windows 7 operating system.
RT Seven Lite Introduction, integration
It supports both 32 and 64 bit windows 7 operating system only. It will not support Windows vista and windows server 2008. Windows 7 operating system has many built-in applications, and you can remove all unwanted applications using RT Se7en lite. So by using RT Se7en Lite you can do miracles with windows 7 operating systems.

Open Source folder synchroniser.

Synkron is an Open Source folder synchroniser.

Synkron Synkron is an application for folder synchronisation that allows you to configure your synchronisations in detail. Despite having many features, the user interface of Synkron is very user-friendly and easy to use.
Synkron is able to synchronise multiple folders at once, analyse folders before sync, restore overwritten or deleted files, plan synchronisations and much more.
Synkron is a cross-platform application and runs on Mac OS X, Linux and Windows.
Synkron is distributed under the terms of the GPL v2 licence.

The Fastest BitTorrent+Gnutella P2P Program

Explore the features

  • Completely Free & Open Source!
  • Faster Download Speeds
  • No Spyware. No Adware. Guaranteed.
  • iTunes™ Compatible!
  • BTIH Magnet Torrent Downloads
  • Friendly Online Chat Rooms
  • Improved BitTorrent Technology
  • Even More Connections
  • New & Improved Skins

Experience the action

RegSeeker

RegSeeker is a perfect companion for your Windows registry !
RegSeeker includes a powerful registry cleaner and can display various informations like your startup entries, several histories (even index.dat files), installed applications and much more ! With RegSeeker you can search for any item inside your registry, export/delete the results, open them in the registry. RegSeeker also includes a tweaks panel to optimize your OS ! Now RegSeeker includes a file tool to search for duplicate files, bad shortcuts and more !
RegSeeker is FREE for personal use only !
For any usage in any Company or Organization, please contact us (regseeker@hoverdesk.net) for licensing informations.



Alternate download

Free Screen Recorder

System Requirements:
  • Minimum: Pentium II 233 PC or higher, 32MB RAM or more.
  • Recommend: Pentium III 450 PC or higher, 64MB RAM or more.
  • Operating System: Windows 95, 98/98SE, Me, NT4, 2000 or XP/2003/Vista.

2011年1月20日 星期四

How to clear mailbox by exadmin in exchange 2010

July 16
How to clear mailbox by exadmin in exchange 2010
1-assign the permission to exadmin
new-managementroleassignment “xxxx” –role “mailbox import export” –user exadmin

2-check the mailbox folder size
get-mailbox xxxx | get-mailboxfolderstatistics | ft foldertype,foldersize

3-delete all messages
get-mailbox xxxx | export-mailbox –deletecontent –deleteassociatedmessages –globalcatalog hq-dca

4-result

5-check the mailbox folder size again

Done

创建PDF格式和编辑PDF格式免费PDF24 PDF格式造物主

100 %免费PDF创作及PDF格式转换器

100 %的免费PDF Creator和PDF转换提供了PDF24.org适用于所有的Windows程序和有很多功能,你不会指望从一个免费的软件:创建PDF文件的几乎每 一个Windows应用程序,重新排序的网页,合并,分割,和密码保护您现有的PDF文件。 创建PDF格式下载

在线PDF转换也为您的网站

使用我们的在线PDF转换,您可以转换最常见的文件格式为PDF格式,但不进行安装任何软件。你唯一要做的就是将文件上传给我们的网站和由此产生的PDF格式将通过电子邮件发送给您不久。你甚至可以把在线PDF转换成您自己的网站。

创建PDF格式的插件和工具PDF24

PDF24.org提供免费工具和插件为您的博客,您的公告栏和网站。 PDF格式的插件!

影片檔案轉DVD神器

Version 1.6.1:

2011年1月19日 星期三

Protecting the web for your security, privacy and anonymity! Get behind the SHIELD! 100% FREE!

  • Secure your web session, data, online shopping, and personal information online with HTTPS encryption.
  • Protect yourself from identity theft online.
  • Hide your IP address for your privacy online.
  • Access all content privately without censorship; bypass firewalls.
  • Protect yourself from snoopers at Wi-Fi hotspots, hotels, airports, corporate offices.
Works on wireless and wired connections alike. Provides Unlimited Bandwidth.
Works on the PC and the MAC, including new operating systems (Windows 7 and Snow Leopard)
Hotspot Shield protects your entire web surfing session; securing your connection at both your home Internet network & Public Internet networks (both wired and wireless). Hotspot Shield protects your identity by ensuring that all web transactions (shopping, filling out forms, downloads) are secured through HTTPS. Hotspot Shield also makes you private online making your identity invisible to third party websites and ISP’s. Unless you choose to sign into a certain site, you will be anonymous for your entire web session with Hotspot Shield. We love the web because of the freedom that it creates to explore, organize, and communicate. Hotspot Shield enables access to all information online, providing freedom to access all web content freely and securely. Secure your entire web session and ensure your privacy online; your passwords, credit card numbers, and all of your data is secured with Hotspot Shield. Standard antivirus software protects your computer, but not your web activities.
That's why AnchorFree is pleased to offer Hotspot Shield. Our application keeps your Internet connection secure, private, and anonymous.

100% Security Through a VPN

Hotspot Shield creates a virtual private network (VPN) between your laptop or iPhone and our Internet gateway. This impenetrable tunnel prevents snoopers, hackers, ISP’s, from viewing your web browsing activities, instant messages, downloads, credit card information or anything else you send over the network. Hotspot Shield security application is free to download, employs the latest VPN technology, and is easy to install and use.
So go ahead - Get behind the Shield - Try Hotspot Shield today!
Hotspot Shield runs on:
  • Windows 7
  • Windows XP
  • Windows 2000
  • Windows Vista
  • Mac OS X (10.4 Tiger)
  • Mac OS X (10.5 Leopard)
  • Mac OS X (10.6 Snow Leopard)
By clicking on the download button, you are agreeing to the Hotspot Shield terms of use.
If you decide to uninstall Hotspot Shield at any time, please, follow the usual steps: select "Control Panel" from Start menu, click "Add or Remove Programs", highlight "Hotspot Shield" entry and click "Change/Remove" button.

2011年1月17日 星期一

FirePasswordViewer

About FirePasswordViewer

FirePasswordViewer is the GUI version of popular FirePassword tool to recover login passwords stored by Firefox. Like other browsers, Firefox also stores the login details such as username, password for every website visited by the user at the user consent. All these secret details are stored in Firefox sign-on database securely in an encrypted format. FirePasswordViewer can instantly decrypt and recover these secrets even if they are protected with master password.

Also FirePasswordViewer can be used to recover sign-on passwords from different profile (for other users on the same system) as well as from the different operating system (such as Linux, Mac etc). This greatly helps forensic investigators who can copy the Firefox profile data from the target system to different machine and recover the passwords offline without affecting the target environment.

New version brings in the Installer to locally install FirePasswordVieweer on your system. It has intuitive setup wizard which guides you through series of steps in easy Installation as well as Uninstallation.

FirePasswordViewer is fully portable tool which works on wider range of platforms starting from Windows XP to latest operating system, Windows 7.
 




Norton Power Eraser

Norton Power Eraser
去除深層嵌入、難以移除且不容易被傳統病毒掃描程式偵測到的犯罪軟體。
如果您的電腦感染了一般病毒掃描程式無法偵測到的犯罪軟體,請使用 Norton Power Eraser 來加以鎖定與去除。

下載指示:
  1. 按下上方的「下載 Norton Power Eraser」按鈕
  2. 此時將出現一個對話方塊,請按下「儲存」
  3. 選取您要儲存檔案的位置,然後按下「儲存」。
  4. 前往檔案的儲存位置,然後執行下載的檔案
  5. 系統可能會出現提示,要求您確認是否要執行該檔案。請確認並繼續下載程序。

由於 Norton Power Eraser 可主動偵測這些威脅, 可能會不小心選取合法的程式並加以移除。因此請務必謹慎使用這項工具,而且只有在其他方式都無效時才使用。

Fast, Companion Antivirus with Basic Online Protection

Step 1: Download and install Immunet Protect
Click here to start downloading Immunet Protect, if it hasn't already started. Launch ImmunetSetup.exe when it's finished downloading.
Immunet has also partnered with Cloudmark to protect your inbox from spam, phishing and viruses with Cloudmark DesktopOne.
 
Step 2: Register with Immunet
Once you have installed Immunet Protect, register with Immunet to join the global Immunet Community.
 
Step 3. Add People to the Immunet Community
Protect the people you care about by inviting your closest contacts to install Immunet and become a part of your community. People you invite who install Immunet Protect will appear in your "My Community" screen and you will be able to see their protection status and know they are safe from viruses.

OSForensics

Extract forensic data from computers, quicker and easier than ever.
Uncover everything hidden inside a PC.

System requirements

Windows XP, Vista & Win 7
Windows Server 2000, 2003, 2008
32bit and 64bit support
30MB of free disk space, or can be run from USB drive

2011年1月10日 星期一

開機時顯示開機信息

如果用家是電腦管理員,而又想其他使用者使用電腦前,先行閱讀一段指定的文字的話,在 Windows 7 只需要一些小技巧,就可以在每次開機時自動彈出一段信息,用家需要按下「確定」才可以進入桌面。

在 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\System 中尋找 legalnoticecaption,這是信息的標題。

接著在下方的 legalnoticetext,則是整條信息的內容。用家可以除了可以輸入中文外,其訊息長度也沒有限制。

2011年1月6日 星期四

System Silencer

System Silencer is a freeware application that allows you to easily customize the way your computer should react when it's idle (you haven't used your keyboard and mouse for a longer period). More details can be found here.

Do you have suggestions for System Silencer? Post your ideas on the support forum.

DO NOT HOST SYSTEM SILENCER! JUST LINK TO THIS PAGE!  [Details here]

VideoCacheView v1.83 - Save downloaded video files from Web browser cache

Related Utilities

  • Applian FLV Player - Freeware Flv player from Applian technologies that can play all flv files you extract with VideoCacheView.
  • Replay Capture Suite - Capture any video/audio stream and convert it to to 36 popular formats.
  • InstalledCodec - Displays the list of all Codec drivers currently installed on your system, and allows to disable unwanted Codec drivers.
  • WebVideoCap - Capture Flash video (.flv) and RTSP/MMS streams from Video Web sites

Description

After watching a video in a Web site, you may want to save the video file into your local disk for playing it offline in the future. If the video file is stored in your browser's cache, this utility can help you to extract the video file from the cache and save it for watching it in the future.
It automatically scans the entire cache of Internet Explorer and Mozilla-based Web browsers (Including Firefox) and finds all video files that are currently stored in it. It allows you to easily copy the cached video files into another folder for playing/watching them in the future. If you have a movie player that is configured to play flv files, it also allows you to play the video directly from your browser's cache.