Articles tagged with: computer
Cool Tricks, Hacking Windows »
To create a shortcut on your desktop to lock your computer:
>Right-click the desktop.
>Point to New, and then click Shortcut.
>The Create Shortcut Wizard opens. In the text box, type the following:
rundll32.exe user32.dll,LockWorkStation
>Click Next.
Enter a name for the shortcut. You can call it “Lock Workstation” or choose any name you like.
Click Finish.
You can also change the shortcut’s icon
To change the icon:
>Right click the shortcut and then select Properties.
>Click the Shortcut tab, and then click the Change Icon button.
In the Look for icons in this file text box, type:
Shell32.dll.
Click OK.
Select one of the …
Hacking Windows »
You may have noticed that every-time you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers everytime you open Windows Explorer. To fix this and to increase browsing significantly:
1. Open My Computer
2. Click on Tools menu
3. Click on Folder Options
4. Click on the View tab.
5. Uncheck the Automatically search for network folders and printers check box
6. Click Apply
7. Click Ok
8. Reboot your computer
Hacking Windows, Windows 7 Hacks »
Windows Live SkyDrive (initially Windows Live Folders) is part of Microsoft’s Windows Live range of online services. SkyDrive is a file storage and sharing service that allows users to upload files to the computing cloud, then access them from a web browser. It uses Windows Live ID to control access to the user’s files, allowing them to keep the files private, share with contacts, or make the files public. Publicly-shared files do not require a Windows Live ID to access. So as long as you have a Hotmail or MSN …
Hacking Windows »
If you have a need to restart another computer on a network in Safe Mode via command line or a batch file, you can use the following:
shutdown -r -f -m \\computername -t 30
computername = the computer name of the computer
30 is the number of seconds before it will restart.
Hacking Windows »
There is a far better way to get into Windows XP. It is easy and it does not reset the password. Hack into a computer running Windows XP without changing the password and find out all and any passwords on the machine (including admin accounts). You do not need access to any accounts to do this. Of course, do not do this on anyone else s computer without proper authorization.
Steps to Hack into a Windows XP Computer without changing password:
1. Get physical access to the machine. Remember that it must …
Hacking Computer, Hacking Windows, Windows 7 Hacks »
Alternate Tag: Disable USB Drives Ports By Regedit
For many IT managers USB port connectivity can still pose a large threat to company security. One quick down-and-dirty method is disabling the read and write from any system USB port. This can be done through a quick registry edit.
Here is the full Microsoft article explaining how to disable a USB port (link). Note: This is a registry edit so be sure to backup your registry first and know how to restore it in case something terrible happens.
To disable the access to USB …
