Posts

Showing posts from 2024

A script combining all your commands can be created as a batch file. Below is a step-by-step explanation and the actual batch script code:

  A script combining all your commands can be created as a batch file. Below is a step-by-step explanation and the actual batch script code: ping 8.8.8.8 md d:\databackup\tallydatabackup%date% Ping 10.10.10.74 xcopy "d:\Tally Prime\Data\*" "d:\databackup\tallydatabackup%date%" /e/v/y/i/s ping 10.10.10.6

Thumbnail Previews

In Windows, thumbnail previews are useful for quickly viewing the contents of files, especially images and videos, without opening them. Here’s how to enable or troubleshoot thumbnail previews: 1. Enable Thumbnail Previews in File Explorer Open File Explorer . Click on the View tab. In the Options group, select Options (far right) and then Change folder and search options . In the Folder Options dialog, go to the View tab. Ensure Always show icons, never thumbnails is unchecked . This setting enables thumbnails. Click OK to apply. 2. Clear and Rebuild the Thumbnail Cache Sometimes the thumbnail cache can become corrupted, causing previews not to show correctly. Open the Start Menu and type Disk Cleanup . Select your drive (usually C: ) and click OK . Check Thumbnails in the list and click OK to clear them. Restart your computer, and Windows will rebuild the thumbnail cache. 3. Enable Thumbnails for Specific File Types Certain file types may not show thumbnails by default. To ...

How to fix error 0x0000011b

 How to fix error 0x0000011b when adding networked printer solution in the command line The error 0x0000011b typically occurs when adding a network printer on Windows due to security updates that block certain network printing configurations. This error is often associated with issues in the Windows Print Spooler service and can be resolved by adjusting certain registry settings and disabling the enforcement of printer driver security updates. Steps to fix the error using the Command Line: Run Command Prompt as Administrator : Press Win + X , then select Command Prompt (Admin) or Windows PowerShell (Admin) . Modify the Windows Registry to Disable RPC (Remote Procedure Call) Authentication for Network Printers : Type the following command to create a new registry entry that disables RPC security: cmd Copy code reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print" /v RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f This command sets the RpcAuthnLevelPrivacyEnabl...

Stop windows update | Commands to Enable Windows Update

  Stop windows update  running from CMD (as administrator) the following lines:  sc stop wuauserv sc config wuauserv start= disabled  Commands to Enable Windows Update: Start the Windows Update service and set it to automatic: cmd Copy  sc config wuauserv start= auto sc start wuauserv

Windows Server 2008/2012 (R2) commands into CMD window at once then hit Enter.

  Windows Server 2008/2012 (R2) cscript / / nologo % windir % \system32\slmgr . vbs / ipk D2N9P - 3P6X9 - 2R39C - 7RTCD - MDVJX cscript / / nologo % windir % \system32\slmgr . vbs / skms kms . msgang . com cscript / / nologo % windir % \system32\slmgr . vbs / ato

Manage-engine Helpdesk Tool

  https://www.youtube.com/watch?v=CTYmOLvO5IE&ab_channel=Dcbhardwaj

Microsoft Activation Scripts (MAS)

  irm https://get.activated.win | iex irm https://massgrave.dev/get | iex Download / How to use it? ​ Method 1 - PowerShell (Recommended) ​ Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). Copy and paste the code below and press enter irm https://get.activated.win | iex or (deprecated, will be retired on Aug 31 2024, use above instead) irm https://massgrave.dev/get | iex You will see the activation options. Follow the on-screen instructions. That's all. On older Windows builds you may need to run the below command before, [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12 The Powershell method does not work on Windows 7. Use the Method 2 - Traditional instead. The URL get.activated.win may be blocked by some DNS services because it is a new domain. Method 2 - Traditional ​ Download the file under the code button from  GitHub  or  Bitbucket Right-click on the downloaded zip file and extract In the extracted ...

Software download website

  1 https://www.1337x.tw/ 2 getintopc 3.https://filecr.com/ 4.haxnode

Best Open-Source Network Monitoring Tools 2023

Image
  YouTube In this video 00:07 Zabbix 00:48 Icinga 01:22 Prometheus 02:29 Cacti 03:12 Observeum 03:48 Checkmk https://youtu.be/Y66aWGg2EQo

Ransomware attacks are a significant threat,

 Ransomware attacks are a significant threat, especially to older systems like those running Windows 7. Here are steps to secure your network and systems from potential ransomware attacks using FortiGate Firewall 401E and other measures: 1. Update and Patch Systems Update Windows 7 : Ensure that all Windows 7 PCs have the latest patches and updates. Although Microsoft has ended support for Windows 7, some extended security updates might still be available. Update Applications : Regularly update all installed applications and software to their latest versions to patch known vulnerabilities. 2. FortiGate Firewall Configuration A. Enable Advanced Threat Protection: AntiVirus : Navigate to Security Profiles > AntiVirus . Ensure AntiVirus is enabled and configured to scan all traffic. Enable Heuristics Analysis and Grayware detection. Web Filtering : Go to Security Profiles > Web Filter . Enable Web Filtering and block categories known for hosting malicious content (e.g., phis...

How to network Drive mapping automatically create on active directory users in OU method

https://www.youtube.com/watch?v=N0BIqICzUZo

GPO Se windows update band karne tamam user ki

  Group Policy Management Console (GPMC) Open Karein : Apne Windows Server 2012 domain controller mein "Group Policy Management" console ko open karein. Iske liye, Start menu se "Group Policy Management" search karein aur console ko open karein. New Group Policy Object Banayein : Console ko open karne ke baad, apne domain ke appropriate organizational unit (OU) ko select karein, jahan par aap yeh policy apply karna chahte hain. Right click karein us OU par jahan aap policy apply karna chahte hain aur "Create a GPO in this domain, and Link it here..." option ko choose karein. Ek naam dein apne GPO ko, jaise "Windows Update Disable". GPO ko Edit Karein : Ab, newly created GPO par right click karein aur "Edit" option ko choose karein. Isse GPO Editor open hoga. Windows Update Settings Configure Karein : GPO Editor mein, Computer Configuration -> Policies -> Administrative Templates -> Windows Components -> Windows Update path ...

IT Officer Joins a Computer to the Domain

 To allow an IT officer to join client computers to the domain but restrict their ability to delete objects in Active Directory (AD), you can create a custom delegation in AD with specific permissions. Here’s how you can do it: Step-by-Step Guide Open Active Directory Users and Computers (ADUC) Press Win + R , type dsa.msc , and press Enter . Delegate Control to the IT Officer In the ADUC console, right-click the Organizational Unit (OU) where you want to allow the IT officer to join computers to the domain (e.g., Computers or a specific OU). Select "Delegate Control...". Delegation of Control Wizard Click "Next" on the Welcome screen. Click "Add..." to add the user or group (e.g., the IT officer or a group of IT officers). Enter the name of the user or group and click "OK", then "Next". Choose Tasks to Delegate Select "Create a custom task to delegate" and click "Next". Choose "Only the following objects in th...

DFS server Management Explained

Image
  4:43  /  24:19 DFS server Management Explained  https://www.youtube.com/watch?v=_d6kfTl2vQ4&list=PLJOP6WRPj8CWr9VKVABGxoxl0yvub9Fkx