Showing posts with label MISCS. Show all posts
Showing posts with label MISCS. Show all posts

Sunday 5 June 2016

How to Delete Offline Files Cache Windows7?

In Windows 7 or Later Version there is no user interface to delete Offline Files cache (CSC cache).  The only way to delete cache is using registry key. Detail steps are given below.
  1. Open Registry editor (Execute Regedit from Run window)
  2. Traverse to the path path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters 
  3. If Parameters key does not exist under CSC you can create a new node with that name.
  4. Now in the Parameters node create a new registry value with the name FormatDatabase of type REG_DWORD (i.e. DWord 32-bit value)
  5. Set the data in this new registry value to 1.
  6. Close registry editor.
Reboot the machine
The above steps can only be done from an administrator's account. We can do the above steps from command line too. For this you just need to run the below command from elevated administrator command prompt.
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Csc\Parameters /v FormatDatabase /t REG_DWORD /d 1 /f

If you run the above command from a normal administrator command prompt you will get "Error: Access is denied" message.
Note that the 'Delete temporary files' button under the 'Disk Usage' tab in ’Manage Offline files' window is not meant for deleting offline files cache. Some people have the misconception that this deletes offline files cache. This is not true.


How to Print from a remote computer?


During a Remote Desktop session, you can use your printer to print documents that are stored on the remote computer or direct print from running application on remote computer. You need to set this up just before you connect. The setting will be saved so that you won't need to change it the next time you connect.
  1. Go to Run Type “mstsc” to rdp connection.
  2. Click Options, and then click the Local Resources tab.
  3. Under Local devices and resources, select the Printers check box.
  4. Click Connect to start the session.
Be sure on your local Computer any printer is attached for printing. By using this remote desktop connection use this local printer for printing.
Make sure that you select your printer in the Print dialog box each time you print.

How to Print from a remote computer using RDP connection?


During a Remote Desktop session, you can use your printer to print documents that are stored on the remote computer or direct print from running application on remote computer. You need to set this up just before you connect. The setting will be saved so that you won't need to change it the next time you connect.
  1. Go to Run Type “mstsc” to rdp connection.
  2. Click Options, and then click the Local Resources tab.
  3. Under Local devices and resources, select the Printers check box.
  4. Click Connect to start the session.
Be sure on your local Computer any printer is attached for printing and Make sure that you have selected your printer in the Print dialog box each time you print.

Monday 22 February 2016

How to export Computers List from AD?

Or, How to Export Computers List From Specific OU of AD (Active Directory)?

The simplest way of exporting computers list from an OU of Active Directory is: Right Click on OU > Click Export List > Save the .txt file wherever you want

Reference screenshot is as below:



Friday 19 February 2016

How to integrate OneDrive for business with Outlook 2016?

Or, How to Integrate office 365 OneDrive for business with Outlook 2016?

Prerequisites:
1. Make sure you are having MS office 2016 installed in your machine.
2. Make sure you are having OneDrive For Business License assigned to your Office 365 mailbox.

Steps:

1. Login to your Office 365 Account (https://login.microsoftonline.com/

2. Open OneDrive










3. Click on “Return to classic OneDrive” from bottom left.









4. Now Go to Settings (Right Corner) > Click on “Show Ribbon”
















5. Now click on Library tab (Left Corner) > Click on “Connect to Outlook” (as shown in below screenshot).








6. Follow the connection instructions and you are done with integrating OneDrive for business with Outlook 2016.


To verify whether the OneDrive has been configured successfully or not, you can check below things:


7. Open your Outlook 2016 > Check if the “SharePoint List” folder is appearing.
















8. Open your My Computer(Press keys Windows+E) > Select “OneDrive for Business” > Create any Files > Write something > Sync with OneDrive > Open file Online and see if the contents are updated...












How to sync OneDrive folder from PC (Computer) to OneDrive Cloud account forcibly? Please see my another article How to Sync OneDrive From PC to OneDrive Cloud Account .
If everything is fine and syncing properly, you have done a great job…

Cheers!!!

How to sync OneDrive folder from PC to OneDrive cloud account?

Or, How to Forcibly Sync Outlook SharePoint contents from Computer(PC) to OneDrive Cloud account?

Steps:
1. Go to Notification bar > Right Click on “OneDrive” Icon















2. Click on “Sync Now






















To Know, How to integrate OneDrive for Business With Outlook 2016, please see my another article:
how-to-integrate-onedrive-for-business-with-Outlook-2016





Sunday 14 February 2016

How to Disable OneDrive From Windows 10?

How to Turn off OneDrive From Windows 10?

Steps:
Go to Task bar notification area as shown in the below screenshot and right-click on the OneDrive icon, click Settings.
















Now, On the Account tab, click Unlink OneDrive as highlighted in below screenshot. Close the Welcome to OneDrive box that appears and try again to open OneDrive.
























You will be asked to enter the Email ID and Password Again.. Means you are done with Removing OneDrive settings configured earlier…


Cheers..

Friday 12 February 2016

How to configure SMTP server settings in VMware vSphere 6.0

Or, How to configure SMTP server settings in VMware vCenter Server 6.0?
Or, How to change default SMTP port number in VMware vSphere 6.0?

Configuration Steps:

1. Login to vSphere Web-Client with administrative rights







2. Go to Host and Cluster











3. Go to vCenter Server > Manage > Settings > Advanced Settings (refer the pointers 1, 2, 3, 4 in below screenshot)

4. Search for “smtp” in the search box on right side (refer the pointer 5 )














5. Change the values as per your need by editing them.

That’s All, you are done with configuring SMTP settings on VMware vSphere 6.0.

Sunday 17 January 2016

How to Clear Failed Update History of Windows Machines (Win7 Win8 etc...).

Steps:
1.       Open command prompt> Click Start, type cmd in the Start Search box and do “Run as Administrator”.
2.        If prompted by User Account Control, click Continue.
3.       Type "net stop WuAuServ" (without quotations) and hit Enter.
4.       Go to Windows\SoftwareDistribution\Datastore
5.       Locate the DataStore.edbfile. Right-click on the file, and "Rename" to "DataStoreold" (without quotations)
6.       Open command prompt again with administrative rights and do "net start WuAuServ" (without quotations) and press Enter to restart the Automatic Updates service. 

7.       Updates failure history is cleared (that’s all).

Cheers, your suggestions/feedback are always welcome!!