روش تنظیم NTP در ویندوز 11

CMD as Admin

w32tm /config /manualpeerlist:”time.iran.ir” /syncfromflags:manual /update

net stop w32time

net start w32time

w32tm /resync

ntp.iran.ir
ntp.sharif.edu
ntp.ut.ac.ir

Activate

slmgr /skms kms.digiboy.ir

و نهایتاً از دستور زیر برای فعال کردن ویندوز استفاده کنید:

slmgr /ato

Scanner Drivers

Download

Restart Printer Spooler

net stop spooler

net start spooler

Disable hibernate

powercfg -h off

Restart to BIOS From bat file   From WIN

shutdown /r /fw /f /t 0

Update all programs on windows

winget upgrade –all

Bitdefender

https://s32.picofile.com/file/8478493184/x64.zip.html

0x00000001b Printer Error

Windows 10 versions 2004, 20H2, 21H1 and 21H2:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 713073804 /t REG_DWORD /d 0 /f
Windows 10 version 1909:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\FeatureManagement\Overrides /v 1921033356 /t REG_DWORD /d 0 /f

Get System Info

wmic baseboard
wmic memorychip

Laptop Battery Report

powercfg /batteryreport

Dism CMD – Make Sysrep Windows Image

dism /capture-image /ImageFile:”F:\install.wim” /captureDir:D:\ /Name:Win10-Apps /compress:max

Run Command

Clean Disk                   cleanmgr

PC Management       compmgmt.msc

Firewall                         firewall.cpl

Sys Info                         msinfo32

User Accounts            netplwiz

OnScreenKeyboard  osk

Accessibility                utilman

Wordpad                      write

Network Adapters       ncpa.cpl

Group Policy                gmedit.msc

Internet Options          inetcpl.cpl

Printers                          control printers

Region                           intl.cpl

Remote Desktop            mstcs

Sys Check                     sfc /scannow

Sys Boot check            sfc /scanboot

Magnifier                      magnify

App Remove               appwiz.cpl

Network Command

tracert -d

Pathping

nslookup

Netstat

Netsh

msg /SERVER:COMPUTERNAME * /TIME:60 "Hello! This message will close in 60 seconds"

Repair Windows

Bootrec.exe /FixMbr

Bootrec.exe /FixBoot

Bootrec.exe /ScanOs

Bootrec.exe /RebuildBcd

Functional Comman

Attribute CMD

attrib *.* -h -r -s -a /d /s

Temp Deletion Command

cd c:\users\nasouri\appdata\local\temp
del *.* /S /Q /f

rd /s /q “C:\Users\nasouri\AppData\Local\temp”

Windows bypass Password

Open Repair windows >> cmd

c:

cd windows\system32

ren utilman.exe utilman.exe.bak

copy cmd.ex utilman.ext

Reboot

open utilman

net user example password /add

net localgroup Administrators example /add

revert changes

c:

cd windows\system32

del utilman.exe

ren utilman.exe.bak utiklman.exe

Reboot

Win 11 Bypass Network Setup

when ask for network  press SHIFT+F10

Type OOBE\BYPASSNRO and press ENTER.

Enable Full Right Click Win 11

reg.exe add “HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32” /f /ve

Win 11 Bypass Upgrade

Open Regedit on your PC and then navigate to HKEY_LOCAL_MACHINE/SYSTEM/Setup/MoSetup.

Here you will need to right-click and select New, then DWORD (32-bit) Value and name it AllowUpgradesWithUnsupportedTPMOrCPU if it isn’t already there.

Enable FireFox Download HTTP

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the filter box, type or paste scan and pause while the list is filtered

(3) Double-click browser.download.manager.scanWhenDone to toggle its value.

or

  1. Navigate to about:config within Firefox
  2. Search for dom.block_download_insecure.
  3. Set dom.block_download_insecure to False

Upgrade all app in win

winget upgrade –all

CISCO

en
conf t
enable secret **
hostname ***
line vty 0 12
password **
exit
line console 0
password **
# تعریف دامنه برای ساخت کلید امنیتی
access-switch1(config)# ip domain-name mynetwork.local

# تولید کلید رمزنگاری (در پاسخ به سوال، عدد 2048 یا بالاتر را وارد کنید)
access-switch1(config)# crypto key generate rsa modulus 2048

# تنظیم نسخه امن SSH
access-switch1(config)# ip ssh version 2
access-switch1(config)#ip ssh server algorithm encryption aes256-ctr aes192-ctr aes128-ctr
access-switch1(config)#ip ssh server algorithm mac hmac-sha2-512 hmac-sha2-256
access-switch1(config)#ip ssh server algorithm kex diffie-hellman-group16-sha512 diffie-hellman-group14-sha256
access-switch1(config)#ip ssh server algorithm hostkey rsa-sha2-512 rsa-sha2-256

# محدود کردن خطوط دسترسی فقط به SSH
access-switch1(config)# line vty 0 15
access-switch1(config-line)# transport input ssh
access-switch1(config-line)# login local
access-switch1(config-line)# exit

vlan **
name **

interface range gigabyteethernet 1/0/1-24
switchport access vlan **