Skip to main content

Command on Run

 🔰 23 Important Commands in the RUN (Executer) List


🔹 The command dxdiag: Used to check all the specifications of your device.  


🔹 The command cleanmgr: Opens the Disk Cleanup tool.  


🔹 The command temp: Accesses temporary files, which we delete as they contribute to slowing down the computer.  


🔹 The command regedit: Opens the Registry Editor.  


🔹 The command calc: Opens the Calculator.  


🔹 The command msconfig: A tool to access programs that run with Windows at startup and disable them to speed up the system.  


🔹 The command scandisk: Used for disk checking.  


🔹 The command cmd: Opens the Command Prompt for Windows.  


🔹 The command defrag: Used to stop and defragment the hard drive.  


🔹 The command taskman: Allows you to see what is open in the taskbar and manage it.  


🔹 The command pbrush: Opens the Paint program in Windows.  


🔹 The command debug: Used to check the type of graphics card in your device.  


🔹 The command hwinfo /ui: Typically used to check the device and display a report including its issues and problems.  


🔹 The command sysedit: Used to open the System Configuration Editor.  


🔹 The command msiexec: Provides information about Windows and company rights.  


🔹 The command sfc: Restores missing system DLL files.  


🔹 The command icwscrpt: Used to copy DLL files.  


🔹 The command irecent: Displays files that have been opened previously.  


🔹 The command mobsync: Opens a program to download web pages for offline browsing.  


🔹 The command Tips.txt: Opens a file containing all Windows secrets.  


🔹 The command cliconfg: Opens a network connection assistance tool.  


🔹 The command ftp: Opens the File Transfer Protocol for transferring files.  


#IT223 #Computer

Comments

Popular posts from this blog

Python road map

 

Ways of pandas making faster

 FireDucks makes Pandas 125x Faster (changing one line of code) 🧠 Pandas has some major limitations: - Pandas only uses a single CPU core. - It often creates memory-heavy DataFrames. - Its eager (immediate) execution prevents global optimization of operation sequences. FireDucks is a highly optimized, drop-in replacement for Pandas with the same API.  There are three ways to use it: 1) Load the extension:  ↳ %𝐥𝐨𝐚𝐝_𝐞𝐱𝐭 𝗳𝗶𝗿𝗲𝗱𝘂𝗰𝗸𝘀.𝐩𝐚𝐧𝐝𝐚𝐬; 𝗶𝗺𝗽𝗼𝗿𝘁 𝗽𝗮𝗻𝗱𝗮𝘀 𝗮𝘀 𝗽𝗱 2) Import FireDucks instead of Pandas:  ↳ 𝐢𝐦𝐩𝐨𝐫𝐭 𝗳𝗶𝗿𝗲𝗱𝘂𝗰𝗸𝘀.𝐩𝐚𝐧𝐝𝐚𝐬 𝐚𝐬 𝐩𝐝 3) If you have a Python script, execute is as follows:  ↳ 𝗽𝘆𝘁𝗵𝗼𝗻3 -𝗺 𝗳𝗶𝗿𝗲𝗱𝘂𝗰𝗸𝘀.𝗽𝗮𝗻𝗱𝗮𝘀 𝗰𝗼𝗱𝗲.𝗽𝘆 Done! ✔️ A performance comparison of FireDucks vs. DuckDB, Polars, and Pandas is shown in the video below. Official benchmarks indicate: ↳ Modin: ~1.0x faster than Pandas ↳ Polars: ~57x faster than Pandas ↳ FireDucks: ~125x faster than Pandas Credit- Ultan...

Top excel formula,master it