By rashid, 16 May, 2025

Open PowerShell with admin rights by pressing Win + X and picking “Windows PowerShell (Admin).” Then execute the following command:

$TIC=(Get-ItemProperty 'HKCU:\Control Panel\Desktop' TranscodedImageCache -ErrorAction Stop).TranscodedImageCache [System.Text.Encoding]::Unicode.GetString($TIC) -replace '(.+)([A-Z]:[0-9a-zA-Z\\])+','$2'

Image removed.

 

Tags

By rashid, 11 May, 2025

Choosing the right parental monitoring app is an important decision, as it affects both your child's safety and digital privacy. Here are some key factors to consider:

1. Features & Functionality

  • Web filtering & Content Blocking – Ability to block inappropriate contents, websites and apps. Customisable settings to allow or restrict specific types of content.

  • Screen time management – Helps set healthy limits on device usage.

By rashid, 11 May, 2025

Creating a child-safe online environment is imperative for protecting young users from harmful content, online predators, and cyberbullying. This ensures that children can safely explore, learn, and socialize on the internet. Although the internet is a powerful tool, without appropriate protections, children risk exposure to inappropriate content or falling prey to scams. Unrestricted internet access can expose children to a range of serious risks, including:

By rashid, 22 April, 2025

Press Win + R to open the Run dialog box, then type in eventvwr.msc to open Event Viewer. You can also search for Event Viewer. Then, navigate to Applications and Services Logs > Microsoft > Windows > TerminalServices-RemoteConnectionManager > Operational. Right-click on Operational and choose Filter Current Log. The Event ID of Remote Desktop Services is 1149, so enter 1149 to filter the log.

Tags

By rashid, 17 April, 2025

Windows PowerShell command to install Windows update. First install the PSWinsowsUpdate module by executing the following command.

Install-Module PSWindowsUpdate
Get-WindowsUpdate
Install-WindowsUpdate

Tags

By rashid, 10 February, 2025

Launch PowerShell with administrative privileges and subsequently run the following command. This action will generate a comprehensive list of all applications installed on your computer.

Get-WMIObject Win32_InstalledWin32Program | select Name, Version, ProgramId

To export the list into CSV format add "| export-csv c:\installed_program_list.csv" end of the above command. For example, to export the CSV list in the C drive the whole command will be as follows:

By rashid, 15 December, 2024

Seeing is believing, but sometimes the most real things in the world are the things we can't see - The Conductor. 

One thing about trains: It doesn't matter where they're going. What matters is deciding to get on.

- I have her ticket.

- Well, lookie. Lookie here. What is this? This is an official, authentic, genuine ticket to ride.

- Oh, you better keep this in a safe place, young man. If I was you.