How to save the ping in notepad file
Open command prompt and copy and past the below command(change your ip instead of goolge.com)
ping google.com >> d:\Test.txt -t
How to save ping status with time stamp
Open Windows PowerShell command and copy and past below command
ping -t google.com|Foreach{"{0} - {1}" -f (Get-Date), $_} > D:\test.txt
check in your d drive Test file
28 April 2015
20 April 2015
How to Install Windows 7 step by step
Insert DVD/CD in your DVD/CD Drive, restart your system press F2 Continuously
there will come up one option to boot through CD/DVD select that option or press any key to boot from CD/DVD windows start loading its files
there will come up one option to boot through CD/DVD select that option or press any key to boot from CD/DVD windows start loading its files
Select language for your windows, select English and click next, also there will be a install now button click on install now proceed to next step.
here license agreement, check on "I Accept" then click next. there will be an option to install window. "UPGRADE" and CUSTOM. at present we are installing a clean version so click on CUSTOM
here we are going to do partitioning of your HDD(Hard Disk). Be careful this is most important part of the Installation. in this you will allocate spaces to your drive. if you want to create a new partition(drive) simply click on a drive then click NEW and provide drive space, it will create
Create the partitions as you like (as below example)
after creating partition (Drives) click Next
Now your windows will start installing its files
when your files are installed your system will be rebooted and see below screen. simply provide the Details Name and Password and proceed to NEXT.
Then Enter your Product Key click Next
windows 7 installation completed your desktop shown as below
13 April 2015
Tips for Windows Admin
1. How to enable the local administrator account on Windows 7?
Run below command from an administrative command prompt
C:\Windows\system32>net user administrator * /active:yes
It will prompt you to set a password Enter your password
2. Hold Windows key and press down arrow
Ans: Minimize the current window.
3. Hold Windows key and press Up arrow
Ans: Maximize the current window.
4. Hold windows key and press+(Plus)
Ans: Zoom Out cursor position
5. Hold windows key and press -(Minus)
Ans: Zoom In Cursor position
Run below command from an administrative command prompt
C:\Windows\system32>net user administrator * /active:yes
2. Hold Windows key and press down arrow
Ans: Minimize the current window.
3. Hold Windows key and press Up arrow
Ans: Maximize the current window.
4. Hold windows key and press+(Plus)
Ans: Zoom Out cursor position
5. Hold windows key and press -(Minus)
Ans: Zoom In Cursor position
12 April 2015
RHEL 6 Installation step by step
- Enter into BIOS setting and make CD/DVD Drive as first boot device
- Make sure that VT (Virtual Technology) is enabled for RHEL6-64 bit systems
- Insert the RHEL 6 CD/DVD into CD/DVD drive and boot the system
- If booted from CD/DVD Rom the following screen will be displayed
- Move the cursor to Install or upgrade an existing system and press Enter
- To test the media select OK, to skip the testing move cursor to Skip and press enter
- Click on Next button to move forward
- Select your desired language, usually English. Click Next to continue
- Select the keyboard type as required usually U.S English, click Next to continue
- Select the type of storage for the Computer. Click Next to continue
- Assign a hostname to the system, if wish to give ip address click on Configure Network, else Click Next to continue
- Select the nearest city in your Time Zone and Click on Next to continue
- Assign some password for root, then click on Next to continue
- Select the type of partitioning you want, to create your own partitions with custom sizes, select Create Custom Layout and click on Next to continue
- Click on the Free space, then click on Create to create your own partitions
- Check the box beside Standard Partition, Click on Create to continue.
- Select / from Mount Point Box, give the size you wish for it and click on OK to create it.
- Select the Free space again and click on Create to create another partition. Also Check the box beside Standard Partition, Click on Create to continue
- Select /boot from Mount Point Box, give the size 200 MB for it and click on OK to create it.
- Repeat the same steps and create swap space
- This time select swap from File System Type, give the size required and click on OK
- Verify the partition and click on Next to continue with it.
- Click on Write changes to disk to continue, if wish make changes click on Go back.
- To change the name of boot loader select Edit and assign new name to it.
- To assign password to boot loader check the box beside Use boot loader password and assign a password to it.
- To keep all as default, just click on Next button to continue.
- Select Desktop to have a graphical environment in RHEL6.
- Check Customize later to install additional software later. Click on Next to continue
- Now sit back and relax until the installation is completed.
- When above prompt is displayed, remove the CD/DVD from the drive and click on Reboot to reboot the system.
- Click on Forward to move to next step.
- Accept the license agreement and click on Forward to continue
- click Forward
- Give a name to create a user and assign it a password. Click on Forward to continue.
- Set the date and time and click on Forward to continue
- Click on Finish and congratulation your installation is now completed.
- Login using either Suresh or root user.
3 April 2015
How to Lock system Date and Time [Solved]
Follow the below steps:
Open control panel >Administrative Tools
Control Panel\All Control Panel Items\Administrative Tools>Local Security Policy
Expand and select as below
Double click on Change the system time
Remove all the users except administrator apply and ok
Open control panel >Administrative Tools
Control Panel\All Control Panel Items\Administrative Tools>Local Security Policy
Expand and select as below
Double click on Change the system time
Remove all the users except administrator apply and ok
Subscribe to:
Posts (Atom)