Posts

Showing posts with the label Windows 7

How to make another partition from huge C : drive

     How to make another partition from huge  C : drive       Now a day's all computers are having a very huge space in C:/ drive and very less space in D:/ drive which troubles us to store data in another drive and makes us to put data in C:/ drive Here I am mentioning  an easy way to create a new partition on your Harddisk. Step 1          Open the Disk Management cons by typing  “diskmgmt.msc” in command prompt Step 2          In the Disk Management window, right-click your C: partition and select Shrink Volume.          Enter the amount of space you want to shrink the partition by, in MB. Step 3          After the process completes, right-click inside the Unallocated space and select New Simple         Volume to create a new partition from the unpartitioned space. Step 4       Make your new partition ...

Methods to Enable Administrator Account in Windows 7

Image
Methods to Enable Administrator Account in Windows 7              in windows 7 ,  the administrator account is disabled by default and many of us are not well aware about  this hence we can not work with administrator powers.  To enable the administrator  accounts in windows 7 , basically the following two methods are widely used method 1 :  Search cmd.exe in start menu and run cmd.exe as administrator. To enable Administrator account Type: net user administrator /active:yes Hit enter   the command should execute successfully.Command line to disable this account: net user administrator /active:no method 2 :  Go to control panel -- > Administrative tools and computer management. Expand the Local users and Groups arrow and select Users.  From the right pane, double-click on the Administrator.  Un-check the "Account is disable"  OK it and your settings will be saved.  From here you can also di...

Booting Process of Cisco Router

Image
 BootStrap program                       When Power on the Router then  First it will do POST (Power on Self Test ) . The POST analyze Hardware Component of Router . It verify that all Router interface properly working or not . After the POST it will boot itself with help of Program which is store in ROM. After POST it search the Location of  IOS in  flash memory ( Internetwork OS). Bootstrap program responsible for finding IOS Program.  After IOS found it will loaded in to RAM. After loading IOS it will go to NVRAM for Valid Configuration , If Configuration is available in NVRAM , then it will go to CLI mode.

How to Create Network Drive in Windows 7

Image
Network drive is use to access any shared folder in the network each time ,without entering IP address of that system where Share folder has created . after created network drive that shared folder show on your windows explorer as Drive . Follow these steps to create Network drive.......... 1. Click on start , then Click on My Computer . 2. Click on Map Network drive on Window explorer. 3.In the Drive Option  Drive letter in the Drop down list,  In the Map Network drive Window.   Then Click on Browse in the Folder Box  and select destination Computer and shared folder then click on Ok. 4.  Now Click on Reconnect at logon , then Click on Finish . 5. Now   Network drive  has  been created.

How to Hide any drive in Window 7 through Group policy

Image
You can Hide any drive in Windows 7 . Suppose you want to hide New Volume ( D:) Follow these steps to Hide New Volume (D:) 1. Click on Start button , then Type in Search box gpedit.msc to open Group policy editor   then Press Enter .  2. In the Local Group policy Editor window Click on User Configuration , then Navigate Administrative templates , then Click on Window Component . 3. Double-click on Windows Explorer under Windows Component , then Double-click on   Hide these specified drive in My computer . 4.  Click on Enabled Radio button ,then Select Restrict D drive only in Drop-Down list,  Click Apply , then OK. Now Go to the My Computer there is New Volume( D:)  Has been Hidden.