Windows Xp Crystal Edition v3 2008
August 28, 2007
Features
1-All latest hotfixes integrated till this moment
2-More speed while browsing internet and network computers
3-New programs has been added with the latest versions
4-More useful registry tweaks
5-Faster connection speed has been unlocked
6-Annoying windows error message has been disabled
7-windows file protection has been disabled
8-New beautiful background wallpapers
9-New style icons and themes
10-Transparent glass aero
11-New boot screen and logon screen
and much more
Windows Crystal XP V3
————————————————————————–
Only install this edition of Windows onto a freshly formatted partition
First of all there is {no languages or drivers has been removed}
======================================
Removed
Help and support files
Wallpapers and backgrunds {Replaced}
Windows Sounds
Old Windows Themes {Replaced}
Wordpad
Movie Maker
Old Windows Cursures {Replaced}
Old screen savers
Image
Integrated
All latest microsoft sp2 hotfixes till july 2007
Internet Explorer 7
Media Player 11
Flash player 9
Direct x9
Control panel addons:
1-Boot safe
2-Boot Vis
3-Clear Type Tuning
4-Cpu-Z.CPL
5-Dial-a-fix
6-HD Tune
7-HostXpert
8-Mem Test
9-MS Autoplay Repair Wizard
10-MS Time Zone
11-MS Virtual cd-Rom
12-MS Config
13-Msi Cleanup Utility
14-Services and Devices
15-Startup Control Panel
16-Tweakui
17-User Accounts 2
18-Win Update List
19-Xp-Antispy
==================
Default Programs
1-Foxit pdf reader
2-K-Lite Mega codec pack
3-Node23 Antiviruse
4-Orbit Downloader
5-Tuneup Utilities
6-Winamp mp3 player
7-Windows Live Messenger
8-Winrar Corporat
9-Yahoo Messenger
Image
Optional Programs
1-Firefox Web Browser
2-Microsoft .NET Framework Version 2.0
3-Microsoft Java
4-Faststone Image Viewer
5-Nero Micro v7.7.5.1
6-UltraISO Premium Edition
7-Powertoy Image Resizer
8-Utorrent
9-Paint .Net
10-Flash Games







Download Links:
Links Updated…………
Credited:Th3zone.com
Firefox Speed Tweak
August 17, 2007This is a more in depth guide to speeding up Mozilla Firefox than some other guides. This guide was made so that any computer could become faster, not just a fast computer with a fast connection.
First, install the ChromEdit Plus extension.(Get it here: http://webdesigns.ms11.net/chromeditp.html#top) It makes it easier to edit user files.
Now, run Firefox, go to Tools > Edit User Files, click user.js tab.
Insert the following texts based on your PC speed and internet connection.
Here’s a little key:
Fast Computer is greater than 1.5Ghz CPU and atleast 512MB RAM
Fast Connection is DSL or cable or better.
Common to all configurations
These are the settings that seem to be common to all configuration files regardless of connection speed or computer speed with a couple of additions - plugin paths can be found with about:plugins and the bookmark menu delay is turned off.
/* Speed Tweak - Common to all Configurations */
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests",
;
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
Fast Computer Fast Connection
/* Speed Tweak - Fast Computer Fast Connection */
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server",
;
user_pref("browser.cache.memory.capacity", 65536);
A couple settings of note - Firefox allocates 4096 KB of memory by default and in this configuration we give it roughly 65MB as denoted by the last line. This can be changed according to what is used.
Fast Computer, Slower Connection
This configuration is more suited to people without ultra fast connections. We are not talking about dial up connections but slower DSL / Cable connections.
/* Speed Tweak - Fast Computer, Slower Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server",
;
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Fast Computer, Slow Connection
/* Speed Tweak - Fast Computer, Slow Connection */
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server",
;
user_pref("network.http.max-persistent-connections-per-proxy",
;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Slow Computer, Fast Connection
/* Speed Tweak - Slow Computer, Fast Connection */
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server",
;
user_pref("dom.disable_window_status_change", true);
One of the changes made for this particular configuration is the final line where the status bar is disabled for changing web pages to save processor time.
Slow Computer, Slow Connection
We have entered the doldrums of the dial-up user
/* Speed Tweak - Slow Computer, Slow Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server",
;
user_pref("network.http.max-persistent-connections-per-proxy",
;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);
Another Tweak
/* Speed Tweak - Another Tweak */
user_pref("network.dns.disableIPv6", true);
This tweak deactivates IPv6 in Firefox, because most if not all of the web is still using IPv4. IPv4 and v6 are internet protocols… how the data is transferred… v4 is the standard now and v6 is slowly being implemented around the world… it wont come into full swing until 2008-2010 sadly… it’s a huge infrastructure change, but the benefits will be great.
Credited:Th3zone
WORM_XPBAGUIO.A
Derived from Trend Micro.
http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM%5FXPBAGUIO%2EA&VSect=T
Technical Details
Arrival Details
This worm may arrive via network shares. It may also arrive via physical and removable drives.
Autostart Techniques
This worm creates the following registry entry(ies) to enable its automatic execution at every system startup:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows\CurrentVersion\Run
WindowNT = "%System%\exiplorer.exe"
(Note: %System% is the Windows system folder, which is usually C:\Windows\System on Windows 98 and ME, C:\WINNT\System32 on Windows NT and 2000, or C:\Windows\System32 on Windows XP and Server 2003.)
Other System Modifications
This worm creates the following registry key(s)/entry(ies) as part of its installation routine:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon
LegalNoticeCaption = "PROMISE???"
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\
Windows NT\CurrentVersion\Winlogon
LegalNoticeText = "I am still waiting for the strawberry coming from my Baguio! Pls.. Help!"
Propagation via Network Shares, Physical, and Removable Drives
This worm enumerates drives and drops copies of itself in all available network shares, physical, and removable drives.
It drops an AUTORUN.INF file to automatically execute dropped copies when the drives are accessed. The said file contains the following strings:
[autorun]
shellexecute= {Malware file name}.exe
Other Details
This worm displays the following message box(es):

Platforms Affected
This worm runs on Windows 98, ME, NT, 2000, XP, and Server 2003.
Solution:
Identifying the Malware Program
To remove this malware, first identify the malware program.
- Scan your computer with your Trend Micro antivirus product.
- NOTE the path and file name of all files detected as WORM_XPBAGUIO.A.
Trend Micro customers need to download the latest virus pattern file before scanning their computer. Other users can use Housecall, the Trend Micro online virus scanner.
Terminating the Malware Program
This procedure terminates the running malware process. You will need the name(s) of the file(s) detected earlier.
If the process you are looking for is not in the list displayed by Task Manager, proceed to the succeeding solution set.
- Open Windows Task Manager.
• On Windows 98 and ME, press
CTRL+ALT+DELETE
• On Windows NT, 2000, XP, and Server 2003, press
CTRL+SHIFT+ESC, then click the Processes tab. - In the list of running programs*, locate the malware file(s) detected earlier.
- Select one of the detected files, then press either the End Task or the End Process button, depending on the version of Windows on your computer.
- Do the same for all detected malware files in the list of running processes.
- To check if the malware process has been terminated, close Task Manager, and then open it again.
- Close Task Manager.
*NOTE: On computers running Windows 98 and ME, Windows Task Manager may not show certain processes. You can use a third party process viewer such as Process Explorer to terminate the malware process.
On computers running all Windows platforms, if the process you are looking for is not in the list displayed by Task Manager or Process Explorer, continue with the next solution procedure, noting additional instructions. If the malware process is in the list displayed by either Task Manager or Process Explorer, but you are unable to terminate it, restart your computer in safe mode.
Removing Autostart Entry from the Registry
Removing autostart entries from the registry prevents the malware from executing at startup.
If the registry entry below is not found, the malware may not have executed as of detection. If so, proceed to the succeeding solution set.
- Open Registry Editor. Click Start>Run, type REGEDIT, then press Enter.
- In the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
Windows>CurrentVersion>Run - In the right panel, locate and delete the entry:
WindowNT = "%System%\exiplorer.exe"
(Note: %System% is the Windows system folder, which is usually C:\Windows\System on Windows 98 and ME, C:\WINNT\System32 on Windows NT and 2000, or C:\Windows\System32 on Windows XP and Server 2003.)
Removing Added Registry Entries
- Still in the Registry Editor, in the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
Windows NT>CurrentVersion>Winlogon - In the right panel, locate and delete the entry:
LegalNoticeCaption = "PROMISE???" - In the left panel, double-click the following:
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>
Windows NT>CurrentVersion>Winlogon - In the right panel, locate and delete the entry:
LegalNoticeText = "I am still waiting for the strawberry coming from my Baguio! Pls.. Help!"
- Close Registry Editor.
Restoring AUTORUN.INF
- Right-click Start then click Search… or Find…, depending on the version of Windows you are running.
- In the Named input box, type:
AUTORUN.INF - In the Look In drop-down list, select a drive, then press Enter.
- Select the file, then open using Notepad.
- Check if the following lines are present in the file:
[autorun]
shellexecute= {Malware file name}.exe - If the lines are present, delete the file.
- Repeat steps 3 to 6 for AUTORUN.INF files in the remaining removable drives.
- Close Search Results.
Running Trend Micro Antivirus
If you are currently running in safe mode, please restart your computer normally before performing the following solution.
Scan your computer with Trend Micro antivirus and delete files detected as WORM_XPBAGUIO.A. To do this, Trend Micro customers must download the latest virus pattern file and scan their computer. Other Internet users can use HouseCall, the Trend Micro online virus scanner.
credited by: Sir Billie
Removing Ravmone.exe in your PC and Flash Drive
Upon execution, it creates a copy of itself into the windows system directory:
%Windir%\RAVMON.EXE
Also create a non-malicious "RavMonLog" file that contains the
port number on which its backdoor component listens.
Adds the following values to the registry to auto start itself when Windows starts.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
"RavAV" = "%Windir%\RAVMON.EXE"
Indications of Infection
Removing Ravmone.exe in your flash drive
1. CTRL-ALT-DEL
2. click task manager. click on processes tab.
3. end all processes named Ravmone.exe except for one.
(magtira ka ng isa. usually more than one ang nakarun)
4. Open your flash drive in explorer and look for the file
ravmone.exe (be sure that hidden files are viewable) .
In the task manager, end the remaining ravmone.exe process.
Quickly switch back to your flash drive and delete
the file ravmone.exe.
5. Delete the file autorun.inf in the flash drive.
search the net for any backup autorun.inf for flashdrive
and replace your infected autorun.inf file.
To remove ravmone in your pc.
Follow 1-3
4. Goto c:/windows in explorer and look for the file ravmone.exe
(be sure that hidden files are viewable) . In the task manager,
end the remaining ravmone.exe process. Quickly switch back to
c:/windows and delete the file ravmone.exe.
credited by : Sir Billie
Windows Vista Ultimate x86 DVD (OEM : Permanently Actived)
August 6, 2007Windows Vista Ultimate x86 DVD (OEM : Permanently Actived), ***No Activation/Crack/Keygen Required - Original DELL DVD***
This is NOT my Upload all credit goes to 1manshow



Installation Instructions:
Just Extract.. Burn the ISO.. Install. Install it just like a Genuine OS… o babe.
It will NOT ask for any keys, no cracks reqd, no nothing… just plain vanilla install … FYI its a Dell Vista Ultimate OEM DVD and i have personally tested it on a 32bit mc and multibooted with windows xp. For multibooting with xp (Install XP first) just install via HDD. ie extract the ISO and mount and run via HDD. This is also helpful for those who dont have a DVD writer on their system.
Download:
| Code: |
| http://rapidshare.com/files/44823501/Perm_Activated_Edition_1manshowWBB.part01.rar.html http://rapidshare.com/files/44823526/Perm_Activated_Edition_1manshowWBB.part02.rar.html http://rapidshare.com/files/44823608/Perm_Activated_Edition_1manshowWBB.part03.rar.html http://rapidshare.com/files/44823616/Perm_Activated_Edition_1manshowWBB.part04.rar.html http://rapidshare.com/files/44823887/Perm_Activated_Edition_1manshowWBB.part05.rar.html http://rapidshare.com/files/44824753/Perm_Activated_Edition_1manshowWBB.part06.rar.html http://rapidshare.com/files/44824707/Perm_Activated_Edition_1manshowWBB.part07.rar.html http://rapidshare.com/files/44825064/Perm_Activated_Edition_1manshowWBB.part08.rar.html http://rapidshare.com/files/44825060/Perm_Activated_Edition_1manshowWBB.part09.rar.html http://rapidshare.com/files/44825068/Perm_Activated_Edition_1manshowWBB.part10.rar.html http://rapidshare.com/files/44827141/Perm_Activated_Edition_1manshowWBB.part11.rar.html http://rapidshare.com/files/44827127/Perm_Activated_Edition_1manshowWBB.part12.rar.html http://rapidshare.com/files/44827131/Perm_Activated_Edition_1manshowWBB.part13.rar.html http://rapidshare.com/files/44827163/Perm_Activated_Edition_1manshowWBB.part14.rar.html http://rapidshare.com/files/44827034/Perm_Activated_Edition_1manshowWBB.part15.rar.html http://rapidshare.com/files/44827220/Perm_Activated_Edition_1manshowWBB.part16.rar.html http://rapidshare.com/files/44827270/Perm_Activated_Edition_1manshowWBB.part17.rar.html http://rapidshare.com/files/44827318/Perm_Activated_Edition_1manshowWBB.part18.rar.html http://rapidshare.com/files/44827185/Perm_Activated_Edition_1manshowWBB.part19.rar.html http://rapidshare.com/files/44827384/Perm_Activated_Edition_1manshowWBB.part20.rar.html http://rapidshare.com/files/44828283/Perm_Activated_Edition_1manshowWBB.part21.rar.html http://rapidshare.com/files/44828239/Perm_Activated_Edition_1manshowWBB.part22.rar.html http://rapidshare.com/files/44828396/Perm_Activated_Edition_1manshowWBB.part23.rar.html http://rapidshare.com/files/44828375/Perm_Activated_Edition_1manshowWBB.part24.rar.html http://rapidshare.com/files/44828459/Perm_Activated_Edition_1manshowWBB.part25.rar.html http://rapidshare.com/files/44828466/Perm_Activated_Edition_1manshowWBB.part26.rar.html http://rapidshare.com/files/44828441/Perm_Activated_Edition_1manshowWBB.part27.rar.html http://rapidshare.com/files/44828496/Perm_Activated_Edition_1manshowWBB.part28.rar.html http://rapidshare.com/files/44828359/Perm_Activated_Edition_1manshowWBB.part29.rar.html http://rapidshare.com/files/44828558/Perm_Activated_Edition_1manshowWBB.part30.rar.html http://rapidshare.com/files/44828287/Perm_Activated_Edition_1manshowWBB.part31.rar.html |
Pass:
| Code: |
| 1manshow |







