Archive
How do I block PORN in Windows?
Aobo Porn Blocker: http://aobo.cc
My Internet Doorman: http://www.myinternetdoorman.com
NetDog Porn Filter : http://www.netdogsoft.com
Vista:
Open Parental Controls by clicking the Start button , clicking Control Panel, and then, under User Accounts, clicking Set up Parental Controls. Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
Use OpenDNS:
Vista- https://www.opendns.com/homenetwork/start/device/windows-vista
XP- https://www.opendns.com/homenetwork/start/device/windows-xp
How do I change where files are saved in windows by default?
Step 1
1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList
2. Under this key, there will be some number of profiles (usually 6), each of these which represents a user name that you will find under C:\Documents and Settings.
3. Click on each PROFILE key entry and look at the value ProfileImagePath to identify which one represents your username.
4. Inside the registry editor, using RegEdit or a clone registry editing program (REGLITE), edit this ProfileImagePath value that represents your username and CHANGE the path to where you want to move your settings to. In my case, I wanted to move my settings from C:\Documents and Settings\USERNAME to “D:\Documents and Settings\USERNAME”.
5. Save this new path value in the registry editing program.
6. Now export the whole profile key that contains this value. You will be prompted for a file name to save the exported information to. Pick a location on your hard disk (not on the C drive) and export the key. When you finish the export and look at the output file, it should look something like this (note that exported filename locations inside the registry always represent a single “\” character with two “\\” characters)
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”
“Sid”=hex01,05,00,00,00,00,00,05,15,00,00,00,7c,eb,24,0d,dd,e8,e4,1c,07,e5,3b,\2b,eb,03,00,00
“Flags”=dword00000000
“State”=dword00000100
“CentralProfile”=””
“ProfileLoadTimeLow”=dword68b90756
“ProfileLoadTimeHigh”=dword01c5b12b
“RefCount”=dword00000001
“RunLogonScriptSync”=dword00000030
“OptimizedLogonStatus”=dword0000000b
7. Delete everything below your new path name. It should now look like this:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-220523388-484763869-725345543-1003]
“ProfileImagePath”=”D:\\Documents and Settings\\USERNAME”
Step 2
1. Now do a full reboot (don’t just logoff/on) and sign into the ADMINISTRATOR account
2. Copy C:\Documents and Settings\Username folder (including all sub-folders) to the new path location where the target users personal settings are to be saved (D:\Documents and Settings\XYZ in this example).
3. Logoff the Administrator account and back onto the User account
4. Run the registry file you previously exported to and edited with the .REG extension (right-click it and choose merge)
5. Reboot the computer again and logon to the USER account
6. Go to C:\Documents and Settings\Username and try to delete the complete folder structure
Operating Systems, POWERED BY YAHOO ANSWERS, Registry, Vista, XP
How to format a hard drive in Linux
With the release of Ubuntu Linux 8.10 many people are installing it for the first time.
Today’s question is How do I format my hard drive for linux if I already have something I don’t want on the hard drive?
At the command prompt, type “fdisk /dev/hdb” replacing the “hdb” with the letters for your drive. Upon opening, fdisk may give you a couple of warnings, all of which can be ignored. It then gives you a prompt that looks like this: Command (m for help):
Enter “p” to see the partition table of the drive. The first line of output from the “p” command will also tell you size of the drive. This is a good way to double check that you are working with the correct drive.
If there are any partitions already on the drive they will be listed as the last lines of the “p” command. On our example, this looks like “/dev/hdb1” followed by some information about the partition’s size and file system.
To delete any existing partitions, press “d” then enter. It will ask you which partition number you wish to delete. The number of the partition is the number that follows hdb, so on our example system we enter 1. If there are multiple partitions repeat the “d” command for each one. You can always view the partition table again with the “p” command.
Once you have deleted all existing partitions on the drive you are ready to make a new one. Type “n” and hit enter. Then press “p” to create a primary partition. It asks you for a partition number, enter “1.” Now you are asked which cylinder the partition should start at, the beginning of the drive is the default, so just hit Enter. Then you are asked for the last cylinder, the end of the drive is default so you can just press Enter again.
Now you are back at fdisk’s command prompt. Use the “p” command to check the partition table. You should now see your new partition at the bottom of the output. In the example it lists “/dev/hdb1.”
You now need to set the filesystem type for your new partition with the “t” command. You are asked for the Hex code of the filesystem you wish to use. We wll use the standard Linux ext2 filesystem which is “83.” If you are doing something special and know of a particular filesystem that you need to use, you can press “L” to see all the codes, which are one or two characters made up of the numbers 0-9 and the letters a-f.
Now just issue the “w” command to write your new partition table and exit fdisk.
Creating the New File System with mkfs
Now you need to create the filesystem on the drive. This is done with the “mkfs” command.
At the command prompt, enter “mkfs -t ext2 /dev/hdb1” while remembering to change the hdb1 to whatever the letters are for the partition you just created.
If you are using a different filesystem than ext2, you will have to specify that where “ext2″ is in the above command.
Finalizing the Format with fsck
All that is left is to run a check on the drive and enter it into your fstab so that the drive mounts each time you start your computer. This can be done with a single fsck command.
At the command prompt, type “fsck -f -y /dev/hdb1” again replacing hdb1 with the letters and number for your partition.
After fsck runs, your new drive is formatted. Restart your system before using it.
If you reformatted your system drive, you will now need to boot off an installation disk to install an Operating system.
The History of Internet Explorer
In the early 90s—the dawn of history as far as the World Wide Web is concerned—relatively few users were communicating across this global network. They used an assortment of shareware and other software for Microsoft Windows® operating system.
In 1995, Microsoft hosted an Internet Strategy Day and announced its commitment to adding Internet capabilities to all its products. In fulfillment of that announcement, Microsoft Internet Explorer arrived as both a graphical Web browser and the name for a set of technologies.
1995: Internet Explorer 1.0
In July 1995, Microsoft released the Windows 95 operating system, which included built-in support for dial-up networking and TCP/IP (Transmission Control Protocol/Internet Protocol), key technologies for connecting to the Internet. In response to the growing public interest in the Internet, Microsoft created an add-on to the operating system called Internet Explorer 1.0. When Windows 95 with Internet Explorer debuted, the Internet became much more accessible for many more people.
Internet Explorer technology originally shipped as the Internet Jumpstart Kit in Microsoft Plus! For Windows 95. Internet Explorer replaced the need for cumbersome, manual installation steps required by many of the existing shareware browsers.
Top of pageTop of page
1995: Internet Explorer 2.0
In November 1995, Microsoft released its first cross-platform browser, Internet Explorer 2.0, which supported both Macintosh and 32-bit Windows users.
With Internet Explorer 2.0 came a new set of fledgling Internet technologies that offered Web developers and designers the power to design secure, media-rich Web sites with tracking capabilities. Internet Explorer 2.0 technology introduced Secure Socket Layer (SSL) protocol as well as support for HTTP cookies, Virtual Reality Modeling Language (VRML), and Internet newsgroups.
Top of pageTop of page
1996: Internet Explorer 3.0
In August 1996, Microsoft released its completely rebuilt Internet Explorer technology, which included features that were revolutionary for the time. Designed for Windows 95, Internet Explorer 3.0 technology offered useful components that immediately appealed to users, including Internet Mail and News 1.0 and Windows Address Book. Later, Microsoft NetMeeting® and Windows Media Player were added. Now the Internet Explorer browser could display GIF and JPG files, play MIDI sound files, and play streaming audio files without the assistance of helper applications.
For Web developers, Internet Explorer 3.0 technology delivered a flexible programming model with a choice of scripting languages. Web designers also received more predictable results, thanks to Cascading Style Sheets (CSS). Moreoever, Internet Explorer 3.0 was designed to allow Web developers to extend it easily at a time when Internet standards were quickly evolving.
Top of pageTop of page
1997: Internet Explorer 4.0
Designed for Windows 95, Windows 98, and Windows NT®, Internet Explorer 4.0 technology was a significant move forward. For Web developers, the addition of Dynamic HTML (DHTML) heralded the next step in Web design. DHTML gave Web developers more control over content and style and created opportunities that previously had been possible only with software applications.
Suddenly Web pages became much more interactive—users could expand menus with a click or drag images and objects around. The Web started to look more like the applications and games that people were accustomed to and less like a static series of pages.
With Internet Explorer 4.0, Microsoft Outlook® Express 4.0 was also installed for the first time as an upgrade to Internet Mail and News. This built-in component improved the way users sent, received, and organized their e-mail and address book.
Top of pageTop of page
1998: Internet Explorer 5.0
With the September 1998 release of Internet Explorer 5.0 technology, developers gained the ability to design richer Web applications. DHTML capabilities were expanded, giving Web developers more flexibility and power to create interactive Web sites.
Now personalization became a key focus as Web applications based on DHTML emerged. Users encountered rich applications on the Web—for example, an expense report could automatically configure itself based on a user’s personalized settings. With expanded programming capabilities such as these, Internet Explorer 5.0 technologies helped usher in a new era of e-commerce.
Top of pageTop of page
2001: Internet Explorer 6
Internet Explorer 6 technology was released with Windows XP in 2001 as a more private, reliable, and flexible technology than previous versions. Because privacy and security had become customer priorities, Microsoft implemented tools that support Platform for Privacy Preferences (P3P), a technology under development by the World Wide Web Consortium (W3C).
From the home user simply browsing content on the Web, to the IT administrator deploying and maintaining a rich set of Windows Internet technologies, to the Web developer creating rich Web content, Internet Explorer 6 technologies provide the freedom to experience the best of the Internet.
For more information, see the Internet Explorer Web site.
How do I get rid of a pop box that says my windows registry is corrupt?
These boxes pop up all of the time saying that my windows registry is corrupt and needs immediate attention.I am supposed to go to a certain website and download a file to fix it, but first I have to pay $39.95, with no guarantee that the problem will be fixed.
How do I find the best Windows XP Registry Cleaner program out there?
is there a way to retrieve the history of past visited web site from windows registry? Using winXP home?
I deleted the history of past visited web sites on internet explorer through internet options when I was clearing out my temporary internet files. But I want to retrieve the urls for past visited web site. Can I retrieve it from the windows registry? if so, how? I am using win xp home edition.
start your own computer repair business
Cyber Monday by ThreatFire
Ensure you’re protected ahead of Cyber Monday
PC Tools’ tips for safe online Christmas shopping
1. Use web browser protection
While shopping online you may come across what appear to be legitimate-looking websites created with the express intent of committing financial or identity fraud. Hackers can also infect legitimate or reputable websites, such that by merely going to a website, you could infect your family’s computer and expose your personal details and financial welfare to risk.
Reputable browser protection, such as PC Tools Browser Defender, warns you about potentially dangerous websites and identifies websites that are trying to infect or harm your computer - standard option with PC Tools Internet Security.
2. Install comprehensive security protection
You can also help protect yourself from malicious attacks by installing reputable security software such as Spyware Doctor with AntiVirus or PC Tools Internet Security which are recommended by leading independent publications. Make sure your security product has real-time and browser protection, which can block attacks as they happen and while you surf the web, as well as behavioural protection, which helps protect against new and unknown threats.
3. Ensure you have the latest updates
Always keep your product up to date. Ensure you are using the inbuilt Smart Update feature which automatically downloads the latest databases and software updates.
4. Do your homework
Check out the website’s refund and returns policies, privacy policy and legal notices. These documents should be readily available on online websites. You will want to know for example, what your rights are in relation to any goods you buy on line and how a company deals with your personal details.
5. Be click aware
Be wise about clicking on links in emails from online retailers. Cybercriminals wanting to steal your personal information can now create emails that look exactly the same as those that come from well-known online stores. So even emails that may appear to be from a legitimate company may be dangerous. Make sure you have a powerful spam filter that automatically detects suspicious emails as they arrive in your inbox.
6. Look for the signs
Using your browser, you can view the site’s security certificate and verify that it is issued to the web site you intended. A security certificate is designed to give you comfort that the information you send from your computer is kept secure from access by other parties. You should also check that the security certificate is registered to the website you are visiting. You can do this by double clicking on the security icon and verifying that the name in the certificate matches the name of the retailer.
7. Pay using a secure method
If you use a debit card when purchasing from an online shopping site, the purchase amount will be immediately withdrawn from your account and will be more difficult to get back if the transaction turns out to be fraudulent. If you use a credit card you can contest transactions before you pay your monthly statement. Frequent online shoppers should consider setting up a separate credit card with a low limit, so that if their details do get stolen, a thief will be limited in the amount of money they can charge to the card.
8. Don’t give out too many details
Online retailers should only require your basic contact details (for example, name, billing address and contact number) and card details in order to process a credit/debit card payment. If you are concerned that a retailer is requesting too much information, contact them by phone to find out why they need so much information, how they plan to use it and if they have a privacy policy to protect you.
9. Keep records of the transaction
Make sure you print and save records of any online transactions, including the product description, price and the receipt of payment. If the site turns out to be fraudulent, you’ll need this information to advise the relevant authorities in order to try to get your money back.
How to restrict drives on a user account through Windows Registry?
Hello
What registry value do you change to restrict the drives that some of the users can view? How do you change it back so that all drives can be viewed? I do not know anything about windows registry except how to get there :D
thanks for any help in advance!
Sequim PC News
I want to know how to put the Windows Registry CD and were I have to go to install it?
It’s saying to find a program to put Windows Registry, but I try and it doesn’t want to work.
Repair your registry
What is a really good way to make money on the internet without ebay?
what are the steps to remove a virus manually from my windows registry ?
60 minute guide to more high quality traffic
With the economy in it’s current state, more and more clients are asking me to help them find a niche on the World Wide Web. I have people who created their own ebooks by themselves and people who don’t even feel comfortable turning on and off the computer. When working with a client, I usually mention that it takes a long time to build traffic to their sites and the money takes even longer to come in. Most people have heard somewhere that you can make money the very hour you purchase some $79 affiliate program.
DON’T SHOOT THE MESSENGER
I knew that it took months to create a money making website on the internet, or at least until I found a few closely guarded secrets.
I am here to encourage you to plan this out and follow it to the letter. I want you to set a plan in motion for 6 days, focusing on 10 minutes of solid core work. If you are not so hot with a computer, be prepared to spend an hour a day for 6 days before you throw up your hands.
- Day 1: Today is mostly about you preparing for the next 5 days, downloading and installing software






