Breaking News :

Latest Post

Showing posts with label Window XP. Show all posts
Showing posts with label Window XP. Show all posts

How To Block Websites Without Software

Written By Unknown on Friday, 14 September 2012 | 23:46

How To Block Websites


Your kids are spending way too much time on a certain website and you are not happy with it? Discover adult websites in the History after your kids used your computer?
If your kids still won’t listen even after all the nagging, you might want to just block the websites you don’t want them to visit. In just 3 simple steps, without any software downloading, you can block as many websites as you want easily.



Step 1

Click Start > Run. Type notepad C:/Windows/System32/drivers/etc/hosts in the “Open:” field and click OK.

















Step 2
A notepad will pop up. Find the line where it says “127.0.0.1 localhost”




















Step 3

Immediately under the “127.0.0.1 localhost“, enter the website you want to block by using the format “127.0.0.1 webaddress.com”. For example, you want to block Google and Yahoo from being accessed:















You can block as many websites as you want, just make sure you only enter one URL per line. To remove the blocked websites, just simply remove the line and you are done.




Dear Friends !!! I'm kindly request you all to LIKE our Facebook Fan Page. 
LIKE us on Facebook & Get Daily updates Easily.






Hacking the Logon Screen using Resource Hacker

Written By Unknown on Monday, 18 July 2011 | 08:08

This trick is very easy to do but it needs Resource Hacker and If you don't already have Resource Hacker go download it now . I have tried this on Windows XP..

Steps





  • Browse to C:\windows\system32 and copy logonui.exe and paste it to C:\ Now, open C:\logonui.exe with Resource hacker.
  •  
  • Click on Action and then on Replace bitmap. If you are good with graphics you can make your own logon screen, you should be able to scroll thru the bitmaps in this file and figure out what's where. If your not great with graphics :/ like myself, you can download already made graphics and use them, or use them as a template.
  •  
  • To set the size of Bitmap 100: Go into the \UIFILE\1000\1022\ tree and press CTRL+F Now, find Change the entire line to read: Where xxx is put the width e.g. 400rp (the rp @ the end is needed) and where yyy is, put the height e.g. 1000rp. Make sure the image doesn't go over the login names because it slows down to a snails pace (fading etc.)
  • Once you have everything the way you want it, just save the file to C:\ and close Resource hacker. Now, copy the modified logonui.exe to C:\windows\system32 and replace it with original one. 
  •  
  • Reboot to see Ur logon screen




One-click PC shut down

This is really very easy one but very effective one. Enjoy it!

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.






how to hide a file in a image

1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using
C:New Folder

-The image will hereby be referred to in all examples as fluffy.jpg
-The file will hereby be referred to in all examples as New Text Document.txt

2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)

3. Open command prompt by going to Start > Run > cmd

4. In Command Prompt, navigate to the folder where your two files are by typing
cd location [ex: cd C:New Folder]

5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (remove the brackets)

Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.


In order to view/extract your file, there are two options that you can take

a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there.
b) Leave the file extension as is, right click, open with WinRar and your file is there.

Change the Default Directory of Software Installation




You may want to change the location of your system default folder (C:Program Files) from C drive to another system drives (D or E drive). By default software setup will attempt to install program in C:Program Files directory. It is good practice to make the backup of the installed programs, if you installed all your programs in other than C drive. If you have little knowledge about editing windows registry then you can configure your computer for this purpose.

Follow the given steps to configure windows registry:

1. Click on Start button then type Regedit in Run option.

2. Here navigate to: HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion

3. In right side panel, double click on ProgramFileDir.

4. Now modify the value to any other drive (for example D:Program Files).

How to Disable SSL 2.0 in IIS 7

Written By Unknown on Monday, 4 July 2011 | 01:48

For some reason, Windows Server 2008 using IIS 7 allows SSL 2.0 by default. Unfortunately, this means you will fail a PCI Compliance scan by default. To properly secure your server and ensure that you pass your PCI-DSS scans, you will need to disable SSL 2.0 and disable weak ciphers. In order to disable SSL 2.0 in IIS 7 and make sure that the stronger SSL 3.0 or TLS 1.0 is used, follow these instructions:
  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate the following registry key/folder:

    HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0
  3. Right-click on the SSL 2.0 folder and select New and then click Key. Name the new folder Server.
  4. Inside the Server folder, click the Edit menu, select New, and click DWORD (32-bit) Value.
  5. Enter Enabled as the name and hit Enter.
  6. Ensure that it shows 0x00000000 (0) under the Data column (it should by default). If it doesn't, right-click and select Modify and enter 0 as the Value data.
  7. Restart the computer.
  8. Verify that no SSL 2.0 ciphers are available at ServerSniff.net or the Public SSL Server Database 


Note: This process is essentially the same on an IIS 6 (Windows Server 2003) machine. Normally, the Server key under SSL 2.0 will already be created so you will just need to create a new DWORD value under it and name it Enabled.
For more information, read Microsoft's Knowledge base article on how to disable SSL 2.0 and other protocols in IIS 7.

Web Browsers

Mobiles

Hacking Tricks and Tips

 
Support : Creating Website | Aman Kamboj | Dewnext
Template Modify by Creating Website