DEV Community

Cover image for jetking practicles lists
krishna Sahu
krishna Sahu

Posted on

jetking practicles lists

Windows practicals lists


🧠 Basic Windows Practicals

  1. Install Windows OS (Windows 10 / 11 / Server)
  2. Explore Windows Desktop, Taskbar, and Start Menu
  3. Manage files and folders using File Explorer
  4. Create, rename, copy, move, and delete files/folders
  5. Use Control Panel and Settings
  6. Check system information (CPU, RAM, OS version)
  7. Change date, time, and region settings
  8. Manage user accounts (create, delete, rename users)
  9. Change passwords and set password policies
  10. Configure desktop personalization (wallpaper, themes, screensaver)

⚙️ Command Line (CMD & PowerShell) Practicals

  1. Basic CMD commands: dir, cd, copy, move, del, mkdir, rmdir
  2. System commands: hostname, ipconfig, ping, systeminfo
  3. Manage users: net user, net localgroup
  4. Check and kill tasks: tasklist, taskkill
  5. View and manage services: services.msc or Get-Service in PowerShell
  6. Execute PowerShell scripts
  7. Configure environment variables
  8. Check system performance using perfmon and resmon

🌐 Networking Practicals

  1. Configure IP address manually
  2. Test network connectivity using ping, tracert, nslookup
  3. Share a folder and access it from another computer
  4. Map a network drive
  5. Enable and disable Windows Firewall
  6. Configure Remote Desktop connection
  7. Use netstat to view active connections
  8. Create and test a HomeGroup or Workgroup

🔐 Security & Administration Practicals

  1. Manage local users and groups (lusrmgr.msc)
  2. Set NTFS permissions (read, write, modify)
  3. Configure file/folder sharing permissions
  4. Apply Group Policy using gpedit.msc
  5. Enable/disable services using services.msc
  6. Manage Windows updates
  7. Use Event Viewer to monitor system logs
  8. Configure Windows Defender and perform a scan

🧩 Advanced / Server Practicals

  1. Install Active Directory Domain Services
  2. Create and manage domain users and groups
  3. Configure DNS and DHCP roles
  4. Join a client to a domain
  5. Set Group Policy Objects (GPOs)
  6. Configure File Server and Disk Quotas
  7. Manage Windows Backup & Restore
  8. Monitor system performance with Performance Monitor

Top comments (0)