• Skip to primary sidebar
  • Skip to content

ZOMI DAILY

A bunch of snippets

winget: Windows Package Manager

by Admin . Leave a Comment

winget (Windows Package Manager) is a package manager designed by Microsoft. It consists of a command-line utility and a set of services for installing applications. You can install winget from Microsoft Store > App Installer

winget install

You can install multiple apps at once, to install VLC, IrfanView, Adobe Reader:
winget install -e --id VideoLAN.VLC;winget install -e --id IrfanSkiljan.IrfanView;winget install -e --id Adobe.Acrobat.Reader.64-bit

install – Installs the given package
show – Shows information about a package
source – Manage sources of packages
search – Find and show basic info of packages
list – Display installed packages
upgrade – Upgrades the given package
uninstall – Uninstalls the given package
More command line would be here: https://winget.run and it’s faster than using https://ninite.com

change user: Changes the install mode for Remote Desktop Session Host server

by Admin . Leave a Comment

Two methods of toggling the Terminal Services mode have adverse effects on the programs that are running on a Terminal Services server. Remote Administration mode is designed for using the Terminal Services client as an administration tool. Application Server mode is designed for serving end-user programs.

To disable .ini file mapping in the home directory

change user /install

To enable .ini file mapping in the home directory

change user /execute

/query Displays the current setting for .ini file mapping
/? Displays help at the command prompt.

Forwarding URL from Cloudflare

by Admin . Leave a Comment

To set up Forwarding URL from Cloudflare, go to Rules > Create Page Rule:

Enter in the field with this format: *zomidaily.com/*

You can create dynamic patterns by using asterisk (*) character that can match many URLs, rather than just one

Choose Forwarding URL with 301 Permanent Redirect

Enter the destination URL such as https://zomidaily.org

Error establishing a database connection

by Admin . Leave a Comment

Open wp-config.php and make sure that the following entries are corrrect:

  • Database name
  • Database username
  • Database password
  • Database server
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

How to get back confirm uninstall prompt in “Programs and Features”

by Admin . Leave a Comment

If you want to get back the confirmation prompt to appear again after you disabled it:

  1. Open Registry Editor and follow this path
  2. HKEY_CURRENT_USER > Software > Microsoft > Windows > CurrentVersion > Explorer > DontShowMeThisDialogAgain
  3. Double click: {948e51fb-0a48-44f0-86ac-33c36def540c}
  4. Change the Value data from No to YES
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4

Primary Sidebar

Recent Posts

  • SFC scan tool to repair missing or corrupted system files
  • Turn Off Outlook’s alert for new Email
  • Uninstall Programs with Command Prompt
  • Windows: How to reset forgotten admin password
  • Exchange Server: How to export pst file

Browse by Tag

Azure (1) Chrome (1) Clone (1) Cloudflare (1) CMD (1) Exchange (1) FortiMail (1) Outlook (1) Password (2) PowerShell (8) Server (3) Sever (1) SSD (1) SSL (1) Windows (14) WordPress (1)

Copyright © 2022 · ZOMI DAILY