INSTALLATION DOCUMENTS BY RAVI

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

Wednesday, June 13, 2018

Enable Internet Explorer in Windows 10

To turn on Internet Explorer on Windows 10

Launch Control Panel:


























In windows search, type "control panel" and select control panel and click Enter
















In Control Panel window Click on Programs
















Under Programs window click on Programs and Features
















Under Programs and Features window
In the left navigation click the Turn Windows features on or off















Click ok

Reboot the system and check for Internet Explorer


















Select Use recommended settings and click ok



















Microsoft Edge can’t be opened using the Buit-in Administrator account

After formatting the system with Windows 10 operating system and when
trying to open Microsoft Edge getting the below error

Microsoft Edge can’t be opened using the Buit-in Administrator account.
Sign in with the different account and try again








Resolution:

In search type "secpol.msc" and click enter

























Under Local Security policy window navigate to
Local policies -> Security options















Double click on "User Account Control Admin Approval Mode for Built-in
Administrator Account"















Select Enabled and click on Apply

























Click on ok

Reboot the system and try to open the Microsoft Edge again






















Friday, April 27, 2018

How to get the windows operating system version from command prompt


Open command prompt







































Navigate to C:\Windows\System32















Run winver.exe to get the version of operating system




































Thursday, November 2, 2017

Steps for copying files between remote windows systems from command prompt using xcopy

1. We can copy the files between two windows systems using xcopy

2. Share a folder on target machine where we want to copy the files



















Right click on the folder
Select share with and then click on Specific people


















Add Everyone and set permission level to Read/Write
Click on Share


















Click on Done



















3. Source system folder





















4. On the source system open the command prompt as an administrator and run the below command to copy files between source and target

xcopy source_folder_path  \\target_hostname\target_folder_path  /E

























Here we got "Invalid drive specification" error
Note: To work with xcopy we need to map the network shared path at least ones or we need the access the shared folder ones from the source system
click windows + r button
In the resulting window typed the network shared path and click ok














Enter the username and password and click ok















Click ok





















Close it and again try to copy the files using xcopy

























Now open the target folder on remote system and check for the files




















Tuesday, October 31, 2017

Copying files between widows to linux from command prompt using ftp

Open the command prompt as an administrator on windows machine
Try to connect to linux machine using ftp and try to copy a file













Here we are getting the message as "Not connected"

To resolve this we need to modify "vsftpd.conf" on linux machine as below:





uncomment the following line below and save the file
local_enable=YES
write_enable=YES
anon_upload_enable=YES
















Now restart the ftp server as below:






Now again try to connect from windows machine






Here we tried to connect as root user but it got failed.
By default ftp server was not open to linux as root user so try with normal user.






Copy a file from windows to linux using "put" command in ftp prompt





Now check for the file in linux machine





Basic ftp commands:

1. ls
List the contents of remote directory










2. cd
Change the remote working directory









3. dir
List contents of remote directory









4. get
To receive file from the linux machine to windows machine





Check for the file on windows machine













5. lcd
Change the local working directory on windows machine


















6. mget
Getting multiple files from linux machine










Checking files on windows machine













7. mput
Sending multiple files to linux machine












Checking files on linux machine







8. rename
Renaming a file name




Checking for the renamed file






9. bye
Terminating the ftp session




10. close
Terminating the ftp connection







11. help
Displays the local help information










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