Skip to content
Tech blog with tips, tricks and hacks

Tech blog with tips, tricks and hacks

for EVs, hardware, software, home automation, programming and more

  • HOME
  • Categories
    • 3D Printing
    • Active Directory
    • AI/ML
    • AWS
    • Azure
    • Cyber Security
    • Electric Vehicles (EV)
      • EV Charging
      • Škoda Enyaq iV
      • Tesla
    • Hardware
      • Amazon Echo / Alexa
      • Flipper Zero
      • Networking
      • Raspberry Pi
      • Sky / Sky+ / Sky HD / Sky Q
    • Home Automation
    • IIS
    • Mobile Devices
      • Apple iPhone and iPad
      • BlackBerry
      • Dumb devices
    • Office 365
    • Operating Systems
      • Mac OS X
      • Windows 10
      • Windows 11
      • Windows Server 2003
      • Windows Server 2008
      • Windows Server 2012
      • Windows Server 2016
      • Windows Server 2019
      • Windows Server 2022
      • Windows XP
    • Power Automate
    • Power BI
    • Programming
      • .net
      • C#
      • Command Prompt
      • CSS
      • HTML
      • PowerShell
      • vb.net
    • SEO
    • Software
      • Internet Browsers
      • Mircosoft Exchange Server
      • Microsoft Office
      • Microsoft SQL Server
      • Microsoft Teams
      • Visual Studio
      • Visual Studio Code
    • Telecoms
    • Virtualisation
    • Window Media Services
  • Contact
  • Buy me a coffee

Home » Programming » Command Prompt

Command Prompt PowerShell Programming

Exploring the benefits of using Windows Terminal

17 January 2023 0 Comments

Windows Terminal is a powerful and versatile tool that can be used to manage your Windows operating system. It is a command-line interface (CLI) that allows users to access and control their Windows systems from the command line. It is an essential tool for anyone who wants to get the most out of their Windows

Read More

Command Prompt

Map a network printer in a logon script

25 April 2007 0 Comments

As long as your printer is networked, connected to a print server and shared, then mapping the printer via a logon script is fairly easy. Firstly consider adding an echo line of text to inform users of what’s happening. For example: echo Installing printers... Then the code to map the printers on the client machines

Read More

Command Prompt

Map a network drive in a logon script

25 April 2007 0 Comments

There are two ways to map a network drive and each is more useful in a different situation. Method 1 This way is the more efficient of the two and most useful if the network path never changes. If not exist P: net use P: \\server\networkshare Method 2 This method is more useful if the

Read More

Command Prompt

Set clock by logon script

25 April 2007 0 Comments

To set you client machines to the same time, simply decide on a server to use as the time source. Then consider adding a echo message to inform the user of what is happening. For example: echo System time set by SERVER Then enter your code as something like this: NET TIME \\SERVER /set /yes

Read More

Command Prompt

How to copy files to client machines via a logon script

25 April 2007 0 Comments

This can be very handy when you have set a group policy to display a certain background image/file. Lefts say your group policy is configured to set everyones background to a image file called back.jpg which should be present on the client computers C drive and this file is kept in a hidden share on

Read More

Recent
  • WSL 2 vs Docker Desktop: Which One Should You Use?
  • Top 3 Affordable USB-C Docks for Hybrid Workers in 2025
  • How to Install DeepSeek-R1 Locally Using Ollama
  • Mastering Automation with PowerShell: 10 Essential Scripts for IT Pros
  • Veeam Tips: How to Harden Veeam Backup and Replication
Tags
3D PrintingActive DirectoryAd blockingAlexac#Command PromptContainersCreator Pro 2DAXDockerElectric VehicleEVFirefoxFlashforgeFlipper ZeroHome AssistantHome AutomationHomekitiOSiPadiPhonelogon scriptOctoPiOctoPrintPowerBIPowerShellRaspberry PiSkodaSkoda Enyaq iV TipsSkoda Enyaq TipSky QSky Q Remote ControlSky Q Voice ControlSmart homeTeamsTeslavb.netVMWareVS CodeWi-FiWindows 10 tipsWindows 11Windows 11 tipsZappiZappi Tips
Categories
  • .net (1)
  • 3D Printing (8)
  • Active Directory (5)
  • AI/ML (2)
  • Amazon Echo / Alexa (1)
  • Apple iPhone and iPad (9)
  • AWS (1)
  • BlackBerry (2)
  • C# (2)
  • Command Prompt (5)
  • CSS (1)
  • Cyber Security (2)
  • Disaster Recovery (1)
  • Dumb devices (4)
  • Electric Vehicles (EV) (1)
  • EV Charging (5)
  • Flipper Zero (2)
  • Hardware (5)
  • Home Automation (11)
  • HTML (4)
  • IIS (4)
  • Internet Browsers (2)
  • Mac OS X (3)
  • Microsoft / Surface (1)
  • Microsoft Office (3)
  • Microsoft SQL Server (4)
  • Microsoft Teams (3)
  • Mircosoft Exchange Server (14)
  • Mobile Devices (1)
  • Networking (2)
  • Office 365 (2)
  • Operating Systems (2)
  • Power Automate (1)
  • Power BI (5)
  • PowerShell (14)
  • Programming (2)
  • Raspberry Pi (10)
  • SEO (1)
  • Škoda Enyaq iV (14)
  • Sky / Sky+ / Sky HD / Sky Q (9)
  • Software (5)
  • Telecoms (5)
  • Tesla (1)
  • vb.net (5)
  • Virtualisation (3)
  • Visual Studio Code (2)
  • Window Media Services (2)
  • Windows 10 (4)
  • Windows 11 (11)
  • Windows Server 2003 (3)
  • Windows Server 2008 (2)
  • Windows Server 2012 (2)
  • Windows Server 2016 (2)
  • Windows Server 2019 (1)
  • Windows Server 2022 (1)
  • Windows XP (2)

You missed

Virtualisation

WSL 2 vs Docker Desktop: Which One Should You Use?

5 May 2025 0 Comments
Hardware

Top 3 Affordable USB-C Docks for Hybrid Workers in 2025

4 May 2025 0 Comments
AI/ML

How to Install DeepSeek-R1 Locally Using Ollama

2 February 2025 0 Comments
PowerShell

Mastering Automation with PowerShell: 10 Essential Scripts for IT Pros

2 February 2025 0 Comments
Tech blog with tips, tricks and hacks

Tech blog with tips, tricks and hacks

for EVs, hardware, software, home automation, programming and more

© Copyright 2024 Richard Wallace. All Rights Reserved.

  • Contact
  • Cookie Policy
  • Privacy Policy
  • Terms & Conditions