Catatan

Tunjukkan catatan dari Oktober, 2021

Windows update services was disabled

 Windows update error (0x80080005) and Net start wuauserv Reference:  https://answers.microsoft.com/en-us/windows/forum/all/windows-update-error-0x80080005-and-net-start/da8cab53-2a01-43d5-bf3e-27f020bfff17 Hello, Please run  Windows Update troubleshooter  from Settings app > Update & security > Troubleshoot. See if it helps. If not, s uggest you to run System File Checker scan: 1. Search for 'command prompt' using Cortana or Windows Search. 2. From results, right click on Command Prompt and select Run as administrator. 3. Type  sfc /scannow  command and press Enter key. 4. Let the command complete and then reboot the machine. If SFC can fails, try these steps: 1. Search for 'windows powershell' using Cortana or Windows Search. 2. From results, choose Windows PowerShell and select Run as administrator. 3. Then type/paste following and press Enter key: Repair-WindowsImage -Online -RestoreHealth 4. Let the command complete, restart your system then. Now try to s

ASP.Net perform auto reload

Imej
Working with SQL Server ROWCOUNT

ASP.NET show console

Page.Response.Write("<script>console.log(' Message : " + message + "');</script>");

Windows 10 shows Security Tab

Imej
  The Problem: The Solutions: Reference: Windows 10 Security Tab missing from file properties -  https://superuser.com/a/1522619

Git Reflog : Recover deleted git commit

Imej
 Recover deleted git commit using git reflog https://stackoverflow.com/a/34751908 References: bitbucket -  https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog error: Your local changes to the following files would be overwritten by checkout -  https://stackoverflow.com/questions/22424142/error-your-local-changes-to-the-following-files-would-be-overwritten-by-checkou Recovering a deleted branch from a remote on Bitbucket (git) -  https://stackoverflow.com/questions/15596670/recovering-a-deleted-branch-from-a-remote-on-bitbucket-git

Name cannot begin with the '<' character, hexadecimal value 0x3C

Imej
Problem : Name cannot begin with the '<' character, hexadecimal value 0x3C Solution : .resx corrupt due to bad merging from git