Showing posts with label Computer. Show all posts
Showing posts with label Computer. Show all posts

Thursday, 20 February 2014

Units of Computer Memory Measurements:


Units of Computer Memory Measurements:

1 Bit = Binary Digit
8 Bits = 1 Byte
1024 Bytes = 1 KB (Kilo Byte)     103
1024 KB = 1 MB (Mega Byte)        106

1024 MB = 1 GB (Giga Byte)         109
1024 GB = 1 TB (Terra Byte)           1012
1024 TB = 1 PB (Peta Byte)               1015
1024 PB = 1 EB (Exa Byte)         1018
1024 EB = 1 ZB (Zetta Byte)        

1024 ZB = 1 YB (Yotta Byte)
1024 YB = 1 Bronto Byte
1024 Brontobyte = 1 Geop Byte

Geop Byte is The Highest Memory Measurement Unit!!!

Creating folder in remote machine


Open the command prompt and type:-

net use \\ipaddress

Press enter
Enter the username:.....
Enter the password:.....

This ip address will be added into your network.
then create folder remotely by using

md \\ip\C$\folder_name
similarly you can use all cmd commands and access remote machine.



If you have admin rights then directly access

Go to run
type

\\ip\C$

and enter

It will popup the remote m/c C drive


Wednesday, 3 April 2013

Pen Drive



  •  Unable to format pen Drive on Windows xp?  

                 Due to virus or system problem,we are not able to format the pen drive on windows xp.
Solution1:
1]Go to the command prompt 
2]select the drive where pen drive is mount.In my case it is on H drive.
3]Then switch on that drive by
       H: (Enter)
4]type format


Solution2
1]Right click on My Computer 
2]manage 
3]disk management
4]Right click on pen drive
5]remove letter 
6]remove(Plug out&plug) 
7]Format






www.portablefreeware .com


www.pendriveapps.com :You can find all portable softwares


iBIN  :It acts as recycle bin for Pen Drive  as windows

Monday, 7 January 2013

Making virtual drive in windows


Create virtual drive on windows.

Through command prompt

The following are the step to create a virtual drive:

1. Start >> Run.

2. Type cmd and hit Enter.

3. This will open "Command Prompt".

4. Type subst Z: E:\folder and hit Enter key.

Note: You can replace Z: with your desired New Drive Letter (Except existing Drive letters) and you can also replace E:\folder with the path of your favorite folder.
5. Type exit.

Note:-Above steps are only to create a temporary virtual drive, that is, after rebooting your computer, it will be go off.


Manually through the computer

open the explorer of the my computer

select the tools

then click on the Map network drive

Give the path name


Through the batch file

1. Open Notepad.

2. Type in the following:

@ECHO OFF
subst Z: E:\folder
exit

3. File --> Save As....

4. Name it : Virtual Drive virtual_drive.bat.

5. Start --> All Programs.

6. Right Click on Startup --> Open.

7. This open the Startup folder.

8. Paste the Virtual Drive virtual_drive.bat file there.

Now Drive automatically created when ever you start your computer and ran above script .









windows system information

                  There are different ways through which we can see the details of windows operating system.

Right click on my computer icon ,then click on the properties option.
here you can see the servicepack,RAM size,processor name,computer name etc..

How can I see my system information through the cmd?

           "systeminfo"  or

on run command 
           "msinfo32"

This gives you detail information of the system and DirectX info i.e multimedia graphics information

Open the run command and type

            "dxdiag" (DirectXDiagnosticTool)





windows management (interface) instrumentation command
                        This is a command-line and scripting interface that simplifies the use of Windows Management Instrumentation (WMI) and systems managed through WMI

(note: Type following command on the command prompt)

1]How can I see my hard Disk type size in windows

           wmic diskdrive get name,size,model

2]How can I see the process that are running on the task manager

           wmic process or wmic process list brief


3]How can I change the priority of the process in the windows

           wmic process where name="notepad.exe" call setpriority 64

4] How can I see bootable size name

           wmic partition get name,bootable,size,type


5]How can I see the bios name  and version of my system

          wmic bios get name,serialnumber,version




Referred website:-
http://www.robvanderwoude.com/wmic.php 




 

Wednesday, 26 December 2012

Change the cursor on blog as well as on XP

Change the icon of the Cursor on Windows

1]Download the icons from the following websites

                http://cursors.funutilities.com/

               http://www.totallyfreecursors.com/



Common location of all cursors in Whindows is 

                C:\WINDOWS\Cursors

1]Go to Control Panel :-
2]Click on mouse icon 
3]Select pointer option
         If you want to change the normal cursor

          then select normal cursor option ..

Then Click on Browse option ..Give the path where you stored your cursor image..
or paste your cursor image in C:\WINDOWS\Cursors and select your cursor..


How to change the cursor on blog..????

Click on Customize the blog

Click on the HTML view of the blog ..

Append the following lines  at the end of the  HTML file and before the </html> tag ..

<style type="text/css">body, a:hover {cursor: url(http://safir85.ucoz.com/24work-blogspot/mouse-cursor/COOL_BLUE_OUTER_GLOW_POINTER-www.24work.blogspot.c.cur), progress;}</style><a href="http://24work.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a>

save it.

New cursor will appear on your blog..

Wednesday, 29 August 2012

Task Manager

How to open the TaskManager ?
  • Press alt+ctrl+delete button 
  • Press shift+ctrl+Esc
  • Right click on taskbar and find the option for task manager
  • open cmd and type "taskmgr"


Not able to open the task manager due to virus/Enable Task Manager 
1]Go to the run command or win+r and type gpedit.msc(group policy object editor)
2]In user configuration select the administrative templates then expand the system option 
3]click on ctrl+alt+delete option 
4]On right hand side right click on remove task manager and see the properties of it.
5]select the enable option and click on ok button .




   Not able to see the desktop icons 
    1]Open the task manager 
    2]Go to File --->New task 
    3]Type "desktop"  (without double quotes)


  My system get hanged /System get slow down 
    1]Open the task manager 
    2]Click on the process which is not working or extra loaded.
    3]Click on End Task 

 How can I see the PID in windows (Process ID)
  1]Open task manager
   2]Click on view option 
   3]Select the PID option
  
  How can I see my  CPU usage ?
    1]Open task manager 
    2]Click on performance tab and find the details of it 

Tuesday, 28 August 2012

Run command

Run command is used to directly open an application or document whose path is known.

Go to start and find the run option or on keyboard press win +  r button
 on run type
1]notepad :-Notepad
2]write      :-Worldpad
3]msconfig :-For system config utility
4]calc       :-For opening the calculator
5]control  :-For opening the control panel
6]cmd      :-For command prompt
7]mspaint :-For painting
8]servces.msc  :-list of services
9]osk   :-on screen keyboard./virtual keyboard
10]mstsc  :-Remote desktop connection

 If you want more applications then explore the
C:\WINDOWS\system32   folder arranged it by type
All exe's are shortcuts you have to simply need to type the name of that exe on run command

Now ,Its time to learn more about RUN
If you want to create your own shortcut

Creating own shortcuts through the run command
1]Right click on that program/application .
2]Make the shortcut.
3]copy that shortcut and paste it over
C:\WINDOWS\system32   folder.
4]Rename it as shortcut.
5]Launch it thruogh the RUN




Cloud computing


        एकदम सुरवातीला Cloud computing  नाव फारच मोठ वाटल,एक national level seminar पण attend केला,तरी term काय झेपली नाही,काही कळतच नव्हते ...नंतर काही दिवसांनी Distributed computing   वर्गात lecture होत.lecture ला झोप येत होती,साळुंखे सर lec घेत होते.वर्ग सगळा शांत झोपला होता कि ऐकत होता माहित नव्हत,मला तर झोप येत होती .Michel Jackson नाव तेवढ  ऐकू  आल न  मी जागे झाले.
          सरांनी  प्रश्न केला Michel Jackson  ची death झाली ते माहित आहे ना?बर्यापैकी सगळे जागी झाले आणि हो म्हणाले .ज्यावेळी त्यांची death झाली त्यावेळी बरेच hit google वरती झाले.hit म्हणजे त्या news ला बर्याच लोकांनी search केल.शोध इतका वाढला कि server down झाला /response slow झाला.म्हणून google वाल्यांना external server मागवावा लागला.त्या वेळेला server within time मिळाला .तो त्यांनी rent basis वर घेतला.नंतर काही दिवसांनी hit कमी होत गेले.त्यांनी तो server परत केला हीच concept म्हणजे cloud computing...आहे ना सोपं . 

More Details:
1]The provisioning of services in a timely, on-demand manner, to allow the scaling up and down of resources.

2]Cloud computing is internet-based computing,whereby shared resources ,software and information are provided to computers and other devices on demand,like the electric grid.


cloud computing has 

1]Infrastructure as service :-servers, desktops, notebooks, infrastructure components, licensing यांची service provide करायची
Example:-Amazon's Elastic Compute Cloud (EC2)  

2]software as services:-Email,virtual desktop,client server applications,games.यांची service provide करायची
Example:-Google apps

3]Platform as service:web server,databases,execution runtime ,development tool   यांची service provide करायची
Example:-Microsoft Azure,Google App Engine








Thursday, 14 June 2012

Enabling & disabling the USB port in windows via registry.


To disable the access to USB port, in windows XP and 2000:

1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 4, click Hexadecimal
(if it is not already selected), and then click OK.
6. Quit Registry Editor.


To re-enable a disabled port:

1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\
Services\UsbStor
4. In the right pane, double-click Start.
5. In the Value data box, type 3, click Hexadecimal
(if it is not already selected), and then click OK.
6. Quit Registry Editor.


How to remove write Protection from extenal device /USB

1. Click Start, and then click Run.
2. In the Open box, type regedit, and then click OK.
3. Locate, and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies
4. In the right pane, double-click on write protect .
5. In the Value data box, type 0
6. Quit Registry Editor.

Restart the computer

UNC path Error...

Hi,
          While running some commands on cmd are getting error like
CMD does not support UNC path

UNC is the uniform/universal naming convention .UNC path defines the location for volume,directory or file.

cause:This error may occurs while acessing the remote file 
e.g   \\ip\sharedata

solution:
1]Either used pushd or popd

2]Add this data in the registry...

;Allow UNC paths at command prompt
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"DisableUNCCheck"=dword:00000001
Cool Blue Outer Glow Pointer