Tips And Tricks In Windows - everything you know share with us...
Tonny
Sep 19 2005, 10:35 AM
if you know some tips and tricks and you want to share with all the members please share it.
-shut down Ballon tips-
1. START>RUN>REGEDIT 2. go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced 3.find "EnableBalloonTips" or make new DWORD with that name and set value "0" 4.restart pc
-No to all when copying-
when you are copying, if you already have same files you will get the message with buttons YES,YES TO ALL, NO, CANCEL. what about NO TO ALL. when you get that window press SHIFT and click NO. that is the button NO TO ALL. And you want erase the same files in that folder.
-repair autoexec.nt-
if you get the message that you canot run application because you dont have file autoexec.nt. here is the solution. get the spybot-serach and destroy and adaware. run windows in SAFE MODE and than clean your pc with spybot and adaware. restart pc. go to c:/WINDOWS/repair copy file autoexec.nt and paste it in c:/WINDOWS/system32. again restart pc. now run the applicaton. it works 99,99%
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"Administrator"=dword:00000001
These Batch Files can do a certain job.
Delete Wallpapers
CODE
@ECHO OFF DEL "%systemroot%\Blue Lace 16.bmp" DEL "%systemroot%\Coffee Bean.bmp" DEL "%systemroot%\FeatherTexture.bmp" DEL "%systemroot%\Gone Fishing.bmp" DEL "%systemroot%\Greenstone.bmp" DEL "%systemroot%\Prairie Wind.bmp" DEL "%systemroot%\Rhododendron.bmp" DEL "%systemroot%\River Sumida.bmp" DEL "%systemroot%\Santa Fe Stucco.bmp" DEL "%systemroot%\Soap Bubbles.bmp" DEL "%systemroot%\Zapotec.bmp" DEL "%systemroot%\Web\Wallpaper\Crystal.jpg" DEL "%systemroot%\Web\Wallpaper\Friend.jpg" DEL "%systemroot%\Web\Wallpaper\Home.jpg" DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg" DEL "%systemroot%\Web\Wallpaper\Peace.jpg" DEL "%systemroot%\Web\Wallpaper\Power.jpg" DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg" DEL "%systemroot%\Web\Wallpaper\Radiance.jpg" DEL "%systemroot%\Web\Wallpaper\Ripple.jpg" DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg" DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg" DEL "%systemroot%\Web\Wallpaper\Ascent.jpg" DEL "%systemroot%\Web\Wallpaper\Autumn.jpg" DEL "%systemroot%\Web\Wallpaper\Azul.jpg" DEL "%systemroot%\Web\Wallpaper\Follow.jpg" DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg" DEL "%systemroot%\Web\Wallpaper\Tulips.jpg" DEL "%systemroot%\Web\Wallpaper\Wind.jpg"
Delete Screensavers
CODE
@ECHO OFF DEL "%systemroot%\system32\dllcache\scrnsave.scr" DEL "%systemroot%\system32\dllcache\ss3dfo.scr" DEL "%systemroot%\system32\dllcache\ssbezier.scr" DEL "%systemroot%\system32\dllcache\ssflwbox.scr" DEL "%systemroot%\system32\dllcache\ssmarque.scr" DEL "%systemroot%\system32\dllcache\ssmypics.scr" DEL "%systemroot%\system32\dllcache\ssmyst.scr" DEL "%systemroot%\system32\dllcache\sspipes.scr" DEL "%systemroot%\system32\dllcache\ssstars.scr" DEL "%systemroot%\system32\dllcache\sstext3d.scr" DEL "%systemroot%\system32\scrnsave.scr" DEL "%systemroot%\system32\ss3dfo.scr" DEL "%systemroot%\system32\ssbezier.scr" DEL "%systemroot%\system32\ssflwbox.scr" DEL "%systemroot%\system32\ssmarque.scr" DEL "%systemroot%\system32\ssmypics.scr" DEL "%systemroot%\system32\ssmyst.scr" DEL "%systemroot%\system32\sspipes.scr" DEL "%systemroot%\system32\ssstars.scr" DEL "%systemroot%\system32\sstext3d.scr"
How to make a toolbar containing shortcuts on any side of the screen!
1. make a folder somewhere in your HDD and name it something appropiate ('Programs' etc.)
2. R-Click on start menu and select Toolbars->New toolbar...
3. Browse and select the folder.
4. Drag the toolbar usingits 'handle' to any side of the screen (NOTE: you may need to UnSelect 'Lock the Taskbar' in the r-click menu before you see the handle)
5. You can set many options by right clicking on the toolbar
TO ADD PROGRAMS:
Create their shortcuts in the folder you created in step 1
DEL "%systemroot%\Blue Lace 16.bmp" DEL "%systemroot%\Coffee Bean.bmp" DEL "%systemroot%\FeatherTexture.bmp" DEL "%systemroot%\Gone Fishing.bmp" DEL "%systemroot%\Greenstone.bmp" DEL "%systemroot%\Prairie Wind.bmp" DEL "%systemroot%\Rhododendron.bmp" DEL "%systemroot%\River Sumida.bmp" DEL "%systemroot%\Santa Fe Stucco.bmp" DEL "%systemroot%\Soap Bubbles.bmp" DEL "%systemroot%\Zapotec.bmp" DEL "%systemroot%\Web\Wallpaper\Crystal.jpg" DEL "%systemroot%\Web\Wallpaper\Friend.jpg" DEL "%systemroot%\Web\Wallpaper\Home.jpg" DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg" DEL "%systemroot%\Web\Wallpaper\Peace.jpg" DEL "%systemroot%\Web\Wallpaper\Power.jpg" DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg" DEL "%systemroot%\Web\Wallpaper\Radiance.jpg" DEL "%systemroot%\Web\Wallpaper\Ripple.jpg" DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg" DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg" DEL "%systemroot%\Web\Wallpaper\Ascent.jpg" DEL "%systemroot%\Web\Wallpaper\Autumn.jpg" DEL "%systemroot%\Web\Wallpaper\Azul.jpg" DEL "%systemroot%\Web\Wallpaper\Follow.jpg" DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg" DEL "%systemroot%\Web\Wallpaper\Tulips.jpg" DEL "%systemroot%\Web\Wallpaper\Wind.jpg"
is very dangerous if you doing it first time, because I had an issue when my logon picture path got changed and I couldn't get in on my account !
If you press the windows key (in the keyboard) plus E, R, D or F you can open certain things, like:
E = EXPLORER R = RUN D = DESKTOP F = FIND M = MINIMIZE
This opens up a Windows Explorer window, a run box (like the one thats in the start menu), show desktop, a search window or minimize all windows open (which is not exacly the same that showing desktop).
Maybe a lot of people know this but if you dont, if you are running microsoft windows xp you have 2 messengers; windows messenger and microsoft network messenger (MSN messenger). You can access both, and have to sessions open at the same time.
Bring up yer run box and type:
msnmsgr - for msn messenger msmsgs - for windows messenger
Note that windows messenger would not be able to upgrade, but once, and it will still be the 4.7 version.
For those who dont know: you can access almost every program from this run box (windows + r), for example:
winword - microsoft office word excel - microsoft office excel powerpnt - microsoft office power point calc - windows calculator notepad - = firefox - = www.address.com - opens default browser with the given address regedit - windows registry wmplayer - windows media player
osk - on screen keyboard magnify - on screen windows zoom taskmgr - task manager services.msc - services
etc etc.
You can close a window by double clicking the icon at the upper side of the same window, on the left, like if you were going to close it normally on the 'X' but in the left side.
You can browse through windows with alt-tab, most of you would know, but what some of you wouldnt is that you can go backwards, shift-alt-tabbing.. (the same as for normal tabbing through a form in the web or the options of any given 'options' menu, shift + tab will go back instead of forth).
You can view the screen upside down. Go to start > run rand type "esc" (yes, the escape key up and left corner of keyboard). Then grabb your screen and turn it around (im sorry, thought this would be funny ).
In Windows, there is something that allows you to end nonresponsive programs. It was first implemented in Windows 95, but optimized and best used in Windows NT, 2000, and XP. Here are the instructions to launch it in order to close nonresponsive programs and processes:
With Windows NT and 2000, press the keyboard combination "Ctrl+Alt+Delete" to get a window called "Windows Security". Some of the features may be disabled, depending on the network (corporate environment, etc.) conditions. Click "Task Manager" or press the key "T" to launch Task Manager. It is automatically set to a priority of "Above Normal". Task Manager can also be launched by right-clicking on the Windows Taskbar and selecting Task Manager.
With Windows XP, press the same keyboard combination, except Windows XP Home users will get Task Manager immediately without a "Windows Security" prompt. Windows XP Professional users have the same interface as that for Windows 2000 and NT.
The Task Manager can be used to monitor system performance (Performance tab), end applications (Applications tab), monitor and end processes (not recommended for non-techheads), and run new programs. It can help when a system appears to be frozen but is actually not.
hmm, most of the ones I know have already been said but to check whether your computer is truly frozen or just taking a long time on a process press the numlock (or capslock) keys on your keyboard, if the keyboard LED lights up then its almost always a matter of waiting until your computer comes back to normal (or pressing ctrl+alt+del)
Well even those this is old topic, maybe someone will look for tips. So i ll share my tips. Please note that all of this tips are working on my computer and i didnt had any problems with my computer.
SPEED UP YOUR INTERNET! Lets start! Open REGEDIT(Start->Run->Regedit) Now you ll need to find a key on this location
"HKEY_LOCAL_MACHINE - Software - Microsoft - Windows - Current Version - Explorer - RemoteComputer - NameSpace"
When you got there you ll need to delet this key (D6277990-4C6A-11CF-8D87-00AA0O60F5BF}
its because windows uses most of the bandwindth for microsoft's operations
Here's a pretty useless yet somewhat fun trick to rename the window title in IE- I've only tried this out on Win2k and Windows XP running IE6. I discovered it one day while curiously searching through the registry to see if I could change the "Internet Explorer provided by Abbot Laboratories" on my laptop (It's an ancient hand-me-down from my uncle)
This is a fairly safe trick. As long as you stick to the instructions here and don't go messing around with other Registry entries, you should be fine. However, just to be safe, you should always back-up your registry before doing any kind of manual editing. 1. Open the Registry Editor
Start -> Run -> type in regedit
2. Navigate to HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\INTERNET EXPLORER\Main
NOTE: If the Window Title key already exists, you can skip step 3.
3. Right click somewhere in the right panel and choose new String Value. Name it Window Title
4. Double click on Window Title and where it says "Value data" put whatever you want your IE window title to say- For example, you could put something like "Bob's Magical Internet Explorer!" or maybe something slightly less lame. When you've made up your mind, hit ok.
5. Now open up IE and behold your own custom window title located to the right of whatever the name of the website you're viewing is. If you decide later you'd rather stick to the default "Microsoft Internet Explorer" title, just go back delete the Window Title value.
If you press the windows key (in the keyboard) plus E, R, D or F you can open certain things, like:
E = EXPLORER R = RUN D = DESKTOP F = FIND M = MINIMIZE
This opens up a Windows Explorer window, a run box (like the one thats in the start menu), show desktop, a search window or minimize all windows open (which is not exacly the same that showing desktop).
Maybe a lot of people know this but if you dont, if you are running microsoft windows xp you have 2 messengers; windows messenger and microsoft network messenger (MSN messenger). You can access both, and have to sessions open at the same time.
Bring up yer run box and type:
msnmsgr - for msn messenger msmsgs - for windows messenger
Note that windows messenger would not be able to upgrade, but once, and it will still be the 4.7 version.
For those who dont know: you can access almost every program from this run box (windows + r), for example:
winword - microsoft office word excel - microsoft office excel powerpnt - microsoft office power point calc - windows calculator notepad - = firefox - = www.address.com - opens default browser with the given address regedit - windows registry wmplayer - windows media player
osk - on screen keyboard magnify - on screen windows zoom taskmgr - task manager services.msc - services
etc etc.
You can close a window by double clicking the icon at the upper side of the same window, on the left, like if you were going to close it normally on the 'X' but in the left side.
You can browse through windows with alt-tab, most of you would know, but what some of you wouldnt is that you can go backwards, shift-alt-tabbing.. (the same as for normal tabbing through a form in the web or the options of any given 'options' menu, shift + tab will go back instead of forth).
You can view the screen upside down. Go to start > run rand type "esc" (yes, the escape key up and left corner of keyboard). Then grabb your screen and turn it around (im sorry, thought this would be funny ).
- 10730
note that firefox can be opened with the command firefox and note pad in notepad we can do the commands by writing the name of the file (should be exe and should be registered is win registry)
Here's a pretty useless yet somewhat fun trick to rename the window title in IE- I've only tried this out on Win2k and Windows XP running IE6. I discovered it one day while curiously searching through the registry to see if I could change the "Internet Explorer provided by Abbot Laboratories" on my laptop (It's an ancient hand-me-down from my uncle)
This is a fairly safe trick. As long as you stick to the instructions here and don't go messing around with other Registry entries, you should be fine. However, just to be safe, you should always back-up your registry before doing any kind of manual editing.
1. Open the Registry Editor
Start -> Run -> type in regedit
2. Navigate to HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\INTERNET EXPLORER\Main
NOTE: If the Window Title key already exists, you can skip step 3.
3. Right click somewhere in the right panel and choose new String Value. Name it Window Title
4. Double click on Window Title and where it says "Value data" put whatever you want your IE window title to say- For example, you could put something like "Bob's Magical Internet Explorer!" or maybe something slightly less lame. When you've made up your mind, hit ok.
5. Now open up IE and behold your own custom window title located to the right of whatever the name of the website you're viewing is. If you decide later you'd rather stick to the default "Microsoft Internet Explorer" title, just go back delete the Window Title value.
I am now running on Windows XP. I'm confused whether to use and install Windows Updates or not.
My friends and some local IT support said that I do not need them. But many tech site suggests them
to be installed. Here is my situation : I only use this PC to browse internet, download files,
using P2P software, play games and other activity that doesn't require internet. I never use
wireless internet, my PC is not linked to another PC (workgroup). Do I really need Windows Update at
all? Untill now, I never experienced any crash or something without those updates. ....
Hi, although it has some useful features and it's (i'd hope so...) well integrated with the
shell, the file explorer that comes with windows xp is not the best we can ask for... so I've
always tried to use various other pieces of softwares randomly found on the net whenever I've
had to intensively work on my file directory... still I haven't found a very good one, all
those I tried have some kind of bug or they are not really user friendly in some occasions... would
anyone suggest a good FREEWARE file explorer? thanks /wink.gif" style="vertical-al....
I've just put together a package of "MPlayer for Windows". The installer includes everything
you'll need in one self-contained download. Download and Information:
http://mulder.dummwiedeutsch.de/home/ QUOTE MPlayer for Windows packaged and maintained by
LoRd MuldeR http://mulder.at.gg/ Last Update: 2008-02-10 (Build #10) 1. Package Contents
------------------- * MPlayer for Win32, SVN-r25962 (2008-02-09) * SMPlayer front-end by RVM,
v0.6.0 (SVN-r827) * MPUI front-end by Martin Fiedler, v1.2-pre3 (Build 38) * Binary Codec Package
for MPlayer (2007-1....
Hi all, I am running a Mac and I have a Windows XP home edition already installed on another
partition via boot camp. Then I ran into Parallels and began installing it. However, instead of
using the existing installation via boot camp, it is asking me to provide a cd key to activate XP. I
couldn't possibly provide a cd key as I already used it to activate. How can I get Parallels to
use the existing installation without asking me to provide another cd key? I gave up and thought of
uninstalling Parallels but I couldn't do it on the Windows side as I was require....
Hello! Shortly, Microsoft released the Windows Live pack, which contains the following
applications: Mail, Messenger, Gallery and Writer. And my question is: What do you think of them?
Here is my review: Windows Live Mail. When started, it should ask you for making an e-mail
account. It looks much like Mozilla Thunderbird, also it has the same feature to manage few mails
through one interface. The ease of use is feelable /smile.gif" style="vertical-align:middle"
emoid=":)" border="0" alt="smile.gif" /> Windows Live Messenger. Still I haven't tried it
/b....
as anybody tried the new windows live messenger 8.5. well i've tried it its pretty good. despite
the fact that the biggest change i've seen is realy the interface i like it, and the singing in
issues it had befor is now gone.has anybody tried it and what do you think also what new stuff i
probably did not notice thats there.....
i guess that the most used program dont its not related with Windows , pc working .. Its Winamp.
i guess that its the most used program that lastes .., think about it , you open dreamweaver to
work on a site but first i bet that all of us opens the Winamp player right ? mmm after u
finished your work , you close the Dreamweaver program and play a games like me " counter Strike " i
play the games and still listen to music .. most of the time /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> but are dayz when i dont play
with music....
i found this on zdnet QUOTE According to the Symantec Security Response Web site, the worm is
capable of infecting multiple operating system platforms and is spreading. The advisory said: "A
new worm is being distributed within malicious OpenOffice documents. The worm can infect Windows,
Linux, and Mac OS X systems. Be cautious when handling OpenOffice files from unknown sources". In
an interview with ZDNet Australia on Thursday, Dr Jan Hruska, who co-founded rival antivirus firm
Sophos and was one of the first ever PC antivirus experts, said that Apple Mac's ....
Some registry tweaks for Microsoft Windows Media Player to run Windows Registry Editor (regedit);
Click Start menu > click run and type "regedit" . ( no quites). To disable " Upgrade" message
1- Go to the following address: QUOTE
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MediaPlayer/PlayerUpgrade 2- Right click In the right panel
and then create a new String Value and name it "AskMeAgain". 3- And finally give it value of NO, in
the Value Data field. To delete last Play List in the History 1- To delete last files go to QUOTE
HKEY_CURRENT_USER/Software/Microsof....
Duh, I picked up a copy of Delphi for Windows from a freebie box at my Library, but don't
want to load it on my puter until I understand what it is. I went to the Borland web site and tried
to figure out what Delphi is about, but evidently it is over my head. /ohmy.gif"
style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> Is is some kind of
programming software? I am not a great techy. If someone could try to explain it to me in plain
English, I would appreciate it. ....
I made a Post about this yesterday, but i forgot to tell that there are two versions of it, so im
posting the other one here /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
alt="wink.gif" /> : ScreenShots: INFO: Accessibility Windows Vista includes built-in
accessibility settings and programs that make it easier for you to see, hear, and use your computer.
The accessibility settings and programs in Windows Vista are particularly helpful to people with
visual difficulties, hearing loss, pain in their hands or arms, or reasoning and cognitive issues.....
Windows Vista Inspirate New And Upgrade Version Universal Vista Inspirat
Brico Pack 1.1 Multilanguage Shell Pack for Windows XP !
What is Vista Inspirat Shell Pack ??
Vista Inspirat Shell Pack is a complete custom shell pack for all Windows XP.
It consists of modified icons and a new themed appearance for Windows XP. After installing this
shell pack, your computer will look like these screenshots. ....
nLite nLite is a small, nice, flexible but powerful freeware that let you customize your
installation of Microsoft Windows. This freeware support following Windows: • Microsoft Windows 2000
• Microsoft Windows XP • Microsoft Windows 2003 Windows 9x not supported. Note: this free ware needs
Microsoft dot NET Framework 2.0 By this freeware you can do following: • Integrate Microsoft
Windows service packages, hot fixes, updates and your hardware drivers to your Windows installation
CD/DVD. • Add or remove Microsoft Windows components before installation. • Add Microsof....
Garage is a awesome program for music editing and making raw little loops and cool music.
Unfortuantly as most of you know it is only for macs! RAWR! I don't use macs often nor
do I own one! Anyone know of any freeware(or not) programs for windows? "Hi I am a PC, and I
am a mac!" Mac: I have garageband! PC: *Knocks Mac out and pours water on HDDs!* PC 1
Mac 0! lol Thanks....
For those whos using Windows Vista and found that some programs are not running properly in this new
system .. here is the solution: Microsoft had made a fix for that problem and you can do an update
for your OS in microsoft's website.. This update with the name (KB929427) , Just type it in
the search field here and click go then download it and install /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Currently there are very few sites that support it. But Microsoft says it is the future. Our online
visiting card. Use it to login onto any website. Supposedly Microsooft is in talks with Mozilla team
over its incorporation with firefox 3 that is to be released soon.....
The brand-new version of Windows Media Player has been launched! After a long time in beta
stage, now we have the Final Version! QUOTE Windows Media Player 11 offers great new ways
to store and enjoy all of your digital media. It's easier than ever to access all of your music,
video, pictures, and recorded TV on your computer. Play it, view it, organize it, and sync it to a
portable device for enjoying on the go, or share with devices around your home - all from one place.
Windows Media Player 11 is designed to work with all versions of Windows XP with S....
I upgraded to vista, and i just love the os. It is fast stable, and real eye candy. Now i installed
most of necessary software without any problems, it's just now i tried to install CamStudio to
continue my Video tutorial lessons, but i found it very confusing couse Vista doesn't seem to
recognize video codec (found on the same page). I would really need help from video wiz guys if any
here on forum, couse i tried most codecs (microsoft video, intel video, mpeg-4, ffdshow, and
it's original codec) and it doesn't seem to work anyway. Also trying to run....
My windows media player 11 has seemed to have developed a problem. Well actulally it has always been
doing this. I am running a P4 (2.8GHz with 512 ram, 64MB vram), and when I try to activate the
visualization in WMP 11 all it is horribly slow and pixelized. I would guess about 5 fps Normally I
would just accept this and keep saving for a new computer but the second that there is something
covering even part of the visualization screen, it ups it's performance. If you put a separate
window over the vis screen (even the slightest corner of a window) the performance up....
QUOTE EditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for
Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features
for Web page authors and programmers. Syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++,
Java, JavaScript and VBScript. Also, it can be extended for other programming languages based on
custom syntax files. Seamless Web browser for previewing HTML pages, and FTP commands for uploading
local files to FTP server. Other features include HTML toolbar, user tools, line ....
Windows Media Player 11 has been officially release today...
http://www.vnunet.com/vnunet/news/2167601/...player-released I have tried it already and it works
as well as the beta 2 version... The interface is as nice as ever and its definitely my best media
player I've ever used!....
I have searched the forum and no-one seems to have posted about Foxit thus far, it doesn't seem
to be very well known. Foxit Reader is small pdf reader, you can get at
http://www.foxitsoftware.com/pdf/rd_intro.php , it doesn't require installing, all you have to
do is unzip the download file and away you go. As an alternative to Adobe Acrobat, it offers two
main advantages, namely it is much faster at opening files and reading them, and it occupies just 2
mb of disk space (as opposed to 35 mbs that Acrobat uses on my comp.). It runs on any windows OS
from 95 o....
Windows Admin Password Hack: Forgot your NT admin password? Reinstall? Oh no... But not any more...
This is a utility to (re)set the password of any user that has a valid (local) account on your NT
system. You do not need to know the old password to set a new one. It works offline, that is, you
have to shutdown your computer and boot off a floppydisk or CD. The bootdisk includes stuff to
access NTFS and FAT/FAT32 partitions and scripts to glue the whole thing together. Will detect and
offer to unlock locked or disabled out user accounts! It is also an almost fully ....
I have a windows XP home edition laptop and the software came preinstalled with my computer. When i
try to do some tasks like windows restore it says that it has been disabled by my domain administer
and to contact the admin to get this changed. 1) this computer is not in a domain 2) I own the
computer and am a full administrater 3) I am loged in as the administrater. 4) Both of my
admistrater accounts have been locked out. I am still able to log in fine but i cant do any of the
tasks that have to do with windows restore. My laptop is a TOSHIBA Satellite A65 with prei....
SPEEDING UP YOUR WINDOWS XP USING TWEAK XP! /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> Tweak Xp is a Total Idea company software that I
found on the web that does Anything if not everything you need to do to your windows Xp. It's
actually Is a tweaking utility that speed up your windows. So I thought I’d share the software with
you /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> heres what it
does. SYSTEM PERFORMEN....
Hello all you FireFox user's! Did you know that on croatian language FireFox means >
"VatrenaLisica" /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Anyway
here is the deal: with this easy tutorial you'll get very fast pageloads in firefox browser:
just follow this simple code: CODE Here's something for broadband people that will really
speed up Firefox: 1.Type "about:config" into the address bar and hit return. Scroll
down and look for the following entries: * network.http.pipelining * network.....
Check this out: Microsoft Windows AnitSpyware It is from Microsoft, and at first glance it is
great. I was a bit cautious at first but... Microsoft Windows AntiSpyware provides constant
protection against infection, which includes browser hijack protection, application hijack
protection, and various other critical system settings for unauthorized changes. When you scan you
computer you can choose a smart scan (less time) or a full scan (more time). I will post time
comparisons later. The scan checks memory, files, registry, and cookies. Also, you can schedule
scans ....
Looking for tips, tricks, windows, share
Searching Video's for tips, tricks, windows, share
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE
forum, Create your own topics, Ask Questions, track topics, setup
subscriptions & notifications and Get a Free Website w/ Email and FTP.