IT Services

This page is about information technology services. We will share easy and simple solutions.

***Please note that all this software and code must be used for a specific job. If you are not sure, do not try anything.

You can open the Windows run section by pressing the Win + R hotkeys, typing CMD in the box, and hitting enter to access the Windows Command Processor (CMD).

Online Tools
# Convert your files to better versions.
CloudConvert.com

# Generate strong passwords.
CopyPassword.com

# Check your AdBlock system/extension.
Adblock Test

# Measure area with Google Map.
Google Maps Area Calculator

# Check the grammar of the website.
Grammar.com
Online virus/malware scanners:
virustotal.com # for speed scan.

hybrid-analysis.com # for maximum detail.

metadefender.opswat.com

virusscan.jotti.org

# Show IP address and browser details.
ipleak.net

Windows Cmd commands:
# Windows Remote Desktop:


# Access local server shared IP:


# Create file name list:


# Find files that meets specified criteria and list them:
dir C:\*sample*.pdf /s > "Search-Results.txt"
@pause

#Delete Empty Folders:
for /f "delims=" %%i in ('dir /s /b /ad ^| sort /r') do rd "%%i">NUL
Windows Cmd commands (for engineers):
# Task Kill SolidWorks Apps
taskkill /im SLDWORKS.exe /f
taskkill /im sldProcMon.exe /f
taskkill /im sldworks_fs.exe /f
taskkill /im sldBgDwld.exe /f
taskkill /im swvbaserver.exe /f
taskkill /im sldProcMon.exe /f
taskkill /im swvbaserver.exe /f
taskkill /im sldexitapp.exe /f
taskkill /im solidworksexplorer.exe /f
taskkill /im swShellFileLauncher.exe /f
taskkill /im swactwiz.exe /f

# Run SolidWorks macro from command line
"C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\SLDWORKS.exe" /m "C:\SOMEDIR\Macro.swp"

# SolidWorks Links
solidworks.com/tr/support/hardware-certification/
solidworks.com/nidp/app/
Windows Cmd commands (for IT department):
# Set attribute of files to read-only
attrib +a -s -h +r "C:\SOMEDIR\*.extension" /s
echo "Files are in read-only state."
@pause

# Set attribute of files to writable
attrib +a -s -h -r "C:\SOMEDIR\*.extension" /s
echo "Files are in writable state"
@pause

# Windows user list
netplwiz

# Ask for restart (save commands to Restart.bat with notepad)
@echo off
set /p ask=Restart PC (y/n)
if %ask%==y (shutdown /r /t 0) else echo Do nothing...
pause
exit

Windows Cmd commands (for security):
# Access hosts file and reset permissions (Run cmd.exe as admin):
@echo off
echo,Y|cacls "%WinDir%\system32\drivers\etc\hosts" /G everyone:f
attrib -s -h -r "%WinDir%\system32\drivers\etc\hosts"
notepad "%WinDir%\system32\drivers\etc\hosts"
echo The Permissions on the HOSTS file have been reset.
pause
Sample Codes:
# Get Windows 10 login screen background images:
kod5_com-spotlight-wallpapers.7z
QR Code for Kod5.com:
QR Code for Kod5.com