Posts

Showing posts with the label Windows

How to fix "A newer version of OneDrive is installed"

Press the Windows key + R to open a Run window. Type regedit and click OK. Paste this path into the navigation bar at the top of the Registry Editor: Computer\HKEY_CURRENT_USER\Software\Microsoft\OneDrive Right-click the OneDrive folder and select Delete.   Credit: https://support.microsoft.com/en-us/office/how-to-fix-a-newer-version-of-onedrive-is-installed-f3d9a1d2-c8c2-426d-9332-dfc8a4af59fa

Determine the PHP version, thread safety and architecture on Windows

Determine the PHP version: php -i|find "PHP Version" Determine the thread safety php -i|find "Thread Safety" You’ll have enabled for thread safe or disabled for not thread safe Determine the architecture php -i|find "Architecture" You’ll have x86 for 32 bits and x64 for 64 bits Credit: https://mlocati.github.io/articles/php-windows-imagick.html

Restore Missing "New Folder"

  HKEY_CLASSES_ROOT\Folder   Change (Default) value to Folder   Credit: https://www.winhelponline.com/blog/restore-new-folder-entry-shellnew-windows-7/ 

Remove Koofr Context Menu

 Delete  Computer\HKEY_CLASSES_ROOT\*\shell\koofr   Computer\HKEY_CLASSES_ROOT\Directory\shell\koofr

Remove Share with Skype from Context Menu

Delete HKEY_CLASSES_ROOT\*\shell\ShareWithSkype  Credit: https://www.technipages.com/disable-share-with-skype-from-context-menu

Remove Edit with Paint 3D context menu in Windows 10

https://drive.google.com/file/d/1rpGpvUe40iHsmC06zbNvU6T2YKt4Ug6R/view?usp=sharing

Remove Git Context Menu

 Delete   Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\git_shell Computer\HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_gui Computer\HKEY_CLASSES_ROOT\LibraryFolder\background\shell\git_shell Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_gui Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\git_shell   Credit:  https://superuser.com/questions/1347461/remove-item-from-context-menu-of-folder-empty-space https://stackoverflow.com/questions/47084443/how-to-remove-git-from-menu-context-in-documents

Remove Media Player context menu

  Remove "Add to Windows Media Player list" Context Menu     Remove "Play with Windows Media Player" Context Menu   Credit: https://www.tenforums.com/tutorials/83163-remove-add-windows-media-player-list-context-menu-windows-10-a.html https://www.tenforums.com/tutorials/83169-remove-play-windows-media-player-context-menu-windows-10-a.html

Remove Cast to Device context menu

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked If Blocked does not exist, create the key Inside the Blocked key, right-click on the right, select New and click String Value. Name the string {7AD84985-87B4-4a16-BE58-8B72A5B390F7} and press Enter Restart Computer   Credit: https://www.windowscentral.com/how-remove-cast-device-option-context-menu-windows-10

Remove Context Menu for files

HKEY_CLASSES_ROOT\SystemFileAssociations\[some extension or file type]\shell Delete each file type for program in context menu Credit: https://www.sevenforums.com/general-discussion/284984-how-remove-media-info-right-click-menu.html  If this does not work, HKEY_CLASSES_ROOT\*\shell\[some action / program name] On the right, create a new string value ProgrammaticAccessOnly Leave its value data empty. Another entry in registry: Computer\HKEY_CLASSES_ROOT\Directory\shell Credit: https://winaero.com/remove-share-with-skype-from-context-menu-in-windows-10/  

Remove Acrobat right-click context menu

 Run the Command Prompt (or PowerShell) as Administrator and enter these commands: cd /d C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat Elements regsvr32.exe /u ContextMenuShim64.dll regsvr32.exe /u ContextMenu64.dll regsvr32.exe /u ContextMenu.dll

Mount windows share on ubuntu

Install the CIFS Utils pkg sudo apt-get install cifs-utils Create a mount point sudo mkdir /mnt/local_share Mount the volume sudo mount -t cifs -o user=<user on Windows> //<windows_ip_address>/<share_folder> /mnt/<local_share> You will be prompted for password   To mount at boot, add to /etc/fstab file: //<windows_ip_address>/<share_folder>cifs user=<user on Windows>,pass=<user passwd> 0 0  

Total Commander FTP connections list

Help - About Total Commander wcx_ftp.ini

Remove Copy to Sync Vault context menu

Computer\HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\SyncComContextShlExt Computer\HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\SyncComContextShlExt Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\SyncComContextShlExt

Lenovo System Update deferred install downloads location

C:\ProgramData\Lenovo\SystemUpdate\sessionSE\Repository

Remove Google Drive Context Menu

Computer\HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHandlers\GDContextMenu

Automatically Log Into Windows

Run netplwiz Uncheck Users must enter a user name......    If checkbox not available, run regedit, go to  Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device Change value DevicePasswordLessBuildVersion to 0.

Remove Pin to Quick Access context menu

https://drive.google.com/file/d/1zwahHtFOy4uTa62sY-mCMdPV7rgOpxm-/view?usp=sharing

Remove Language Bar or Input Indicator in Windows 10

Settings -> Time & Language -> Language Choose an input method to always use as default Switching input methods Tick Use the desktop language bar when it's available Language bar options Language bar: Select Hidden

Remove Libraries from Desktop

Delete Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}