Skip to main content

breaking user name & password of windows

  1. How to break user name password:-
  2.     Restart
  3.     Boot from DVD or USB drive
  4.      Then start installation
  5.      Click on repair
  6.             Click on CMD

#Use the following commands
> C:
> Dir
> Cd windows\system32
> Ren cmd.exe cmd.old
> Ren magnify.exe magnify.old
> Ren magnify.old cmd.exe
> Ren cmd.old magnify.exe
> Exit
- Restart
-   Open magnifier then apply
If your commands are right then cmd will open otherwise magnifier.
>Net user
>net user administrator 12345@1
> Exit
Now your password will reset.
                                 

Comments

Popular posts from this blog

How to activate office 2016 using script ??

How to activate office 2016 using script ?? 1. Copy the following script in notepad and save as .bat . 2. Run the bat file as administrator. @echo off title Permanently Activate Office 365 ProPlus for FREE - Somethingos.blogspot.incom&cls&echo ============================================================================&echo #Project: Activating Microsoft software products without software&echo ============================================================================&echo.&echo #Supported products: Office 365 ProPlus (x86-x64)&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16...

Creating Pivot Tables in Google Sheets (Beginner Guide)

Creating Pivot Tables in Google Sheets (Beginner Guide) Creating Pivot Tables in Google Sheets (Beginner Guide) Pivot tables in Google Sheets are a powerful feature used to summarize large datasets and extract meaningful insights without complex formulas. Whether you’re tracking sales, expenses, or survey results, pivot tables help you organize data for better decision-making. 🧠 What is a Pivot Table? A pivot table lets you quickly group, filter, and aggregate data. Think of it as a dynamic summary tool that shows totals, averages, and counts based on selected categories. 📋 When Should You Use Pivot Tables? To summarize large data sets To identify trends or patterns To analyze survey or sales data To create dashboards and reports 🛠️ How to Create a Pivot Table in Google Sheets Select the data range (including headers). Go to Insert > Pivot table . Choose whether to place it in a new sheet or existi...

Using Conditional Formatting to Highlight Data in Google Sheets

Using Conditional Formatting to Highlight Data in Google Sheets Using Conditional Formatting to Highlight Data in Google Sheets Conditional formatting in Google Sheets is a powerful tool that lets you apply custom formatting to cells based on specific conditions. Whether you're highlighting overdue tasks, flagging high expenses, or marking duplicates, conditional formatting makes your data visually informative and easier to analyze. 🎯 What is Conditional Formatting? Conditional formatting allows you to change the appearance of cells in your spreadsheet based on rules you define. For example, you can highlight all numbers greater than 100, mark dates in red if overdue, or use color scales to visualize data distribution. 📌 How to Apply Conditional Formatting in Google Sheets Select the range of cells you want to format. Click on Format > Conditional formatting . In the right panel, choose your condition (e.g., "Greater th...