Add to Google

Reclaim Control Over Your Windows-based Pc - Part 1

free web hosting
Open Discussion > CONTRIBUTE > Tutorials

Reclaim Control Over Your Windows-based Pc - Part 1

travstatesmen

QUOTE
Important This tutorial contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows


1. Introduction
Many of the tips and tricks listed in this tutorial will work on a variety of Windows-based operating systems. However, the examples are taken from Windows XP as that is the OS that I am running at the moment.

I have started this tutorial off with the standard Microsoft warning about editing the Windows registry, as found in many Microsoft Knowledgebase articles that include instructions for making tweaks to the Windows Registry. Despite the warnings, I surf the registry like most people surf the Internet. Since I first learned how to access the registry under Windows 95, I have considered it my personal playground. This tutorial draws on some of that experience. It also comes from my experience in cleaning up customers computers, particularly when they bring a system in saying that it is "running slow and needs more memory". Most of the time I have found that the extra memory was not necessary at all, but a good clean out was all that was required to get the customer's computer running a lot faster.

2. Acknowledgements
The tips and tricks outlined in this tutorial are the techniques that I employ for all of my own computers, and the knowledge has been gained from a variety of sources over the years, including too many sources to quote accurately, and too many people to acknowledge properly. The words of this tutorial are my own, but the knowledge behind it I cannot claim as my unique work.

3. Disclaimer
While I personally employ the techniques described in this tutorial on all of my own computers, I accept no responsibility if the same tips and tricks do not work for you, or if they cause unexpected or unwanted results. You are best advised to experiment for yourself on a non-essential or test computer first. I have been using these same techniques for many years now and have never experienced any negative results.

4. Summary
This tutorial will show you how to reclaim control over your Windows-based PC, using a variety of techniques to fight back against default software that may have been installed on your computer by the manufacturer, to fight back against software that tries to install itself without your express permission, to fight back against remote or automated changes being made to your software or settings, and finally to put protection in place to ensure that such changes cannot and do not occur again. These techniques will mostly involve manual editing of system settings, including manual editing of the Windows registry, or in certain circumstances making use of freeware/shareware software. I tend to promote the concept of making changes manually however, as my experience has led me to believe that many automated system management tools bring with them more problems than they fix. For instance, see this example of a program called Registry Cleaner 2.5, and how it is a malware program itself. There are plenty more examples of this type of thing. The only way that I have found to protect from such threats is to not use these type of programs, and to edit the Windows registry yourself manually.

5. Preparation
Before you begin to reclaim control over your Windows-based PC, there are some things that you need to check first...
  1. To complete the tasks outlined below, you will need to ensure that you are logged onto your computer with full administrative privileges.
  2. You need to backup your Windows registry as per the information provided above. (See the Microsoft KB article 322756, How to back up and restore the registry in Windows)
  3. If you are using Windows XP, you should create a System Restore Point. (See the Microsoft KB article 948247, How to set a system restore point in Windows XP).
  4. Finally, it is a good idea to back up all your personal data, (See the Microsoft KB article 308422, How to use the Backup utility that is included in Windows XP to back up files and folders).
You also need to have a basic understanding of how Windows works. For the purposes of this tutorial I will explain only specific concepts that I think are important to know in order to complete the tasks involved in reclaiming control of your Windows-based PC. One main concept to grasp is the difference between the Computer settings and the User settings. This applies to both the Windows registry and the Start Menu and Desktop. Certain settings load when the computer is started up, whereas other settings load only when the user logs in. In the Windows registry, the main hive that loads when Windows starts up is called HKEY Local Machine (HKLM). When a user logs in to Windows, the hive that loads at that time is called HKEY Current User (HKCU). With the Start Menu and Desktop settings, when Windows starts, the items located in C:\Documents and Settings\All Users\ are loaded irrespective of which user is logged on. When a user logs in, the settings for C:\Documents and Settings\username are then loaded as well, for that particular user.

The next thing that I recommend is preparing the Start Menu for the changes that will be made. Reclaiming control over your Windows-based PC involves not only preventing programs from running that you didn't ask for, but also being able to run those programs when you want them to. You are in control, not the computer! I tend to make these changes on the .\All Users\ part of the Start Menu, so that the new shortcuts we create as part of the following tasks will be accessible by anybody who uses the computer.

TASK 5.1 Preparing the Start Menu
  1. Right-click on the Start button and select Explore All Users from the context menu.
  2. In the right-hand pane, on the same level as the .\Programs\ folder, create a new folder called "Defaults".
  3. Double-click the new .\Defaults\ folder, and create three new folders under it, named "Desktop", "Registry", and "Start Menu"
You should end up with something resembling the example below...


6. The System Tray
Look at the bottom right-hand corner of your screen, where the clock is. This area, if you didn't know already, is called the System Tray. It contains icons for some of the software and services that are currently running on your computer. I trust that those reading this tutorial already know the difference between "installed" and "running". Many of my customers in the past didn't even understand that concept, so I cannot assume too much prior knowledge on the part of the reader, so please forgive me if this seems a little elementary for some people. There may be a small left-facing arrow within a circle. If so, press it. This reveals any other hidden System Tray icons. How many do you have there? Do you know what all of them are for? Do you know where they all came from? Some will be for devices, such as the volume control for your speakers, some will be monitoring services, such as Windows Live Update, which keeps your computer updated with the latest patches. Some will be protection programs, such as your antivirus or firewall software. All these things are running in the background on your computer before you even start any other application, such as playing a game, opening your Internet browser, or creating a document in Microsoft Word. All those icons in the System Tray represent memory being used up. Do you really need them all? As an example, one thing that is commonly in System Trays is the Quicktime Tray Icon, which allows for quick viewing of Apple QuickTime movies on webpages. Now, tell me, how often do you actually view Apple Quicktime movies on webpages? Is there a particular reason that it needs to be running in the background all the time on your computer? No? Then why leave it there? It is just consuming system memory. If you want to use it then you should be able to still make use of it, but it doesn't need to load up every time you switch the computer on, surely! So, let us reclaim control over the System Tray!

The question to ask ourselves at this point is, if these System Tray icons are running in the background, what is it that starts them running, and how does Windows know to start them? There are several places that Windows looks to find programs that need to be auto-started. The common places are the Startup folder on the Start Menu (both for the current user and for All Users), the Windows Registry (again for both the Computer and the User), and the Services applet. To find out what is being run from where, we need to check each location. There are some built-in Windows tools that are useful for this, such as MSCONFIG.EXE, but as I stated before, I like to do things manually. The object of this tutorial is to give you more control, after all!

7. Hidden Processes
The System Tray is a useful visual reminder of what is currently running in the background of your computer, but it doesn't show everything. Not all background processes have a Tray icon, and it is useful to know what is actually running on your computer before you start reclaiming control. For this step I make a concession and use a powerful, free, third-party utility program called Process Explorer, which is made by SysInternals. It is such good software that Microsoft bought the company, as they do. Have a look at this Microsoft TechNet page for more information. You can download a free copy of Process Explorer (do it quick before Micro$oft starts charging for it) from here. This program can be configured to replace the Windows Task Manager that comes up when you press CTRL-ALT-DEL on your keyboard, and gives a lot more information about currently running processes, including file handles, than Task Manager did. It also provides a link to a Google search for each process that is listed, so that you can get the low-down about each process.


8. The Windows Registry
The first place that I go to, to seek out auto-starting programs is generally the Windows registry. As previously explained, there are two parts to consider in this: the Computer and the User. Most auto-starting programs and services like to be run from the Computer side, so that they will load irrespective of which user is logged in. So we will start there first. To start the Registry Editor, use Start > Run... and then type regedit and click OK. This brings up with Registry editor, normally displaying the last registry key that you viewed. You can scroll back up to the top of the list, or just use the CTRL+Home keyboard shortcut to return to the top of the list. Now, navigate through the following folders to get to the place where programs are commonly auto-started from: HKEY Local Machine \ Software \ Microsoft \ Windows \ CurrentVersion \ Run and this will bring up a list like the example below...


TASK 8.1 Carefully identify your target
Just like with deer hunting, you don't want to fire off a round without carefully identifying your target first! All of the previous warnings about the dangers of editing your registry come into play at this point. Make sure you have backed up the registry before proceeding any further. We can't just rip everything out of the registry's Run key. What about your antivirus program? What about your firewall? You will no doubt want those to keep running automatically, won't you?
  1. Google each entry in the Run key list to make sure that you know what it is, what it does, and why it is there.
  2. Some items may also have a component part in the User settings, which we will get to later.
  3. Some items, such as C:\WINDOWS\system32\ctfmon.exe are benign and are quite okay to leave running in the background.
  4. Be aware that some malware can masquerade as real filenames. For instance, why would NOTEPAD.EXE be in your Run key if Notepad doesn't auto-start?
  5. Use Windows Explorer if necessary to display the executable file, and then check the properties of the file, including the last modified date and the Company details on the Version tab.
TASK 8.2 Create a Shortcut
Rather than just deleting the items from our Run key, we are going to create a shortcut to them in the Start Menu, so that you can run them manually when you want to. This is the essence of reclaiming control of your Windows-based PC. If you want it to run, then you will tell it to run! Remember, you're in charge now, not the computer! Before you start this task, you should still have Windows Explorer open, and showing the three new folders that we created earlier, under C:\Documents and Settings\All Users\Start Menu\Defaults\. You should also have the Run key list visible as above. Arrange the screen as you feel comfortable, either by tiling the windows side-by-side, or making use of the ALT+TAB keyboard shortcut to switch between the two windows.
  1. In Registry Editor, double-click on the first Run list entry that you intend to take control of.
  2. Highlight and copy the Value Data information.
  3. In Windows Explorer, right-click in the .\Registry\ folder and create a new Shortcut.
  4. Paste the link from the Run key's Value Data into the new Shortcut's "location of the item" textbox.
  5. Make sure that the full pathname is enclosed in quote marks, then click the "Next" button.
  6. In Registry Editor, highlight and copy the Value Name information.
  7. In Windows Explorer, paste the Run key's Value Name into the new Shortcut's "name for this shortcut" textbox, and click the "Finish" button.
You have now created a shortcut to run the Run key item manually from your Start Menu. You can now safely delete the item from your Windows Registry's Run list. Follow the same steps above for all of the Run key items that you intend to reclaim control of.

TASK 8.3 The User settings
Once the Computer settings have been cleaned up, it is time to move on to the User settings, and to do the same thing there. Navigate through the following folders in the Registry Editor to get to the next place where programs are commonly auto-started from: HKEY Current User \ Software \ Microsoft \ Windows \ CurrentVersion \ Run. Now proceed with the instructions for tasks 8.1 and 8.2 above, to carefully identify the keys, to create shortcuts in the Start Menu for them, and then to delete the Run key items.

9. Results so far
Having followed the steps of the above tasks, you probably won't notice too much difference just yet in the number of icons showing in your System Tray, or in the list of running processes found by Process Explorer. In order to see the effect of the changes that you have made, you will need to reboot your computer first. Remember, you are looking for less icons in the System Tray! If there is anything that you need to run, you can do so manually from your new list at the top of the Start Menu. If you find it necessary to have something starting automatically after all, you can recreate the registry key for the item from the information that you have saved in the shortcut for that item.

10. Next steps
This concludes Part 1 of this tutorial. The next part will cover reclaiming control of software and services that do not start from the Windows registry, and also of reclaiming control over the Start Menu and the Desktop items.

 

 

 


Comment/Reply (w/o sign-up)

-Sky-
Very nice post Trav! And was very useful. I regained all of my PC's rights and everything. happy.gif

Is it possible to get the Administrator username on the Welcome screen so I can also use that instead of running my Computer in safe mode?

-Sky

Comment/Reply (w/o sign-up)

travstatesmen
Thanks for the feedback -Sky-. The tutorial is not finished yet though. There are still other places where auto-starting programs like to hide in Windows, and I'll be digging them out in the next exciting episode! laugh.gif

As for your question, I assume that you are running Windows XP, right? You can make any user account have administrative privileges. I tend to only have two accounts on each Windows XP computer that have full Administrative privileges: the administrator account (renamed for security), and a back door account (in case I cannot access the main administrator account). Normally I use a "limited user" account for daily activities on the computer, such as surfing the Net. This helps to reduce the possibility of virus and trojan click-by attacks.

If you are using the Windows XP style interface (as opposed to the Windows Classic view, which looks more like Windows 2000) then you can access the User Accounts settings to change your user privileges just by clicking on your own user icon at the very top of the Start Menu. But with the Classic View enabled, you would need to use the Control Panel to access User Accounts settings instead. On the top menu bar of the User Accounts dialog box, click the "Home" button to get access to the full power of the User Accounts settings. I think that from there you should be able to find your way to answering your own question about getting the Administrator username onto the Welcome screen. Hope this helps!

 

 

 


Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Recent Queries:-
  1. hkey current user/software/microsoft/w - 75.03 hr back. (1)
  2. reclaiming control in vista - 77.79 hr back. (1)
  3. reclaim control of folder - 126.87 hr back. (1)
  4. hkey.local/machine/software/microsoft/windows/currentversion/run - 127.72 hr back. (1)
  5. reclain the 20% bandwidth - 199.72 hr back. (1)
  6. reclaim privilages on documents and settings - 220.04 hr back. (1)
  7. windows console reclaim folder - 247.58 hr back. (1)
  8. "reclaim control over your" - 250.53 hr back. (1)
  9. reclaim 20% of your bandwidth xp home - 262.93 hr back. (1)
Similar Topics

Keywords : reclaim, control, windows, based, pc, part, 1

  1. How To Install Opengeu In Ubuntu
    OpenGEU is a distro based on Enlightenment and derived from Ubuntu (0)
  2. How To Disable Flashing In Windows Freecell
    note: for XP (0)
    Just a hack I've made in the past. I think I disabled the Game Over pop-up sometime as well,
    except I didn't write it down anywhere. Disable Flashing in FreeCell Windows FreeCell
    flashes the window whenever your available moves is equal to one. If you find the flashing annoying
    like me, this hack will banish it to the dark realms. (Wikipedia says Vista FreeCell doesn't
    flash the screen anymore!) The guide: We only need one download to get this working: Any
    generic hex editor (I'll use xvi32). Download is here: http://www.handshake....
  3. How To Control Other Users’ Privileges (microsoft Windows Steadystate 2.5)
    (1)
    Recently Microsoft has developed a program that makes user control easier. The program is called
    Windows SteadyState 2.5 and it needs a genuine version of windows. System Requirements
    • Supported Operating Systems: Windows Vista Enterprise; Windows Vista Home Premium; Windows
    Vista Ultimate Windows XP Professional, Windows XP Home Edition, Windows XP Tablet PC Edition with
    Windows XP Service Pack 2 (SP2) installed or Service Pack 3 (SP3) installed, Windows Vista Business,
    Windows Vista Home Basic, Windows Vista Starter, or Windows Vista with Servi....
  4. Get Back Lots Of Disk Space
    Windows XP/Vista MCE (Media Centre Edition) (7)
    So, some of you might know about this already but, anyways... The other day I was trying to install
    a game but did not have the necessary disk space, so I deleted files that I will not use, and other
    files that I do not need... I compressed some files that I might use later in the future... And just
    doing that got me back around two to three gigabytes of free hard disk space... But that's not
    enough, the game needed 6 gigabytes of free disk space! So what did I do next? I ran CCleaner... It
    took a while yes, but soon it free'd another 2 gigabytes... ARRGH! Sti....
  5. Make A Flat Based Shoutbox, With Auto Refresh.
    (7)
    With this tutorial, you will learn how to create a simple shoutbox, but only uses a .txt file. Also
    with auto refresh, and I am going to do a backgound. We will be making 5 files. 1. index.php The
    main page 2. msg.php Reading msg.txt 3. msg.txt Note: You must give it 777 4. shout.php Where
    it add to msg.txt 5. bg.gif Background. Index.php would be like this: Shoutbox
    Name: Message: Let's go over what the code do. -> are just the title.
    gets msg.php which gets msg.txt. You will know why I do that later. -> is wh....
  6. Remote Shutdown
    Windows Computers (13)
    Ok, this tutorial is designed to teach you how to remotely shutdown a Windows computer on a Local
    Area Network. I have not been able to test this on wireless and successfully do it, but it will work
    on computers connected to a LAN. Well here is how to do it. 1.Open Command Prompt on the computer
    you wish to shutdown from. Press Win + R and type in cmd or command. 2.Type in ipconfig on the
    computer you wish to shut down. If you know the IP address of the computer you wish to shutdown go
    to Step 4. 3.Get the IP address from the computer. 4.Go to the computer you wish t....
  7. Increase Internet Bandwidth In Windows Xp
    (10)
    Windows XP reservers 20 percent of the Internet bandwidth for QoS ( Quality of Service). This is
    unnecessary and can be disabled. By disabling this you get a boost in the Bandwith. Follow the
    following steps: * Select Start > Run and enter gpedit.msc to Open the Group Ploicy Editor.
    * In the left-hand column in the window, navigate to Computer Configuration > Administrative
    Templates > Network > QoS Packet Scheduler * In the right column double-click on Limit
    reservable bandwidth and select Enabled . * Change the Bandwidth Limit to 0 and click OK. N....
  8. How To Hide Your Important Files And Folders
    In Ms. Windows, Without Using Programmes. (7)
    Most of people share their computers with others -family, mates, buddy or whoever- and that sharing
    threatens their secrets and private file to be revealed, letting some people to know things they
    shouldn't know.. My Securing Way: Operation - Camouflage Use an Icon
    Editor to generate a 1x1 Transparent Icon and Save it .. > 1 Open CMD.. Start >> Run or Press
    WindowsLogo+R.. Lets Say you wanna hide a Folder named " secure " and it's located in
    E:\folder\ so Write E: and Press Enter then Write Cd folder and Enter then Attrib +s +h....
  9. How To Backup And Restore Windows Registry
    (0)
    The Registry has to be one of the least understood aspects of the Windows operating system family. A
    wrong entry in the Registry can potentially wreak havoc on the system.To understand the Registry is
    to get to the heart of controlling and modifying your Windows system. If you know what you are
    doing, you can turn your machine into a lean performance machine, customize and personalize its
    appearance, and get complete control over nearly every aspect of how Windows XP behaves. It is
    always recommended that you take a backup of the Registry before proceeding with an edit,....
  10. Make Windows Xp Look Like Vista
    It works. Really. (6)
    I know that Vista came out a long time ago, and that most of you already have it, but for the people
    who don't, here's a tutorial on how to make your Windows XP look like Vista, with Aero Glass
    transparency, the Vista Start Menu, 3D Flip, and more. NOTE: This only works on Windows XP, NOT on
    Windows 2000 or Win 9x. Warning: I am not responsible for anything that happens to your computer
    from doing the things explained in this tutorial. The steps should be done in order. Download
    and Install StyleXP StyleXP is a program that you can use to add Themes and....
  11. Internet Connection Sharing With Xbox 360 And A Laptop
    For Windows XP (possibly Vista) (9)
    Alright, I just found out about this very recently on my quest to get a wireless adapter for my Xbox
    360. You can use the wireless connection from your laptop as an internet connection for the 360.
    I'm putting this up because I had a lot of trouble with the DNS portion of this and no one has
    posted up the way that I found to do it, so here I go. Supplies: Laptop connected to internet Xbox
    360 Ethernet Cable (comes with Xbox, can use any other though) 1. First, have your xbox turned on.
    Also have your PC on, since this next part is all with the computer. This will....
  12. Uninstalling Windows Vista
    HOW TO while Dual booting with XP (7)
    If u have only Windows Vista installed just format the partition usually C: to uninstall. But if
    you are dual booting with Windows XP then Backup important data Put your Windows XP CD in the
    drive & boot from that drive Don't go ahead with the install but instead Start the Recovery
    Console You will be asked to log in to Windows XP with Administrative privileges Enter fixboot
    on the command prompt Enter fixmbr on the command prompt Format the Windows Vista partition
    The steps are necessary because Windows Vista ships with a new Boot Loader I am assu....
  13. Start Multiple Programs With One Shortcut
    Windows XP (17)
    Welcome to my turoial on how to start multiple programs using one shortcut. You may probably be
    wondering how this is possible. Well this tutorial will use a language from MS-DOS called batch. I
    am not sure whether it is "language", but I do know that it is a way to program for MS-DOS. Batch is
    simply a way to run several MS-DOS commands with just one command. All batch files are run through
    Command Prompt, but they can be accessed with shortcuts also. Here are a few requirements for this
    tutorial. Requirements Windows XP (I tested this on XP, but it should work on m....
  14. Background Image Swap Script
    Change a Background Image based on clock time (15)
    Background Image Changer Script To swap the background image from your CSS file according to the
    Server Clock Time. 1.) In your CSS file, add the following rule: CODE body {     background:
    url(time.png); } 2.) Create a "folder" named time.png. 3.) Into the folder, place three images
    named morning.png, day.png, night.png. 4.) Also, in the same folder, create an index.php file and
    copy/paste the following script. CODE $hour = date('H'); if ($hour     $image =
    "morning.png"; } elseif ($hour      $image = "day.png"; } else {      $image = "night.pn....
  15. Faux Ajax Loading - Css Only
    Pretend your site is Ajax based (3)
    Link: http://www.jlhaslip.trap17.com/samples/misc/ajax/index.html Check that out. The first page
    has information and the second and has the actual example of its use with sample CSS code. I find
    that when you visit a site which has a slow server and attempt to view 'large' Image files,
    it is pretty boring to sit and stare at a blank screen, so this little snippet of code can be used
    to give the visitor something to see to indicate that the image is being downloaded. I built a
    small animated gif that sits in the background of the space allocated for the image....
  16. How To Hack Windows Pinball!
    A tut on how to change your score on Windows Pinball (24)
    This is my first tutorial and my first post so i hope you like it! First of all to be able to
    hack windows pinball you will need the Cheat Engine available from
    http://www.cheatengine.org/CheatEngine53.exe . After installing the program open it up and skip the
    inbuilt tutorial unless you want to do it. First play Windows pinball for a bit to get a good score
    (just use one ball) then click in this icon in the top left-hand corner of the cheat engine. Now
    you should see a list of programs running at the moment, scroll down to find the file PINBALL.exe
    which is Window....
  17. Reducing Windows Vista Start Menu Programs Response Time.
    How to do it. (4)
    If you have been using Microsoft Windows Vista for quite some time, you would have noticed that
    installing a number of programs/softwares into your computer considerably slows down the response
    time of your start menu program folder, sometimes up to one second or more before the programs
    listed in a particular start menu folder is displayed. Worst of all, if you are trying to launch a
    program from you start menu which is within another start menu prrograms folder. Well, I have found
    a way to bypass this very annoying thing in Windows Vista. I have about 98 start menu en....
  18. Giving Important Programs Priority
    Alloacating more resorces with Windows XP (2)
    If you want to allocate more resources to an important program you are running do the following: 1)
    press ctrl+alt+delete 2) select the "processes" tab 3) find the program you are using and
    right-click on it 4) on the drop down bar that appears scroll over "select priority" 5) select
    "high" (CAUTION DO NOT SELECT "REALTIME" AS THIS MAY IMBALANCE YOUR SYSTEM) 6) A warning will
    appear, click yes If you follow these easy steps you will find that whatever program you have done
    this to should run faster and more efficiently. However, this is something that must be done each....
  19. Making a java based program
    (3)
    Java GUI Making a Little Java Program Sec. 1: Imports and starting it off Sec. 2: Variables Sec.
    3: Frame and Stuff Sec. 4: Declaring buttons Sec. 5: Adding buttons Sec. 6: Action Listening Sec. 7:
    Using this for a learning experience Section 1 Now, let's think. What imports do we need? We
    obviously need GUI imports. We also need the action Listener. So, let's declare this at the very
    top: Code: CODE import java.awt.*; import java.awt.event.*; import javax.swing.*; That's
    all we need to get all our supplies. Now to start us off. Skip a couple lines ....
  20. Disabling Safe Boot On Windows Xp
    Learn how to do it (3)
    I know that there has been many at times, when for some reason or the other, people would want to
    disable the ability of Windows XP to boot into safe mode. Even though that this is not a very thing
    advisable thing to do, but still, people, due to some reasons best known to them would always want
    to do this. The other day, a friend of mine who works in (manages is the right word) a cyber cafe
    was heads over toes, trying to figure out to to disable the safe mode boot in Windows XP. His
    reason..... customers are hacking into their computers and browsing free of charge by b....
  21. Rename The Ms Windows Recycle Bin
    (Tested on Windows XP). (9)
    I realize there is another topic in this section about the recycle bin, but it doesn't mention
    how to rename the recycle bin. Like most other tasks of this nature, accomplishing this will require
    modifying the windows registry. First, open the registry editing tool "regedit" by clicking on
    Start, Run then typing in "regedit" before pressing OK. Screenshot:
    http://img525.imageshack.us/img525/8230/01ay6.jpg In the regedit program you will see a simple
    looking program with a tree structure control in the left side (displays the setting categories) and
    a panel at the....
  22. Css-based "i-frames" (sort Of)
    A couple of ways to do it... (1)
    I got thinking that it might be nice to have a method to load a bunch of pictures up to a site, but
    not have them taking up a lot of space. And without using a bunch of php, while still presenting the
    entire picture. And using full-on CSS coding, not tables or frames. So here you go... a "picture in
    a picture" method. A CSS framed picture And a "hidden" "picture in a picture" method. A
    "hidden" CSS framed picture Sort of a way to 'hide the picture and let the user decide if they
    want to actually see the image. All it does is use positioning for placing the....
  23. How To Make A Simple File Based Shoutbox Using Php And Html
    (8)
    A simple tut to make a simple shoutbox. Let me jump right in. First of all you need the standard
    equipment for PHP, an IDE like XAMPP and an editor like PHP EDITOR 2OO7. Were going to make a
    simple guestbook using three files, webpage.php, shout.php and shout.txt. Webpage.php can be
    changed to whatver you want, it will be the page on which the guestbok is shown, you could even use
    this code and add it to another php page n your site. Shout.php is the proccessing page and
    shout.txt is where the shouts are stored. Firstly we need to make the visual design of the box.....
  24. Memory Trick To Speedup Windows Xp
    (28)
    Here is one of the not so known method for free-up the RAM to make the Windows run faster. When
    programs run in Windows XP, they frequently use what are called DLLs (Dynamic-Link Libraries). These
    contain shared programming instructions and other files like icons, graphics, sounds, etc. that
    different applications use in order to run. DLLs are stored in RAM whenever the applications load
    them; when you quit a program, XP is supposed to release the DLL from memory. But some DLLs can get
    stuck. Here is the method to mend this up. Step 1: You can force Windows XP to re....
  25. Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2
    Continue the last section which is installing phpMyadmin (0)
    QUOTE phpMyAdmin lets you control you MySQL database from a web browser. Steps: 1. If you
    haven't done so already, download the phpMyAdmin Database Manager - You can download the
    software from the phpMyAdmin website. Be sure to download the phpMyAdmin-2.6.2-pl1.zip file. Save
    the file on your Windows Desktop. ... ... ... Go to for more info. Post Copied. Member
    Banned ....
  26. Beginner's Guide To Skiing
    Based on my own experience. (4)
    I really like skiing. It is so much fun that you won't know how you could have survived until
    your first time. So here are some things you should know before you head over to your lcoal ski
    area: Dressing: You should get a few basic things: -Base layer: long underwear, especially
    thermals, keep you warm, wick moisture from the skin, keep your legs from getting irritated by your
    ski pants -Middle layer: A fleece jacket; or anything aside from wool, which is very itchy. This
    will keep you warm in cold weather. If your outer jacket or parka (see below) is insulate....
  27. Podcasting For The Absolute Newb
    simple, works on windows, mac and linux (5)
    Ok, so I found out about podcasting on iTunes, and I fell in love with it. It was probably the
    coolest thing ever to happen. Now it's a big thing, and anyone can do it. This will cover just
    the basics of using MP3 file, tagging them, and uploading them in a directory on a web server with
    dircaster installed. If you want to get advanced I reccomend getting a book on it. This is only the
    basics, because I am running a windows computer at the time, and you can only have enhanced
    podcasting in mac at the time of me writing this... Let's get started. First things fir....
  28. Disable 'turn Off System Restore' In Windows Xp
    Useful for computer administrators (6)
    This method will stop people from disabling System Restore. 1. Go to Run (Start->Run) 2. Type
    gpedit.msc and click Enter 3. On the left in the Computer Configuration go to Administrative
    Templates then System then System Restore. 4. Double click on the Turn off System Restore on the
    screen on the right and choose Enable. Check if it's working. Go to System Properties (Control
    Panel -> System) and to tab System Restore The 'Turn off System Restore' should be now
    'unclickable' ....
  29. Make Windows Xp Look Like The Mac Interface
    You need at least 512MB RAM for this to be functional (39)
    Windows starting to bore you like an old girlfriend? (Please, have a sense of humour /wink.gif'
    border='0' style='vertical-align:middle' alt='wink.gif' /> ) No worries - here's how to get
    your PC looking just like a Mac! Download these babies and put the oomph back in your PC experience
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Program #1: iTunes URL:
    http://www.apple.com/itunes/ Music player. Classic clean lines in minimalist iPod fashion. Drool
    (after you download it /wink.gif' border='0' style='vertical-align:middle' alt....
  30. How To Change The Windows Xp Shell.
    (24)
    What is the Windows xp shell? The term shell reffers to the graphical user interface (gui) i.e the
    desktop and the task bar, basically explorer.exe (the default windows shell). Where can I find a
    replacment shell? The best place to start is with some shell information sites, I would recommend
    Shell-Shocked , Try these: Litestep Xoblite (Blackbox) Geoshell I would personally
    recommend Litestep. now you have a shell heres how to manually set the default shell in windows xp
    Changing the default shell (all users): 1) open regedit (start menu > run, and type i....

    1. Looking for reclaim, control, windows, based, pc, part, 1
Similar
How To Install Opengeu In Ubuntu - OpenGEU is a distro based on Enlightenment and derived from Ubuntu
How To Disable Flashing In Windows Freecell - note: for XP
How To Control Other Users’ Privileges (microsoft Windows Steadystate 2.5)
Get Back Lots Of Disk Space - Windows XP/Vista MCE (Media Centre Edition)
Make A Flat Based Shoutbox, With Auto Refresh.
Remote Shutdown - Windows Computers
Increase Internet Bandwidth In Windows Xp
How To Hide Your Important Files And Folders - In Ms. Windows, Without Using Programmes.
How To Backup And Restore Windows Registry
Make Windows Xp Look Like Vista - It works. Really.
Internet Connection Sharing With Xbox 360 And A Laptop - For Windows XP (possibly Vista)
Uninstalling Windows Vista - HOW TO while Dual booting with XP
Start Multiple Programs With One Shortcut - Windows XP
Background Image Swap Script - Change a Background Image based on clock time
Faux Ajax Loading - Css Only - Pretend your site is Ajax based
How To Hack Windows Pinball! - A tut on how to change your score on Windows Pinball
Reducing Windows Vista Start Menu Programs Response Time. - How to do it.
Giving Important Programs Priority - Alloacating more resorces with Windows XP
Making a java based program
Disabling Safe Boot On Windows Xp - Learn how to do it
Rename The Ms Windows Recycle Bin - (Tested on Windows XP).
Css-based "i-frames" (sort Of) - A couple of ways to do it...
How To Make A Simple File Based Shoutbox Using Php And Html
Memory Trick To Speedup Windows Xp
Installing Php + Mysql + Apache + Phpmyadmin On Windows Part 2 - Continue the last section which is installing phpMyadmin
Beginner's Guide To Skiing - Based on my own experience.
Podcasting For The Absolute Newb - simple, works on windows, mac and linux
Disable 'turn Off System Restore' In Windows Xp - Useful for computer administrators
Make Windows Xp Look Like The Mac Interface - You need at least 512MB RAM for this to be functional
How To Change The Windows Xp Shell.

Searching Video's for reclaim, control, windows, based, pc, part, 1




advertisement



Reclaim Control Over Your Windows-based Pc - Part 1