Category Archives: windows

chorme bookmarks recovery

location –> “AppData\Local\Google\Chrome\User Data\Default.” copy and paste ‘bookmarks’ and ‘bookmarks.bak’ to new location “AppData\Local\Google\Chrome\User Data\Default.”

Posted in My Windows, tricks & tips, windows | Comments Off on chorme bookmarks recovery

windows scandisk command

chkdsk /f /r

Posted in My Windows, windows | Comments Off on windows scandisk command

Hyper-V Domain Controller Time Problem

With computers, usually the simplest answers are the hardest to find. For example, for the past several months, my home’s domain time has been off by a couple hours. The task of fixing it was put on the back burner … Continue reading

Posted in core, My Windows, windows | Comments Off on Hyper-V Domain Controller Time Problem

Remote Desktop issue

open command prompt by admin then enter info below REG  ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2

Posted in windows | Comments Off on Remote Desktop issue

shutdow/reboot in batch file

@echo off echo Shutting down in 10 seconds. Please type “shutdown /a” to abort. cmd.exe /K shutdown /f /t 10 /r

Posted in windows | Comments Off on shutdow/reboot in batch file