1. Useful key shortcuts available:
- Windows key + D - shows the desktop
- Windows key + M - minimizes all open windows
- Windows key + Shift + M - maximizes all open windows
- Windows key + E - Runs Windows Explorer
- Windows key + R - shows the RUN dialog
- Windows key + F - shows Search window
- Windows key + Break - shows System Properties box
- Windows key + TAB - Go through taskbar applications
- Windows key + PAUSE Display the System Properties dialog box
- Windows key + U Open Utility Manager
- ALT + TAB - Cycle through opened applications
- Hold down CTRL while dragging an item to Copy it
- CTRL + ESC Display the Start menu
- ALT + ENTER View the properties for the selected item
- F4 key Display the Address bar list in My Computer or
- NUM LOCK + Asterisk (*) Display all of the subfolders that are under the selected folder
2. Lock Windows to protect computer
You can lock Windows to protect the computer when leaving the station easily by creating a shortcut with the path rundll32.exeuser32.dll, LockWorkStation. The Windows key + L is also a shortcut to this feature.
3. Edit sysoc.inf to list all software
To show all software that can be removed from your computer (including protected Windows services), you can manually edit (using notepad for example) the sysoc.inf file located in Windows\inf\. Just remove the word hide next to the software pack.
*Note* - use this at your own risk. Removing critical components of the system will make Windows instable.
4. Windows XP comes with IPv4 and IPv6
Windows XP comes both IPv4 and IPv6 support. To enable IPv6, you can install the protocols needed with the command "ipv6 install" in the command-prompt. Then type ipv6 /? to see the options. The installation will not remove the IPv4 protocols so your current configuration will still work.
5. Access Task Manager with shortcut
To access the Task Manager easier, you can make a shortcut that points to %windir%\system32\taskmgr.exe.
6. Stop treating ZIP files like Folders
If you don't want your Windows XP to treat ZIP files like folders, you can disable this component by running regsvr32 /u zipfldr.dll at the command prompt or Run dialog. If you start missing it, you can enable it by typing regsvr32 zipfldr.dll.
7. Run program as diffrent user
You can run a program as a different user. Right click an application and select Run As command.
8. Switch users leaving applications opened
You can switch users leaving the applications opened too (*NOTE* use this only when needed since it could lead to system instability).
Go to Task Manager - processes and end the process explorer.exe. This will end only your session and not all applications. Then go to Applications tab, click New task and type runas /user:domainname\username explorer.exe. A password prompt will appear to login to the desired username. The user's session will start, with all your previously applications running.
I recommend to open first a command-line prompt and type runas /? to see all the options available.
9. Rename multiple files in Windows at once
Rename multiple files in Windows at once. Select them all, right click and select Rename. Enter the desired name. They will be renamed using what you specified, with a number in brackets to distinguish them.
10. Task kill feature in Windows
Windows has a task kill feature similar to Linux. Go to a command prompt and run the command tasklist to see running processes with PID numbers. Then type tskill to end the specific task. This forces an instant closing of the task.
11. Edit features with GPEDIT.MSC
You can edit many features by running gpedit.msc. You can add log on/log off scripts here and many features.
12. Edit accounts in the command prompt
You can edit accounts by running "control userpasswords2" at the command prompt.
13. Use systeminfo.exe to see System Information
You can use the systeminfo.exe command in the command prompt to see System Information, including all Windows updates and hotfixes.
14. Disable system services for maximum performance
There are system services that you can disable to free up the system's load. To access the interface that permits you to make changes to system's services, type services.msc and the command prompt.
This is a list of services that are *usually* useless and can be safely disabled.
Alerter
Application Layer Gateway Service,
Application Management
Automatic Updates
Background Intelligent Transfer
Clipbook
Distributed Link Tracking Client
Distributed Transaction Coordinater
Error Reporting Service
Fast User Switching Compatibility
IMAPI CD-Burning
Indexing Service
IPSEC Services
Messenger
Net Logon
Net Meeting
Remote Desktop Sharing
Network DDE
Network DDE DSDM
Portable Media Serial Number
Remote Desktop Help Session Manager
Remote Registry
Secondary Logon
Smartcard
SSDP Discovery Service
Uninterruptible Power Supply
Universal Plug and Play Device Host
Upload Manager
Webclient
Wireless Zero Configuration
WMI Performance Adaptor
*NOTE*: Make sure you don't need them since some applications you're using could depend on them. If you make any application to fail by disabling any of the services, go back and enable it again.
15. Repair Windows XP by using the XP installation CD
If your system failes to start due to an error related to missing HAL.DLL, invalid Boot.ini or any other critical system boot files you can repair this by using the XP installation CD. Simply boot from your XP Setup CD and enter the Recovery Console. Then run "attrib -H -R -S" on the C:\Boot.ini file and delete it. Run "Bootcfg /Rebuild" and then Fixboot.
Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts
Thursday, March 26, 2009
how to autorun programs off usb
"(Autorun)
Open=(directory of program\program name.file extention)
Action=Start (Name of program if wanted)
Label=(what you want the label to say)"
without " "s.
if you want the icon as well, add "Icon=(director of program\program name).exe"
so it would look like:
(Autorun)
swap out the brackets "( )" around 'autorun' with square brackets "[]"
afterwards, save it as "Autorun.inf" in the root of your usb key.
Works with ANY program so be cautious.
NOTE: That means if you want to use the usb as a storage space you will have to delete the .inf
have fun
Open=(directory of program\program name.file extention)
Action=Start (Name of program if wanted)
Label=(what you want the label to say)"
without " "s.
if you want the icon as well, add "Icon=(director of program\program name).exe"
so it would look like:
(Autorun)
Open=(directory of program\program name.file extention)
Action=Start (Name of program if wanted)
Label=(what you want the label to say)
Icon=(directory of program\program name).exe
swap out the brackets "( )" around 'autorun' with square brackets "[]"
afterwards, save it as "Autorun.inf" in the root of your usb key.
Works with ANY program so be cautious.
NOTE: That means if you want to use the usb as a storage space you will have to delete the .inf
have fun
Building a Website with Photoshop CS4 and Dreamweaver CS4
Building a Website with Photoshop CS4 and Dreamweaver CS4
RC explains the process of creating a website layout using Photoshop and Dreamweaver CS4
Lesson 01 Introduction (0:39)
Lesson 02 Using Presets and Browser Templates (8:08)
Lesson 03 Using Guides and Fill Layers (6:13)
Lesson 04 Using Kuler in Photoshop CS4 for Color (7:13)
Lesson 05 Setting up a Project Folder (4:52)
Lesson 06 Using Shapes in a Web Layout (7:35)
Lesson 07 Text in Photoshop for Web Layout (11:47)
Lesson 08 Using Stock Photography for Layouts (11:58)
Lesson 09 Texture Background Layout and Final Comp (13:42)
Lesson 10 Defining a Website in Dreamweaver (5:19)
Lesson 11 Redefining HTML tags - Adding Background and Header (13:55)
Lesson 12 Modifying CSS for Menu and content Areas (19:41)
Lesson 13 The Dreamweaver Template, Editable Regions, and Extensions (12:29)
Lesson 14 Adding Rollover Images to Dreamweaver (8:22)
Lesson 15 Photoshop Smart Objects in Dreamweaver (6:18)
Lesson 16 Using Dreamweaver Web Widgets (8:58)
Lesson 17 Tiltview/Simpleviewer - From Photoshop To Dreamweaver (12:42)
Lesson 18 Tiltview/Simpleviewer - From Lightroom 2 To Dreamweaver (12:18)
Lesson 19 Conclusion (0:30)
DOwnload
http://rapidshare.com/files/197911774/i-ktbwpdcs41.part2.rar
http://rapidshare.com/files/197920013/i-ktbwpdcs41.part3.rar
http://rapidshare.com/files/197928532/i-ktbwpdcs41.part4.rar
http://rapidshare.com/files/197937340/i-ktbwpdcs41.part5.rar
http://rapidshare.com/files/197946614/i-ktbwpdcs41.part6.rar
http://rapidshare.com/files/197950088/i-ktbwpdcs41.part7.rar
http://rapidshare.com/files/197959675/i-ktbwpdcs41.part1.rar
Learning English-Writing a Great Research Paper
Finally, an easy-to-use resource that guides students along the entire process of writing a great research paper! Video Aided Instruction’s brand new Writing a Great Research Paper DVD series is your step-by-step guide to constructing a paper that’s technically correct, refreshingly original, and truly compelling!With this user-friendly series, you can: recognize the value of true scholarship; master essential research techniques; dramatically improve your writing; and keep yourself motivated, productive, and relaxed throughout the entire process. In the 10 volumes of this series, you’ll discover the secrets of:
Sizing up the assignment and focusing your research
Making the most of your time and effort at the library
Using search engines like a computer whiz, so you can find information fast
Avoiding inadvertent plagiarism and other common scholarship mistakes
Taking notes that will help you remember key details and put them to effective use
Presenting your ideas cogently, so your paper sounds well-reasoned and convincing
Crafting an outline and a promising first draft
Incorporating quotations into your own writing, naturally and gracefully
Mastering style guides like Chicago, APA, and MLA
What it takes to earn a higher grade
Download
FileFactory
http://www.filefactory.com/file/af53e3h/n/WRSP_txt
Uploaded.To
http://uploaded.to/?id=dv6blk
NetLoad
http://netfolder.in/folder.php?folder_id=HDUxTL8
2.1 GB
Interchangeable Links No Mirror
How To Make Vector From A picture
How To Make Vector From A picture - Photoshop TutorialPDF + PSD | 30 Pages | 5 mb
http://rapidshare.com/files/198486088/VectorFromPhoto.rar
PW:IMU4ALL
As always ignore the file names and enjoy!
Includes a 10% recovery record to repair corrupted downloads
And PLEASE type the pass if you have any trouble with it! copy/paste seems to add a blank space for some people.
How to remove that ads in WLM with *NO SOFTWARE*
here i will show you how to remove that ads at the bottom of Windows live messenger.......

Here is what you do..
Navigate to here "C:\windows\system32\drivers\etc\"
Find a file called "Hosts"

Right Click on it and select "Proterties"
Untick "Read-Only" and click "OK"

Now Right Click and select "Open" and then choose "Notepad"

Now add these to your host file
127.0.0.1 rad.msn.com
127.0.0.1 rad.live.com

i may have many more that you as i have Spybot Search & Destroy installed
Now click "Save"

Now when you restart WLM there should be no ads at the bottom

Have Fun!

Here is what you do..
Navigate to here "C:\windows\system32\drivers\etc\"
Find a file called "Hosts"

Right Click on it and select "Proterties"
Untick "Read-Only" and click "OK"

Now Right Click and select "Open" and then choose "Notepad"

Now add these to your host file
127.0.0.1 rad.msn.com
127.0.0.1 rad.live.com

i may have many more that you as i have Spybot Search & Destroy installed
Now click "Save"

Now when you restart WLM there should be no ads at the bottom

Have Fun!
How To Transfer Files From Rapidshare To Megaupload
RapidShare 2 Megaupload
How to remote upload Rapidshare link(s) to Megaupload without download & reupload ?
This's a small guide to do that ...
Requirements:
- Must have Rapidshare And Megaupload Premium Accounts
- Don't download any file from RS 10 minutes before
Step1: Log in Rapidshare and Megaupload with your Preium Account
Step2: Copy "javascript:alert(document.cookie)" (without quotes) & Paste to Address bar > Press GO (or press Enter) [Where your rapidshare account is]
A new message display like: user=XXXXXX-%XX%XX%XX%XX
Copy it (Press to that box > Ctrl+A > Ctrl+C)
Step3: Log in to Megaupload > Press to "Http/Ftp file fetching (premium only) > Cookie manager >
Domain:
Cookie value #1:(required): Paste above copied text (user=XXXXXX-%XX%XX%XX%XX)
Final, press "Add Cookie(s)"


Step4: Paste your RS link to Address bar > Click to PREMIUM button > Right click to a download link > Copy
Step5: Paste that link to "New File Fetch" section in Megaupload & type description to the file and press "Fetch file to Megaupload" button.
How to remote upload Rapidshare link(s) to Megaupload without download & reupload ?
This's a small guide to do that ...
Requirements:
- Must have Rapidshare And Megaupload Premium Accounts
- Don't download any file from RS 10 minutes before
Step1: Log in Rapidshare and Megaupload with your Preium Account
Step2: Copy "javascript:alert(document.cookie)" (without quotes) & Paste to Address bar > Press GO (or press Enter) [Where your rapidshare account is]
A new message display like: user=XXXXXX-%XX%XX%XX%XX
Copy it (Press to that box > Ctrl+A > Ctrl+C)
Step3: Log in to Megaupload > Press to "Http/Ftp file fetching (premium only) > Cookie manager >
Domain:
| Code: |
| www.rapidshare.com |
Cookie value #1:(required): Paste above copied text (user=XXXXXX-%XX%XX%XX%XX)
Final, press "Add Cookie(s)"


Step4: Paste your RS link to Address bar > Click to PREMIUM button > Right click to a download link > Copy
Step5: Paste that link to "New File Fetch" section in Megaupload & type description to the file and press "Fetch file to Megaupload" button.
c++ table of a numberTutorial.Film.To.Convert.DVD.To.Compressed.AVI(DivX|XviD)

Convert DVD to AVI (DIVX - XVID) with DVD Decrypter & Vidomi
XviD | 25 fps | 512x384 | MP3 | 132kbps | English | 10 Mins | 60MB
Video Tutorial:
http://rapidshare.com/files/85469686/Convert.DVD.to.AVI._DVD-Decrypter_Vidomi.DKSV.zip
Required Software Tools:
http://rapidshare.com/files/85470123/DVD.Decrypter_Vidomi.DKSV.zip
Manually Backup entire Windows Registry
Before editing the registry, the key actions users need to take is to perform a complete backup of the system registry.
Although most readers may know how to do it, here is a quick way to perform a full registry backup.
1. Click Start, and then click Run.
2. Type regedit in the Open dialog box and click OK.
3. Right-click the top most node in the list in Registry Editor and click Export.
Type the name for the back-up file and click OK.

4. To restore the Back-up, just double click the back-up.
Although most readers may know how to do it, here is a quick way to perform a full registry backup.
1. Click Start, and then click Run.
2. Type regedit in the Open dialog box and click OK.
3. Right-click the top most node in the list in Registry Editor and click Export.
Type the name for the back-up file and click OK.

4. To restore the Back-up, just double click the back-up.
Login Multiple Yahoo! Messenger Accounts Simultaneously
Want to chat using multiple Yahoo IDs at the same time? It is possible to have two Yahoo! Messengers open simultaneously, each with different login IDs, in the same PC. To do this, you'll have to edit the Windows registry.
Note: Editing the registry the wrong way can cause serious consequences. Make sure you back up the registry before editing. Click here to learn to Backup the Windows registry.
Note: Editing the registry the wrong way can cause serious consequences. Make sure you back up the registry before editing. Click here to learn to Backup the Windows registry.
1. Go to Start >> Run. Type 'Regedit' and press Enter. This opens the Registry editor.
2. Navigate to
HKEY_CURRENT_USER\Software\Yahoo\Pager\Test
3. Right-Click on any blank space in the right panel and select New >> DWORD value. Rename this newly create DWORD key as Plural.

4. Double-Click it and change its value data to 1. Click OK.
2. Navigate to
HKEY_CURRENT_USER\Software\Yahoo\Pager\Test
3. Right-Click on any blank space in the right panel and select New >> DWORD value. Rename this newly create DWORD key as Plural.
To disable multi-login, just delete the Plural key from the Registry.
Subscribe to:
Comments (Atom)