INSTALLATION DOCUMENTS BY RAVI

Showing posts with label WINDOWS. Show all posts
Showing posts with label WINDOWS. Show all posts

Wednesday, April 26, 2017

How to change your computer's name in Windows 10

Open Windows Settings



















Click on System


















Go to About
Click on Rename PC
Give the new name for PC and click on Next
Click on Restart now
After restart you will see new name for your PC


Monday, April 24, 2017

Browser not working but internet is connected

1) Click on Start --> In search box, type cmd --> Then "CMD" will be displayed in the search --> Now right-click on "CMD" ---> Select "Run as administrator".

2) Now run the below commands

netsh winsock reset (and)
netsh int ip reset resetlog.txt

Press "Enter".

3) Reboot your computer 


Attrib command to get back hidden files in pendrive

Open command prompt

Change the drive to the pen drive

Issue the below command to get back the hidden files in pen drive

H:\>attrib -h -r -s /s /d h:\*.*

Sunday, April 16, 2017

Auto schedule shutdown and restart Windows machine

We can always set windows to automatically shutdown whenever we want.

Auto scheduling to Shutdown the Windows system:
1.Click Start Button
2.Click Run
3. type " at 18:00 shutdown -s "
4.Click ok

s : shutdown the system
The above command will shutdown the system at 6 PM(18:00).
We can change this time as per our requirement.

Auto scheduling to Restart the Windows system:
1.Click Start Button
2.Click Run
3. type " at 18:00 shutdown -r "
4.Click ok

r : restarts the system
The above command will restart the system at 6 PM(18:00).
We can change this time as per our requirement.

Saturday, April 15, 2017

Command to Import the File Names in a Directory into a text file on Windows

Command to import the file names in a directory into a text file:
DIR "C:\Users\ravi\Desktop\test\*.csv" /b > c:\dirlist.txt

Command to import the file names in a directory into a text file without extensions:
cd C:\Users\ravi\Desktop\test
for %%i in (*.csv) do @echo %%~ni >> LIST.txt

Friday, April 14, 2017

Command to clear Internet Explorer browser cache from command line

Open command prompt and enter the below command to clear the internet explorer browser cache

RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
































Monday, April 10, 2017

Creating Microsoft loop back adapter in windows 7






































Type hdwwiz.exe and click enter



















Click Next



















Select install the hardware that i manually select from list and click Next



















Select Network adapters and click Next



















Select Microsoft and Microsoft Loop back Adapter and click Next



















Click Next



















Click Finish

Sunday, April 9, 2017

Downgrade IE10 to IE9

Creatng Passwd Folder

How to Unprotect an Excel Sheet Without Password

Dhcp Migration From 2003 to 2012 Server

How to Enable Aicte Web Portal

How to Install Windows 7

How to Install Windows 98

How to Install Windows Server 2008

How to Install Windows Vista

How to STOP Flash Messages on Airtel

Install Windows Server 2003

Set a Password for a PowerPoint Presentation

Set a Password in a Word Document

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...