Within Chrome select settings from the menu, scroll down to advanced settings. Click the ‘Language and input settings’ button. Although English maybe listed it is not used for spellcheck. Click Add and select English, United Kingdom. Select the new entry and click ‘Use this language for spell checking’ Restart Chrome.
Latest Posts
DVD/CD DH16AAL Device not responding
In device manager your dvd/cd device may have failed. To remove corrupt registry entries follow below: 1 – Start Regedit. 2 – Find keys: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318} 3 – Delete all Upperfilters and Lowerfilters keys. 4 – Uninstall device in device manager 5 – Scan for hardware changes in device manager.
Word opens with small images
Word 2013 opens and all images are sized incorrectly, either large or small. Deleting the registry key below fixed this issue for Word 2013: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word
Vertical and Horizontal Centered Webpage.
A way to vertically center content on a webpage using the css table property. html { height: 100%; } body { display: table; width: 100%; height: 100%; } #childtobody { display: table-cell; vertical-align: middle; text-align: center; }
SCCM error 0x80004005
Generic error (0x80004005) Possible entries in smsts.log: reply has no message header marker Failed to read client identity Failed to get client identity Possible fixes. 1. Incorrect time/date on client
Copy Contents Of Directory To Another Directory Using cp in Bash
This command will copy the contents of dir2 and place them into dir4 using BASH shell. -u or –update is optional and will only copy if source file in newer. -R or –recursive will copy all sub directories. cp dir1/dir2/. dir3/dir4 -R -u
SCCM Error 0x800700A1
System Center Configuration Manager Error 0x800700A1 This error seems to occur due to missing a partition. The following commands can be used to create one during build using a command prompt(f8). diskpart list disk select disk 0 clean create partition primary format quick