Details for this torrent 

xpy 1.0.0 Beta
Type:
Applications > Windows
Files:
1
Size:
90.8 KiB (92977 Bytes)
Tag(s):
Open Source http://xpy.whyeye.org/
Uploaded:
2009-03-27 22:55:59 GMT
By:
olofolleola4 Trusted
Seeders:
1
Leechers:
0
Comments
0  

Info Hash:
1F58BEB6281346240F009E99B279389C5D67C40A




(Problems with magnets links are fixed by upgrading your torrent client!)
Copied from xpy Homepage:


Small tool which disables the default threats of a Windows XP installation. Besides disabling Windows and some of its components to communicate with Microsoft servers, xpy improves privacy settings and your system’s security.


Features:

- Disable Windows communicating with Microsoft

- Disable questionable services

- Tweak Internet Explorer and Windows Media Player

- Remove Windows Messenger

- Improve privacy and security

- Improve performance


The sourcecode is available under a BSD license, versions prior to 0.10 were released under the GNU General Public License (GPL v2).

Make sure you carefully choose the settings you want to apply, to avoid problems. If you experience trouble, refer to the Frequently Asked Questions or report a bug on SourceForge.

xpy is currently available in two versions, Redistributable and Monolingual.
The Redistributable build includes all available languages and is intended for distribution on offline-media (i.e. CD-ROM) or Intranet, while the Monolingual builds try to save bandwidth for fastest possible download speed.



FAQ

First of all, make sure that you check the settings you want to apply do not disable any features, you might still require. The automatic detection of xpy only indicates which settings can be made, this does not mean that the software recommends these settings.


Why would I need xpy to apply these settings?

You can change all settings xpy does within the affected software or the registry-editor. However, if you install Windows on many computer or reinstall your system frequently, you might prefer to apply these settings from one software, as it speeds up the process dramatically.

Which xpy settings do you recommend?

I will not recommend any settings, you should specify which settings fit your needs.

What are the red checkboxes, why can’t I select them?

The red checkboxes are blocking settings that are either not available to your specific operating system, or they have been applied already in a previous xpy session. To undo settings, you need to run xpy in restore-mode.

Why does software X no longer work?

You have applied a setting, that disables a feature (most likely a service), that is required by the software you are using. You can simply restore previously made changes.

Why is Windows asking me for a password on login?

You have applied the setting Disable showing last user. Have a look at Microsoft’s support page on that issue, otherwise you might have to reinstall Windows.

Why does shutting down the computer take so long?

You have chosen the Delete Pagefile on Shutdown feature.
Deleting the pagefile usually takes several minutes.

Why does xpy keep on detecting settings I already applied?

The autodetection does not work flawlessly.
At least the Uninstall Windows Messenger setting does not yet get detected automatically.

Why do some of my streams not work?

You have most likely disabled Automatic License Acquisition.
To enable it again, run xpy again in restore-mode.

How can I restore the setting(s) made with xpy?

You can run xpy again and then choose the restoration-mode.
This detects all previously made changes, so be careful in choosing what settings you want to restore.

Can I silently apply settings?

Yes, you have the option to run xpy with command-line switches.
At the moment there are only two silent-modes available, xpy.exe /? lists all available switches. The batch-mode also works silently.

Is it possible to save my settings for future use?

Yes, you have to run xpy from command-line (xpy.exe /file).
That will save a file on your desktop, which stores your preferred settings.
The next time open the configuration-file from the command-line (xpy.exe settings.xpy) to apply the same settings again.

Which Windows versions does xpy support?

xpy has primarily made for Windows XP.
It has been tested on Windows XP Professional and Windows 2003 Server.
Due to the similarity of all Windows NT 5.x versions, it should also work on Windows 2000 and Vista. However, there is a special version for Windows Vista availabe.

Is xpy still required on Windows XP SP2?

Microsoft has patched various flaws in SP2, but you can still be able to disable unwanted services or change behaviours of included software and other features.

Why can’t I install SP1 over my Windows XP installation?

This problem can appear, when you have previously disabled the Registration Wizard Control (read this MSDN article ). You can fix this by enabling it again.

Can the IE settings be ignored when using an alternative browser?

It is quite usual that some non-browser software uses Internet Explorer to download files or render webpages. As a result, applying the Internet Explorer related options of xpy should be considered.

Will there be internationalized versions of xpy?

You can find a selection of translations at SourceForge, translations will be added to the official version, once all features were implemented.
If you want to compile xpy with a custom translation, all you need is a simple text-editor and the NSIS compiler (details here).

Which command-line switches are available?

xpy supports a couple of switches to save settings or do tasks silent/unattended. To get a list of available commands, use the command-line (xpy.exe /help).

Is it possible to choose which language to use?

Yes, you need to run xpy from command-line (xpy.exe /lang) and choose your preferred language from the menu.

Can xpy by used silently?

There are multiple ways to run xpy unattended. using the commandline xpy.exe /help you will get a list of options. If you use a preferences file (.xpy), it will run silent by default.

Is there a portable version?

xpy is portable out of the box, no installation is required, you can use it from anywhere. However, if you want to undo the settings at some point, you must at least be logged in using the same user.

Is there a setup to install xpy?

By default, there’s no need to install xpy. however, if you use xpy regularly there’s a way to make it work a bit more comfortable.
To associate xpy with its batch-files, you can use the xpy.exe /install in the command-line. Additionally you can create a set of useful shortcuts with xpy.exe /shortcuts

How can I save my prefered options?

Using the command-line xpy.exe /file you can run xpy as normal, but it won’t apply any of the changes you chose. Instead these settings get saved in a file (.xpy) on your Desktop. If xpy is associated with xpy-files (xpy.exe /install), you can double-click the xpy-file. In all other cases you can use the command-line or drag & drop to apply the settings from the file.

What are the Special Builds?

There are two kinds of special builds available on SourceForge.
Those with the letter i attached to the version number (e.g. xpy-0.9.9i-bin.zip), use Ixquick as default search-engine. minixpy is a smaller version of xpy with same functionality, but less comfort. It is recommended for experienced users only.

How can I contribute a translation of xpy?

This article sums up the procedure necessary to contribute a translation.
To stay updated once a new version (with new dialogs) of xpy was released, it is recommended to sign up to the mailing-list.

Why is xpy written in NSIS?

The decision to write it in NSIS fruited on a healthy combination of curiousity and challenge. So far all tasks could be accomplished and the syntax is very easy to understand.

How can I compile from the sourcecode?

In order to compile the NSIS sourcecode, you will need makensis or it’s graphical user interface. Both come with the NSIS package.
If you need additional dll-files for compilation, refer to the makensis log-file.

Why does my antivirus software detect xpy as malware?

This is not a problem specifically happening to xpy, but a problem all NSIS compiled programs deal with. You can read more about this in the NSIS forums or on their SourceForge page.

File list not available.