DirectoryInternetBlog Details for "System Help For You"

System Help For You

System Help For You
All about computer related tips, tricks,hacking methods, and useful informations, welcome all
Articles: 1, 2, 3, 4, 5, 6, 7

Articles

Links for 2008-06-07 [Digg]
2008-06-08 07:00:00
Lost parrot’s memory leads to return home When Yosuke the parrot flew out of his cage and got lost, he did exactly what he had been taught — recite his name and address to a stranger willing to help........................ Cabbies Rewarded for Returning $4 Million Violin Day to Day, May 7, 2008 - In the wee hours of April 21, violinist Philippe Quint did something very bad: While carrying his luggage across the street to his Manhattan apartment, he left his $4 million Stradivarius in the back of a taxi cab he'd taken from the airport in Newark, N.J.
More About: Links , Digg
How to send Fake Mail Using Command Prompt
2008-06-08 01:01:00
1. Some ISP's block port 25 so it might not work2. Most likely, you won't be able to see what yer typingFirst of all, you need an SMTP server. These are extremely common and, in fact, I'll provide one for you (mail.hotmail.com). SMTP: Simple Mail Transfer Protocol. This service runs on port 25 (in most cases) and is used to send outgoing email.Now, open up the command prompt and telnet to mail.hotmail.com on port 25 (note: to see what you type, type telnet and enter then type in set local_echo):code:---telnet mail.hotmail.com 25When yer connected type in (except what's in between *'s; you chose what will go in the []):code:-----helo*wait*mail from:[whoever]@[whoever.com]*wait*rcpt to:[whoever]@[whoever.com]*wait*data*wait *[write][whatever you want][in][as many][lines as wished].*wait*quit-----Helo is just a handshake with the server. Mail from: is FROM who you want the email to be. rcpt to: is who you want the email to go to. under data is what you want sent. the '.' ends dat...
More About: Fake , Send , Command , Prompt
Create A Huge File with CMD!
2008-06-08 00:52:00
You can create a file of any size using nothing more than what's supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits?000F4240.Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q...
More About: Huge , Create
Another Bit Torrent Tutorial
2008-06-08 00:42:00
The first things you need to know about using Bit Torrent :-- Bit Torrent is aimed at broadband users (or any connection better than dialup).-- Sharing is highly appreciated, and sharing is what keeps bit torrent alive.-- A bit torrent file (*.torrent) contains information about the piece structure of the download (more on this later)-- The method of downloading is not your conventional type of download. Since downloads do not come in as onebig chunk, you are able to download from many people at once, increasing your download speeds. There may be100 "pieces" to a file, or 20,000+ pieces, all depending on what you're downloading. Pieces are usually small (under 200kb)-- The speeds are based upon people sharing as they download, and seeders. Seeders are people who constantlyshare in order to keep torrents alive. Usually seeders are on fast connections (10mb or higher).In this tutorial, I will be describing it all using a bit torrent client called Azureus. This client is used to decode...
More About: Tutorial , Bittorrent
Download Free Computer Books - 300 Books Indexed
2008-06-08 00:26:00
Are you looking for any Computer tutorials? Try these links you will find latest and best tutorials. The Download Links Posted inside the comments section. Anybody can download.It is Free Flash 8 - The Missing Manual (2006)eBay Hacks - 100 Industrial-Strength Tips & Tools ...Hacker Linux Uncovered (2005)Dreamweaver 8 - The Missing Manual (2005)Don't Get Burned On eBay (2006)Flash Hacks - 100 Industrial-Strength Tips & Tools...Hacker Web Exploitation Uncovered (2005)Hitchhiker's Guide To Visual Studio And SQL Server...Disassembling Code - IDA Pro And SoftICE (2006)Digital Photography - Expert Techniques, 2nd Editi...Working With Microsoft Visual Studio 2005 Team Sys...Firefox For Dummies (2006)FileMaker Pro 8 For Windows And Macintosh - Visual...Fedora Linux (2006)Extreme Exploits - Advanced Defenses Against Hardc...Essential CVS, 2nd Edition (2006) ? 05/25 - 06/01 (27) Fedora Linux (2006)Extreme Exploits - Advanced Defenses Against Hardc...Essential CVS, 2nd Edition (...
More About: Books
Links for 2008-06-06 [Digg]
2008-06-07 07:00:00
Cool links for programmers In this post I do not intend to make a list of the best programmers web sites, but to share with you some you might not know: I can hear his thoughts "Just one slap, all I need" Why Athletes Go Broke Sixty Percent of NBA players are broke within 5 years of retirement 20 great open source Windows projects you've never heard of No one loves to pay crazy per-user licensing fees, not to mention 15-22% annual support residuals. (And no one loves the endless, mind-numbing meetings with non-technical financial folks trying to pry budget for these tools from their clenched fists.) So here's a list of great, free tools for all you IT pros. Gotta love that. Best Parent Ever This is a hilarious blog if you're a parent. Check out the previous stories too. UFC 85 video UFC 85 video..Bedlam: Hughes vs. Alves In-Depth Google Q&A Session Regarding Weight Loss Question and answer session using keywords and how people find my blog Sciatica & Back Pain R...
More About: Links , Digg , 2008
Procedure used to recover data from a quick-erased CD-RW disc
2008-06-07 05:35:00
1. Make a file of exactly the size of the cdrw disc's capacity (650MB in my case).(this step may not be needed)2. With Nero I created a new project and added the file to it so that I have the disc filled. I gues you can also fill up the disc with other files.The reason why I fill the disc is because I want Nero to make a session that uses the entire disc. Like I wrote earlier in this thread I experienced that my CD-Drive refuses to read off the disc beyond the session's boundaries. When you quick-erase a disc there is no session anymore so the drive will not read at all. Burning a new session will overwrite the data and burning only a small session will NOT make the drive read the other data that is still on the disc.The reason why I used the one big file is so that I could later on recognize which part of the disc was overwritten by this file because this file contained all zeros (0x00).3. I pressed burn and selected disc-at-once. Then while Nero was burning the leadin I pressed ...
More About: Data , Quick , Disc
Links for 2008-06-05 [Digg]
2008-06-06 07:00:00
Cat becomes Japanese train station master The 9-year-old female cat sits by the entrance of Kishi Station in western Japan, wearing a black uniform cap and posing for photos for the tourists who are now flocking in droves from across the nation.
More About: Links , Digg , 2008
Free Office Utilities Must Have in Your PC 2
2008-06-04 21:54:00
OpenOffice .org 2.4.1 RC2OpenOffice.org is an open-source, multiplatform and multilingual office suite comparable with MS Office.It is compatible with all other major office suites and is free to download, use, and distribute. It was previously known as StarOffice before it became an open-source project. OpenOffice comes with OpenWriter - a word processor, OpenCalc - a spreadsheet and OpenImpress - a presentational package. * The first office suite to use the new OASIS OpenDocument format, the future-proof international standard for office software * Easy to install, with a whole new look and feel, matched to the type of computer in use * More intuitive, more easy to use than ever, with a host of new usability features * Complete with Base: an easy-to-use database manager with a fully integrated database * Compatible with other software packages - now understands even obscure and rarely used features in major competitors.You may download OpenOffice.org Version 2 completely ...
More About: Utilities , Free
Free Office Utilities Must Have in Your PC
2008-06-04 21:49:00
AbiWord 2.6.3AbiWord is a free word processing program similar to Microsoft Word and is rapidly becoming a state of the art Word Processor. It has lots of features useful for your daily work, personal needs, or for just some good old typing fun.AbiWord is unique among word processors in its drive to become a fully cross-platform word processor. Our source code is carefully written so that AbiWord will run on virtually any operating system with a minimum of time spent on porting. This combined with our support for internationalization (the ability to run AbiWord in many languages) gives AbiWord a massive potential user-base.AbiWord is part of a larger project known as AbiSource, which was started by the SourceGear Corporation. The goal of the project was the development of a cross-platform, Open Source office suite beginning with AbiWord, the project's word processor.AbiWord has been created by a worldwide group of volunteers and currently supports many languages and operating syste...
More About: Utilities , Office , Free
Audio & Video Utilities Download - Part 3
2008-06-04 21:30:00
RealPlayer 11.0.0.446RealPlayer (renamed from RealOne) allows your system to play Real Media files (.ra .ram)This new version also allows you to buy and download music that plays on more than 100 portable devices, including the iPod.RealPlayer is a digital-media player for finding and downloading new music, playing and managing audio and video clips, and taking your digital entertainment with you. RealPlayer offers a streamlined interface that allows you to keep your media library close at hand. Keep all your digital-media clips organized in one place; save CD tracks with one click; pause and rewind live streams; transfer music to CDs and portable devices; and enjoy clear, smooth video playback and multichannel, surround-sound support.Download RealPlayer Songbird 0.5 BetaSongbird is a desktop Web player, a digital jukebox and Web browser mash-up. Like Winamp, it supports extensions and skins feathers. Like Firefox, it is built from Mozilla, cross-platform and open source. * Cross Pl...
More About: Video , Utilities , Audio , Part
Audio & Video Utilities Download - Part 2
2008-06-04 21:17:00
K-Lite Codec Pack 3.95 (Full)K-Lite Codec Pack is a collection of codecs, DirectShow filters and tools. Codecs and DirectShow filters are needed for encoding and decoding (playing) audio and video formats. The K-Lite Codec Pack is designed as a user-friendly solution for playing all your movie files. With the K-Lite Codec Pack you should be able to play all the popular audio and video formats and even some rare formats.This download is for the Full package and contains all the codecs a normal user would ever need.The K-Lite Codec Pack has a couple of major advantages compared to other codec packs: * It it always very up-to-date with the newest (and/or best) versions of the components. * It is very user-friendly. * The installation is fully customizable, meaning that you are able install exactly those components that you really want. * Uninstallation removes all files and registry entries created by the pack. * It is extremely easy to make a fully customized unattended inst...
More About: Video , Utilities , Audio , Download , Part
Audio & Video Utilities Download - Part 1
2008-06-04 21:02:00
Audacity 1.3.5 BetaAudacity is a free, easy-to-use audio editor and recorder for Windows.Audacity can record live audio through a microphone or mixer, or digitize recordings from cassette tapes, vinyl records, or minidiscs. With some sound cards, it can also capture streaming audio.Import sound files, edit them, and combine them with other files or new recordings. Export your recordings in several common file formats.Download AudacityAudio grabber 1.83Audiograbber is that grabs digital audio from cd's. It copies the audio digitally-not through the soundcard-which enables you to make perfect copies of the originals. It can even perform a test to see that the copies really are perfect. Audiograbber can also automatically normalize the music, delete silence from the start and/or end of tracks, and send them to a variety or external MP3 encoders, such as Fraunhofers L3enc, or even use some MP3/WMA encoders internally for automatic creation of MP3's. Audiograbber can download and upload...
More About: Video , Utilities , Part
Most Polular AntiVirus
2008-06-04 20:44:00
AntiVir Personal 8.1.00.295The AntiVir Personal Edition offers the effective protection against computer viruses for the individual and private use on a single PC-workstation. In order to make possible an easy operation, the AntiVir Personal Edition is developed to the essential points.You'll be amazed how thoroughly AntiVir protects: * detects and removes more than 150,000 viruses * always among the winners of comparison test featured in computer journals * the resident Virus Guard serves to monitor file movements automatically, e.g. downloading of data from the internet * scanning and repair of macro viruses * protection against previously unknown macro viruses * safeguard against cost generating dial-up program * protection against trojaner, worms, backdoors, jokes and other harmful programs * easy operation * Internet-Update Wizard for easy updating * Protection against previously unknown boot record viruses and master boot record virusesDownload AntiVir Per...
More About: Antivirus
Most Popular File sharing Utilities
2008-06-01 11:31:00
Ares 2.0.9Ares is a free open source file sharing program that enables users to share any digital file including images, audio, video, software, documents, etc.You may now easily publish your files through the Ares decentralized network. As a member of the virtual community, you can search and download just about any file shared by other users.With Ares you can also join chat rooms or host your channel and meet new friends. * Fast multi-source downloads * Powerful library organizer * Built-in audio/video player * File sharing chat rooms.Download Ares Galaxy Azureus 3.0.5.2 BetaAzureus is a java bittorrent client offering multiple torrent downloads, queuing/priority systems (on torrents and files), start/stop seeding options and instant access to numerous pieces of information about your torrents.Azureus now features an embedded tracker easily set up and ready to use.Please note that it requires the latest Java Runtime Environment to work.Download Azureus BearShare Lite 5.2.5BearSha...
More About: File Sharing , Utilities , Popular , Sharing
Most Popular Internet Browsers
2008-05-30 15:43:00
Avant Browser 11.6Avant Browser is a standalone application designed to expand features provided by Internet Explorer.It adds a bunch of features and functionalities to IE and its user-friendly interface brings a new level of clarity and efficiency to your browsing experience, and frequent upgrades have steadily improved its reliability.Avant Browser is freeware. That's right. 100% Free! No cost to you ever. No limitations. No Adware. No Spyware. You can donate if you want, but it's certainly not required.Download Avant BrowserFirefox 3.0 RC1 FireFox 3.0The award-winning Web browser is better than ever. Browse the Web with confidence. Firefox protects you from viruses, spyware and pop-ups.Enjoy improvements to performance, ease of use and privacy. It's easy to import your favorites and settings and get started.The latest version delivers easier navigation for everyone, including those who are visually or motor-impaired. Firefox is the first browser to support DHTML accessibility,...
More About: Browsers , Popular
Links for 2008-05-29 [Digg]
2008-05-30 07:00:00
15 Awesomely Stupid Wedding Gifts for Guys Getting Hitched No one wants to think too much about latching on a ball and chain. However, if you're about to commit to someone for the rest of your life, look on the bright side: You get a lot of free stuff. Here are 15 suggestions you might want to add to your wish list. Women Have a Better Memory for Faces and Words Do women remember better than men do? Research shows that females may have an advantage when it comes to episodic memory, a type of long-term memory based on personal experiences. A Swedish team of psychologists showed, for example, that women are better on average than men at remembering faces, How To Make Your Own Radio Station How To Make Your Own Radio Station, read this
More About: Links , Digg , 2008
Windows Xp Tips 'n' Tricks - Part 8
2008-05-29 18:27:00
Change the location of the My Music or My Pictures folders================================== ======================In Windows 2000, Microsoft added the ability to right-click the My Documents folder and choose a new location for that folder in the sh*ll. With Windows XP, Microsoft has elevated the My Music and My Pictures folders to the same "special sh*llfolder" status of My Documents, but they never added a similar (and simple) method for changing those folder's locations. However, it isactually pretty easy to change the location of these folders, using the following method.Open a My Computer window and navigate to the location where you'd like My Music (or My Pictures) to reside. Then, open the MyDocuments folder in a different window. Drag the My Music (or My Pictures) folder to the other window, and Windows XP will update all of thereferences to that folder to the new location, including the Start menu.Or use Tweak UIAdd/Remove optional features of Windows XP==================...
More About: Tips , Tricks , Part , Windows Xp
Windows Xp Tips 'n' Tricks - Part 7
2008-05-29 18:24:00
For Older builds or not using setupreg.hiv file===================================== ===================Remove the Desktop version textDuring the Windows XP beta, you will see text in the lower right corner of the screen that says Windows XP Professional, Evaluation Copy.Build 2462 or similar. A lot of people would like to remove this text for some reason, and while it's possible to do so, the cure is moredamaging than the problem, in my opinion. So the following step will remove this text, but you'll lose a lot of the nice graphical effects thatcome in Windows XP, such as the see-through icon text.To remove the desktop version text, open Display Properties (right-click the desktop, then choose Properties) and navigate to the Desktop page.Click Customize Desktop and then choose the Web page in the resulting dialog. On this page, check the option titled Lock desktop items. ClickOK to close the dialog, and then OK to close Display Properties. The text disappears. But now the rest of ...
More About: Tips , Tricks , Part , Windows Xp
Windows Xp Tips 'n' Tricks - Part 6
2008-05-29 18:19:00
Speed up the Start Menu===================================== ===================The default speed of the Start Menu is pretty slow, but you can fix that by editing a Registry Key. Fire up the Registry Editor and navigate tothe following key:HKEY_CURRENT_USER Control Panel Desktop MenuShowDelayBy default, the value is 400. Change this to a smaller value, such as 0, to speed it up.Speed up the Start Menu (Part two)===================================== ===================If your confounded by the slow speed of the Start Menu, even after using the tip above, then you might try the following: Navigate to DisplayProperties then Appearance then Advanced and turn off the option titled Show menu shadow . You will get much better overall performance.Speed up Internet Explorer 6 Favorites================================ ========================For some reason, the Favorites menu in IE 6 seems to slow down dramatically sometimes--I've noticed this happens when you install Tweak UI1.33, for ...
More About: Windows , Tips , Tricks , Windows Xp
Windows Xp Tips 'n' Tricks - Part 5
2008-05-29 18:13:00
Change your cd key====================================== ==================You don't need to re-install if you want to try the key out ... just do this:1. Go to Activate Windows 2. Select the Telephone option3. Click "Change Product Key"4. Enter NOT ALLOWED ~ Zabref5. Click "Update"Now log off and log back in again. It should now show 60 days left, minus the number of days it had already counted down.Note: If your crack de-activated REGWIZC.DLL and LICDLL.DLL, you are going to have to re-register them.Remove the Shared Documents folders from My Computer================================= =======================One of the most annoying things about the new Windows XP user interface is that Microsoft saw fit to provide links to all of the SharedDocuments folders on your system, right at the top of the My Computer window. I can't imagine why this would be the default, even in ashared PC environment at home, but what's even more annoying is that you cannot change this behavior through the...
More About: Tips , Tricks , Part , Windows Xp
Windows Xp Tips 'n' Tricks - Part 4
2008-05-29 18:09:00
Instantly Activate a Screensaver============================== ==========================Turn on a screensaver without having to wait by adding a shortcut to your desktop:Click the Start button, and then click Search.In the Search Companion window, click All file types.In the file name box, type *.scrIn the Look in box, choose Local Hard Drives (C or the drive where you have system files stored on your computer.Click Search.You will see a list of screensavers in the results. Pick a screensaver you want. You can preview it by double-clicking it.Right click on the file, choose Send To, and then click Desktop (create shortcut).To activate the screensaver, double-click the icon on your desktopAdd a Map Drive Button to the Toolbar================================== ======================Do you want to quickly map a drive, but can?t find the toolbar button? If you map drives often, use one of these options to add a Map Drivebutton to the folder toolbar.Option One (Long Term Fix)Click Start, ...
More About: Windows , Tips , Tricks , Part , Windows Xp
Windows Xp Tips 'n' Tricks - Part 3
2008-05-29 18:04:00
Temporarily Assign Yourself Administrative Permissions============================== ==========================Many programs require you to have Administrative permissions to be able to install them. Here is an easy way to temporarily assign yourselfAdministrative permissions while you remain logged in as a normal user.Hold down the Shift key as you right-click on the program?s setup file.Click Run as.Type in a username and password that have Administrative permissions.This will also work on applications in the Start menu.Create a Shortcut to Lock Your Computer================================= =======================Leaving your computer in a hurry but you don?t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboardand display without using CTRL+ALT+DEL or a screensaver.To create a shortcut on your desktop to lock your computer:Right-click the desktop.Point to New, and then click Shortcut.The Create Shortcut Wizard opens. In the text box, type th...
More About: Windows , Tips , Tricks , Part , Part 3
Windows Xp Tips 'n' Tricks - Part 2
2008-05-29 18:00:00
Change Web Page Font Size on the Fly====================================== ==================If your mouse contains a wheel for scrolling, you can change font size on the fly when viewing a Web page. To do so:Press and hold Ctrl. Scroll down (or towards yourself) to enlarge the font size. Scroll up (or away from yourself) to reduce the font size.You might find it useful to reduce font size when printing a Web page, so that you can fit more content on the page.WinXP Clear Page file on shutdown================================= =======================WINXPCPS.REG (WinXP Clear Page file on shutdown)This Registration (.REG) file clears the Page file when you power off the computer.Restart Windows for these changes to take effect!ALWAYS BACKUP YOUR SYSTEM BEFORE MAKING ANY CHANGES!Browse to: HKEY_LOCAL_MACHINE System CurrentControlSet Control Session Manager Memory Managementand add the DWORD variable "ClearPageFileAtShutdown"=dword:00000001Y ou can also do this without reg hacking...
More About: Tips , Tricks , Part , Windows Xp
Windows Xp Tips 'n' Tricks - Part 1
2008-05-29 17:55:00
How do I get the "Administrator" name on Welcome Screen?================================== ======================To get Admin account on the "Welcome Screen" as well as the other usernames, make sure that there are no accounts logged in.Press "ctrl-alt-del" twice and you should be able to login as administrator!finally worked for me after i found out that all accounts have to be logged out firstFix Movie Inteferance in AVI files==================================== ====================If you have any AVI files that you saved in Windows 9x, which have interference when opened in Windows XP, there is an easy fix to get rid of the interference:Open Windows Movie Maker.Click View and then click Options.Click in the box to remove the check mark beside Automatically create clips.Now, import the movie file that has interference and drag it onto the timeline. Then save the movie, and during the rerendering, the interference will be removed.Create a Password Reset Disk==========================...
More About: Tips , Tricks , Part , Windows Xp
Windows Xp Hidden Apps
2008-05-29 17:44:00
To run any of these apps go to Start > Run and type the executable name (ie charmap).WINDOWS XP HIDDEN APPS:==================================== =====1) Character Map = charmap.exe (very useful for finding unusual characters)2) Disk Cleanup = cleanmgr.exe3) Clipboard Viewer = clipbrd.exe (views contents of Windows clipboard)4) Dr Watson = drwtsn32.exe (Troubleshooting tool)5) DirectX diagnosis = dxdiag.exe (Diagnose & test DirectX, video & sound cards)6) Private character editor = eudcedit.exe (allows creation or modification of characters)7) IExpress Wizard = iexpress.exe (Create self-extracting / self-installing package)8) Microsoft Synchronization Manager = mobsync.exe (appears to allow synchronization of files on the network for when working offline. Apparently undocumented).9) Windows Media Player 5.1 = mplay32.exe (Retro version of Media Player, very basic).10) ODBC Data Source Administrator = odbcad32.exe (something to do with databases)11) Object Packager = packager.e...
More About: Hidden , Windows Xp
Windows Xp Speed Up Network and Internet Access
2008-05-29 17:36:00
I have a dial up connection and it improve my speeds about 25% in surfing the internet. give it a try. Im IT , only do it if you feel comfortable with changing registry.Increasing network browsing speedDoes your computer slow down when you browse your local area network and connect to other computers that are sharing data? One of the most common causes of this slowdown is a feature of Windows Explorer that looks for scheduled tasks on remote computers. This effort can take some time on some computers and can really slow down your browsing. The window with which you are browsing the network may appear to freeze momentarily, as the system is waiting for a response from the remote computer.Windows XP: Speed ing Disk Access Although this problem is a complex one, the solution is very simple. Instead of having to wait for the remote scheduled tasks, which is useless information to anyone who is not a system administrator remotely configuring scheduled tasks, you can disable this feature.In...
More About: Internet , Network
How To Make Your Own Radio Station
2008-05-29 13:22:00
::Must HAVE Winamp (Any Version)::First, things First your speed has to be at least 256/64 kbps (which means Dial-up users, will have alot of latency, just dnt bother)Second, your going to have to have a domain, an updated one with the current i.p active. (Could be anything e.g. My sig)Now, Your gonna have to download the Shoutcast Files.Go to:www.shoutcast.comto get the files.Ok After downloading these, installing Both of them in any order i dnt care. Go to START>PROGRAM FILES>SHOUTcast DNAS>EDIT SHOUTCAST DNS CONFIG.Ok your gonna have to Configure it:Go Down and where it says password: change (that means your gonna have to change it to whatever, make sure u remember)The Portbase: change it to whatever port you want itMaxusers: (lets be realistic here, dnt put in 10000, like NXS's radio station) your bandwidth has to be extremely good, if your cable, 50 user max is ok, ADSL should stay below 10 users, and T1 connections should do whatever tickles there fantasy.EDIT>SAVE.Open winam...
More About: Radio , Station , Make , Radio Station
How To Disable Picture And Fax Viewer
2008-05-29 12:47:00
We all know that WinXP likes to keep itself held together, and how it doesnt like you uninstalling certain components. Well The Picture and Fax Viewer , is one of these programs which can cause problems if removed incorrectly. It can be disabled safely as follows:[Start] [Run] type regedit and click [OK]Navigate to :HKEY_CLASSES_ROOT/ SystemFileAssociations/ image/ ShellEx/ ContextMenuHandlersthen delete the Folder ShellImagePreview under ContextMenuHandlersNote: If you want to restore the Picture and Fax Viewer :Create the ShellImagePreview folder and create the String Value (Default)Assign it the value {e84fda7c-1d6a-45f6-b725-cb260c236066}NOT E: This tweak doesnt uninstall the program. It removes the association and therefore it cannot be run.
How To Convert File System, FAT- FAT32 to NTFS
2008-05-29 12:42:00
How To Convert File System , fat - fat32 to ntfsopen a dos prompt and give the commandconvert d: /fs:ntfsthis command would convert your d: drive to ntfs.if the system cannot lock the drive, you will be prompted to convert it during next reboot.Normally you should select yes.Conversion from fat/fat32 to ntfs is non-destructive, your data on the drive will NOT be lost.Be aware that converting to ntfs will make that partition of yourdrive unreadable under dos unless you have ntfs utilites to do so.Related Video
More About: File System
More articles from this author:
1, 2, 3, 4, 5, 6, 7
40993 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - SEO by FeWorks
eXTReMe Tracker