Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Tuesday, July 10, 2012

How To Set The Time Zone Using Command Line

Hello friends as you know that in my old posts i have posted many articles related to command line.You already know that by using commands we can do our work very easily and our precious time also saved.I suggest you please work on commands,this is really helpful for you.

http://www.learning-tutorials.blogspot.com

                             
Today i am telling you how to set the timezone in windows using command line,but this command is helpful for you if you have administrative privilege means you are the administrator of your computer.So please follow the steps and try to set your timezone.



Sunday, July 01, 2012

How To Rename Multiple Images In Windows

Suppose i give you a task to rename all the images of particular folder that resides in any directory,then as i know you rename all the images one by one .But by doing this you get waste your precious time,as we all know that time is very precious to all of us.So today i will tell you a method by which you can save your time.


Thursday, June 21, 2012

Make Your Computer Speak When you Log On

Hello friends if you want that your computer

speaks when you log on,then follow the

below steps and then see the magic.


steps:-



1)open the notepad


2)paste the below code in it



Dim speaks, speech
speaks="Welcome Back, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
 
 
3)Replace username with your name
 
4)click SaveAs and save the file as welcome.vbs
 
5)copy the file and paste it in the below location.
 
 
                 For Window 7 Users
 
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
 
(Replace username with your username)
 
 
         For Window XP Users
 
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
 
 
 
 
 
        Thanks Friends.......

Tuesday, June 19, 2012

Method To Put Your Name After Time In Taskbar

Hello friends by following the below steps you can easily add up ur name in place of AM and PM beside time,its really interesting:):)



Step1:-

-->Go to Start
-->Click To Control Pannel
-->Regional and Language Option
-->Click on Customize 
-->Go to TIME Tab 
-->Change AM symbol and PM symbol from AM and PM to ur name
-->Apply then Ok



Did it change? if not follow Step2:-



-->Go to time in taskbar and Double Click it to open Date and time property
-->Look place where time changes in digital form i.e. 02:47:52 AM 
-->Click to arrow to change the AM or PM by selecting and press arrow.
-->It will Show ur name or name that was entered by you
-->Apply Then OK








%$%Thanks Friends%$%




Thursday, June 14, 2012

How Do We Know That We have Windows Administrator Rights?

Hello friends,today i'm sharing the steps that check whether you have windows administrator priviledge or not. 



1)From the Windows Desktop right-click on My Computer.


2)Click Manage, which should open the Computer Management Window as shown below.



Microsoft Windows XP Computer Management




3)Click the + next to Local Users and Groups or double-click it.



4)Click Users and in the right pane you should see all user accounts setup on your computer.



5)Double-click the account you wish to view the rights of.


6)Click the Member Of tab.



7)If the user is a Member of "Administrators" that account has admin rights .



        

Thanks Friends....

Saturday, June 09, 2012

Display Multiple Clocks In Windows






Hello friends,Microsoft Windows Vista and Windows 7 support the ability to have multiple clocks with different time zones, as shown in the below example:-



Showing more than one timezone clock in Windows




To add more than one clock, click the Change date and time settings and then in the Date and Time window,click the Additional Clocks tab then in the Additional Clocks tab, check the first Show this clockbox, then select the time zone for the second clock, and the name of the clock. If you want more than two clocks repeat the same steps for the third clock. Once all clocks have been enabled click OK and now when clicking on the time you should see all new time zones.




Change time and clock settings in Windows






   Thanks Friends..........

Monday, June 04, 2012

How To Disable The Windows Command Prompt?

Hello friends how are you? are you enjoying my blogs or not?please give me your views.........


                   Today I'm discussing with you how to disable windows command prompt,for this you have a adminstrator rights and you have to access Microsoft Windows Group Policy editor.


1)Click Start, and in the Run box type gpedit.msc and press enter.
2)In the Group Policy Window, browse to the User Configuration\Administrative Templates and highlight the System folder.
3)In the System folder, double-click "Prevent access to the command prompt."
4)Change the Setting to Enabled, then click Ok.



Now if you try to open command prompt then you will get a message like this..


The command prompt has been disabled by your administrator.

Press any key to continue . . .



If you wish to re-enable this feature, follow the above steps. However, instead of setting the option to "Enabled", change it to the default setting of "Not configured."



Thanks Friends........

Adding The Desktop Icon Back Into Windows Quick Launch

Hello friends  follow the following steps and after that you get result in your hand,this is really different for all of you and you can easily do this. 


1)Open notepad
2)Copy and paste the below text into notepad.

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
 
3)Save the file as desktop.scf
4)Once this file has been saved, you can place this shortcut in your Quick Launch bar or anywhere on your computer. Then, by double clicking the shortcut, this will immediately take you back to the Windows Desktop.



Thanks Friends......

Wednesday, May 30, 2012

How To Delete Administrator Password Without Any Software?

Hello friends today i'm discussing methods to delete administrator password without any software ,just read it carefully and make your life wonderfull.



Method 1:

Boot up with DOS and delete the sam.exe and sam.log files from Windows\system32\config in your hard drive. Now when you boot up in NT the password on your built-in administrator account which will be blank (i.e No password). This solution works only if your hard drive is FAT kind.


Method 2:

1)Put your hard disk of your computer in any other pc .

2)Boot that computer and use your hard disk as a secondary hard disk (D'nt boot as primary hard disk ).

3)Then open that drive in which the victim’s window(or your window) is installed.
4)Go to location windows->system32->configAnd delete SAM.exe and SAM.log

5)Now remove hard disk and put in your computer And boot your computer .




******Thanks Friends*****

Sunday, May 27, 2012

How To Determine If FAT32 Is Enabled?







Friends,if you want to determine that FAT32 is enabled or not,open My Computer and highlight the drive you would like to see is using FAT32, once highlighted, click on the drive with your right mouse button and click Properties. If the File system indicates FAT then the hard drive you selected is running FAT16.


FAT32 is only available in Windows 95 ,Windows 98 and Windows 2000.








        ******Thanks friends*******

Tuesday, May 15, 2012

What Is Mount?

Hello freinds mount is to make a group of files in a file system structure accessible to a user or user group. For instance, in data storage, to mount is to place a data on a drive in a position to operate. Macintosh calls it mounting when a user inserts a disc into the machine.In a UNIX environment, the mount command attaches discs, or directories logically rather than physically. The Unix mount command makes a directory accessible by attaching a root directory of one file system to another directory, which makes all the file systems usable as if they were subdirectories of the file system they are attached to. Unix recognizes devices by their location, as compared to Windows, which recognizes them by their names (C: drive, for example).

Mounts may be local or remote. A local mount connects disc drives on one machine so that they behave as one logical system. A remote mount uses Network File System ( NFS ) to connect to directories on other machines.

  
  
  Thanks Friends.....

Friday, May 11, 2012

How Do I know What Computer Video Card I Have?

Friends many versions of Microsoft Windows will automatically detect and install your video card. Assuming no video issues currently exist with the video card you can determine the video card under display adapters in Device Manager, as shown in the picture to the right.
As can be seen in the picture this computer has two video cards and are labeled as NVIDIA GeForce 7900 GTX, which is the manufacturer and model of the video card.If you right-click the video card and click Properties you'll get a window like the properties window also shown in above picture. As can be seen the location of this video card is PCI Slot 2. Which is helpful for when you wish to know the bus the video card is.



Thanks Friends......

Thursday, May 10, 2012

When The Computer Boots I See 'Bad Command or File name'

Hello friends to resolve this issue you will need to first determine what line in your autoexec.bat and config.sys is causing this issue. To do this I recommend that you do a step by step configuration, which is an option in your Windows Startup menu:


Microsoft Windows 98 Startup Menu=============================
1. Normal
2. Logged (\BOOTLOG.TXT)
3. Safe mode
4. Step-by-step confirmation
5. Command prompt only
6. Safe mode command prompt only
Enter a choice: 1
F5=Safe Mode Shift+F5=Command prompt Shift+F8= Step-by-step confirmation [N]



To get into this menu press F8 over and over as the computer is booting or when you see the computer indicate Microsoft Windows is starting.In the startup menu choose option 4 for step-by-step confirmation. Once chosen, the computer will prompt you to say Yes or No to each command loaded for your computer. Say yes to each of these commands until you get the error. Once the error has been found, write down the line you said Yes to.Once back into Windows, edit your autoexec.bat and config.sys, locate this file and either correct the line .



Thanks Friends.......

Sunday, May 06, 2012

How To Copy Text From An Adobe PDF File?

 Hello friends ,to copy text from an Adobe PDF  file follow the below steps.


  1. Open the PDF file in Adobe Reader or through your browser.
  2. Once the PDF file is open click the Select tool in the toolbar, shown in the below picture.
    Watermark
  3. Once this option has been selected highlight the text you wish to copy and click Edit and then Copy or right-click the highlighted text and click copy or copy to clipboard.
  4. Once the text has been copied you should be able to paste the text into another program.


Thanks guys.......

Emm386 error #00

Hii friends ,this error is caused by adding RAM. If you have recently added RAM to the computer, we would first recommend that you power off your computer, open it and remove the added RAM.

If you continue to get the same issue or you have not added RAM, we would recommend that you press the F8 key as your computer is booting when the screen says "Starting MS-DOS." This will give a step by step confirmation prompt. Press "Y" to say yes to everything that comes up until you encounter the EMM386 error message.

Once you have located the line causing this EMM386 error, reboot the computer and press F5 when the screen says "Starting MS-DOS."


                            Thanking You Friends
 

Friday, May 04, 2012

What is Clipboard?

Hiiii freinds,clipboard is the location in a computer operating system such as Microsoft Windows that stores information that has been cut or copied from a document or other location. The clipboard will hold this information until it has been overwritten by new information. For example, a user may copy information from a word processor and paste that information into an e-mail message.Many operating systems include software utilities known as clipboard viewers that enable a user to see what information is currently being stored in the clipboard


Microsoft Windows 2000 and XP users may find it difficult to locate the clipboard because it has been renamed to the Clipbook viewer. It can be located by opening Windows Explorer, opening the "Winnt" or "Windows" folder, then the "System32" folder, and finally double clicking the clipbrd.exe. Users can also click Start, Run, type clipbrd and press enter to execute this program.



         Thanking You Guys.......

Wednesday, May 02, 2012

COMMAND.COM vs. CMD.EXE

Hiii friends, file CMD.EXE is the Microsoft Windows NT command line shell and is more compatible and portable between different hardware platforms when compared to the original COMMAND.COM, which has been used as the command interpreter with DOS for several years.COMMAND.COM is included for backwards compatibility and is recommended that it be used when old MS-DOS programs may not be able to be run in Windows NT, 2000, XP and later releases of Windows.

Microsoft Windows NT, Windows 2000, Windows XP, Windows Vista and above all have support for the CMD command.

CMD to access MS-DOS is the ability to use long file names. When a user is using COMMAND they will need to use the short 8.3 name. For example, if a user wanted to access "My Documents" in COMMAND they would need to type cd mydocu~1. However, a user who wanted access the same directory through CMD could type cd "my documents".


            
           Thanking You Guys.............

How To Find The BIOS Type, Version, And Date

Hiiiii friends, you can easily find out the BIOS Type,Version And Date using following suggestions please carefully read this article and try to do all this things own your own.

 

Through Windows System Information:-

The BIOS information is also shown through the Windows System Information. To open this tool click START, Programs, Accessories, System Tools, and then System Information. If you're running Windows Vista or Windows 7, type System Information in the Start search box.
This will open the System Information window, displaying information about your computer, including the type of BIOS you have and the version, under the System Summary section. As can be seen in the below picture, this computer has a DELL BIOS version 1.0.0 with a Date of 11/5/2008.



Windows System Information

 

In the Windows Registry:-

You can also find BIOS information in the Windows System Registry. This area is a bit more dangerous to navigate around, as you can change values that could affect how Windows operates. So be careful if you choose to use this option to view your BIOS information.
To access the System Registry, click START and in the Run or Search box type regedit in the text field and press enter. In the Windows Registry navigate to the below registry directory.
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System
Find the subkeys SystemBiosDate and SystemBiosVersion to see the BIOS and version for your motherboard. As can be seen in the below picture, the BIOS date and version are shown in these two keys.


BIOS in the Windows Registry



Thanking You Friends.....

Tuesday, May 01, 2012

What Are The Windows Files With Tildes?


Hello friends,Files that suddenly appear with a tilde in front of them are commonly backup files of a file that was opened or is still currently open. For example, lets assume you were working on a file known as myfile.doc, when this file is opened in Microsoft Word, Word will automatically create a file known as ~$myfile.doc. This is a temporary file and is used to help recover data that might have been lost if the program stopped working or the program was suddenly turned off while you were working on a file.

These backup files are commonly created in the same directory that the original file is in and are usually hidden files. In addition, these files should be automatically deleted after the file or program being used to edit the file is correctly closed.


           Thanks friends!!!!!!!!!!!!!!

What Is thumbs.db File??


Hello friends as you know that anytime thumbnails view is enabled in Microsoft Windows,the hidden file thumbs.db is automatically created in the same directory as where the thumbnails have been viewed. This file contains the information required by Windows to display the thumbnails for each of the icons and will be placed in every folder thumbnails are viewed.


 

Can it be deleted?


This file can be safely deleted from any directory, however, it will be automatically recreated if thumbnails view is still enabled and you view that directory again.

Is this file a virus?

No. This file is a Windows system file. However, like every file on your computer it too can become infected. If you're concerned about a file being infected on your computer use an anti-virus to scan the file.


        ************Thanks Friends******************

Popular Posts