Posts

Attrib Command Examples

Image
'Attrib' Command Syntax & Switches The command takes the following general form: attrib  [ +a | -a ] [ +h | -h ] [ +i | -i ] [ +r | -r ] [ +s | -s ] [ +v | -v ] [ +x | -x ] [ drive : ][ path ][ filename ] [ /s  [ /d ] [ /l ]] If you're not sure how to interpret the attrib command syntax you see above or shown in the table below, it's advised to  learn how to read command syntax . Attrib Command Options Item Explanation attrib Execute the attrib command alone to see the attributes set on the files within the directory that you execute the command from. +a Sets the archive file attribute to the file or directory. -a Clears the archive attribute. +h Sets the hidden file attribute to the file or directory. -h Clears the hidden attribute. +i Sets the 'not content indexed' file attribute to the file or directory. -i Clears the 'not content indexed' file attribute. +r Sets the read-only file attribute to the file or directory. -r Clears the read-only attrib...

How to Use the Icacls Command to Manage File Permissions

Image
IC ACLS  Syntax Copy icacls <filename> [/grant[:r] <sid>:<perm>[...]] [/deny <sid>:<perm>[...]] [/remove[:g|:d]] <sid>[...]] [/t] [/c] [/l] [/q] [/setintegritylevel <Level>:<policy>[...]] icacls <directory> [/substitute <sidold> <sidnew> [...]] [/restore <aclfile> [/c] [/l] [/q]] Icacls is a Windows command-line utility that IT admins can use to change access control lists on files and folders. One of the most common tasks that an IT Pro or system administrator performs is modifying permission on a file server. Using the icacls command is a very efficient way to do that, and we’ll explain how to use this command in this guide. How to use the icacls command Based on my own personal experience, modifying file permissions on Windows is usually done using File Explorer. For many IT folks, it’s very intuitive to open File Explorer, browse to the network location causing issues for some users’ access, and change thei...

Social Media 2 Podcast

Image
Facebook Pages influencer Group  Instagram Pages influencer  Group Youtube channels influencer  Tiktok channcels influencer  Social Media

Radio Latest News

Image
'

Music Search Engine

Image
 

Trusted Web Site for downloading OS and Software

Image
  Trusted Web Site for downloading OS and Software Massgrave.dev

WinRAR Free Registration Key

Image
 WinRAR Free Registration Key          download winrar from original Website        Download   Step 1: Create a text file called rarreg.key  Step  2: Paste into the file the below content RAR registration data WinRAR Unlimited Company License UID=4b914fb772c8376bf571 6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd 982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 aef69d48c864bcd72d15163897773d314187f6a9af350808719796 Step  3: Go to Winrar install directory (by default => c:\ProgramFiles\WinRAR\ )  Step 4: Paste the rarreg.key into WinRAR directory.

Software Search Engine

Image
  Software Search Engine

Office Professional Plus 2016

Image
Office Professional Plus 2016 English Download   size.840 mb ------------------------------------------------------------------------------ KMS Windows and Office Serial and activator Download   size. 108 kb

Chrono Download Manager

Image
Chrono Download Manager Download Manager | Video Downloader | Bulk Image Downloader Chrono Download Manager is the first and only full-featured download manager for Google Chrome™. Manage all your downloads inside Chrome™ and there is no need to install any separate downloader application. Chrono is tightly integrated with Chrome™ by context menus, toolbar buttons and key shortcuts. Besides download management, Chrono is also your best video download helper and bulk image downloader. The Chrono Sniffer detects all links, images, audios and videos on a webpage, and you can filter URLs by their file types or by Regular Expression. Start downloading with Chrono today! Have fun playing with it, and don't forget to share! download now

Python Functions - 21 Most Frequently Used Built-in

Image
 Introduction Python is a popular programming language that is widely used for various purposes such as: ⚡ Software Development⚡ Web Development ⚡ Desktop GUI Development ⚡ Data Analysis and Visualization ⚡ Predictive Analysis ⚡ Statistics ⚡ Data Science ⚡ Organizing Finances ⚡ Tasks automation ⚡ Games Automation ⚡ Artificial Intelligence / Machine Learning / Deep Learning ⚡ Audio and Video Applications and more… One of the great things about Python is its extensive library of built-in functions that can make programming tasks easier and more efficient. As of now, there are a total of 71 built-in functions in Python (3.11). In this article, we will explore the 21 Most Frequently Used Built-in Functions In Python that every beginner should know. These functions are essential for understanding the basics of Python programming and can help you write cleaner, more concise code. Table of content print() type() len() id() range() str() list() tuple() dict() input() int() bool() max() min...