Window - Other

Uninstall Malwarebytes from a PC

Download, Unzip and Run mb-clean-3.1.0.1035.


Reference

Uninstall Norton from a PC

Download, Unzip and Run NRnR.


Reference

Uninstall Office from a PC

Download, Unzip and Run o15-ctrremove.diagcab.


Reference

Use gitignore to prevent tracking of files

You should download a .gitignore for your project type and customize it to meet your needs. If your project doesn't fit a template, you can create a empty .gitignore from the command line by navigating to your Git repo and running one of the following commands:


Windows

> fsutil file createnew C:\Usersrank\myrepo\\.gitignore 0


Linux and macOS

> touch /home/frank/myrepo/.gitignore

Using excel to rename all files within this folder

  1. Open Excel.
  2. In A1, type in Folder Path.
  3. In B1, type in C:\Users\username\Desktop\foldername\.
  4. Press ALT + F11.
  5. Click Insert > Module.
  6. Type in the code.
  7. pRESS f5.


Sub Rename_all_files_in_a_folder()

Folder_Name = Range("B1").Value
File_Name = Dir(Folder_Name)

	Do Until File Name = ""

	Name Folder_Name & File_Name As Folder_Name & " - " & File_Nme

	File_Name = Dir

	Loop

End Sub

Voice Recorder

  • Voice Recorder is an app for recording lectures, conversations, and other sounds (previously called Sound Recorder).
  • Hit the big Record button, and add markers to identify key moments as you record or play.
  • Then you can trim, rename, or share your recordings, which are saved in Documents > Sound Recordings.

Where can download the Window and Microsoft Office .iso ?

Method 1

  1. Go to here and download the Windows ISO Downloader.
  2. Install the application.
  3. Open the application.
  4. Select Windows or Office Version.
  5. Select Edition.
  6. Select Language.
  7. Receive Download Link directly from Microsoft Server.


Method 2

  1. Download from Microsoft Software Download.

Windows 10 S Installer

Keep in mind that apps from outside the Windows store will not work at all. The Windows 10 S will install as well as activate if you have Win 10 Pro, Pro Education, Education and Enterprise.


  1. Download Window 10 S.zip and you are ready to go.
  2. Double click on Windows10SInstaller5932.exe in order to install the Windows version.
  3. Press Next in order to proceed and then you will see if the CPU, Disk Space and memory are ok.
  4. Once that checkup is done, you will have to wait until the installation is ready.


Reference

Windows Directories

  1. Amcache.hve - C:\Windows\AppCompat\Programs\Amcache.hve
  2. Backup of User and Password - C:\Windows\repair\SAM
  3. DNS file - C:\Windows\System32\drivers\etc\hosts
  4. Network Config file - C:\Windows\System32\drivers\etc\networks
  5. NTUSER.dat - C:\Windows\Users\*\NTUSER.dat
  6. Prefetch files - C:\Windows\Prefetch
  7. Security Log - C:\Windows\System32\config\SECURITY
  8. Software Log - C:\Windows\System32\config\SOFTWARE
  9. System Log - C:\Windows\System32\config\SYSTEM
  10. Usernames and Password - C:\Windows\System32\config\SAM
  11. Windows All User Startup - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
  12. Windows Event Logs - C:\Windows\System32\winevt\
  13. Windows User Startup - C:\Users\*\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Windows Memory Diagnostic

  • Windows Memory Diagnostic (WMD) is an excellent free memory test program.
  • Windows Memory Diagnostic is a comprehensive memory test but is also very easy to use.
  • The BIOS in your computer will test your memory during the POST but it's an extremely basic test.
  • To truly determine if your RAM is not working properly, you must perform an extensive memory test by a program like Windows Memory Diagnostic.

Windows Remote Assistance

  • Quick Assist, originally known as Windows Remote Assistance, is a feature of Windows XP and later that allows a user to temporarily view or control a remote Windows computer over a network or the Internet to resolve issues without directly touching the unit.
  • It is based on the Remote Desktop Protocol (RDP).
  • It is complemented by Get Help, a feature introduced in Windows 10 that enables the user to contact Microsoft directly but does not allow for remote desktopping or screen sharing.