Hi all,
How do I delete file . . . .
"C:\Windows\Web\Wallpaper\Sunrise\img31.jpg"
aka
"C:\Windows\Web\Wallpaper\ThemeC\img31.jpg"
I tried the obvious "right click file" way and also going to the DOS prompt as an admin and using DEL.
But no success. "File Access Denied" and "Access is...
Renames all files in current directory to a "random" name. Be very careful using this !
-----------------------
_RandomNames.bat
-----------------------
@ECHO OFF
ECHO Random Names
ECHO Written By: Jason Faulkner
ECHO.
ECHO.
REM Randomly renames every file in a directory.
SETLOCAL...
Ipconfig /displaydns is a command that shows the DNS resolver cache of your system. The cache keeps track of IP addresses and website names you have already visited.
--------------------------
Ipconfig displaydns.bat
--------------------------
Ipconfig /displaydns
@Echo .
@Echo .
@Echo .
@echo...
Sfc /scannow is a command of System File Checker, a utility built in the Windows operating systems. System File Checker scans critical system files and verify their versions. If this utility finds any files that has the wrong versions, it replaces them with the correct, verified ones...
Winget is a command-line tool for Windows that lets users manage software packages easily. winget combined with the specific subcommand upgrade updates apps to their latest versions,
-------------------------
winget update ALL.bat
-------------------------
@ECHO OFF
:choice
Echo .
Echo .
winget...
Winget is a command-line tool for Windows that lets users manage software packages easily. winget combined with the specific subcommand upgrade updates apps to their latest versions, This one just checks for updates and does not install anything.
--------------------
winget update.bat...
Flushing the DNS resolver cache can help resolve DNS-related problems in Microsoft Windows 11 and previous versions.
-----------------------
Ipconfig flushdns.bat
-----------------------
Ipconfig /flushdns
@Echo .
@Echo .
@Echo .
@echo off
pause
Over the years I have stolen / copied / downloaded /tweaked / written several very handy but very simple BAT files. Here are my favotites . . . .
. . . what are yours ? Please share