Showing posts with label Operating System. Show all posts
Showing posts with label Operating System. Show all posts

How to Create a Persistent Bootable Kali Linux USB


How to Create a Persistent Bootable Kali Linux USB

Kali Linux, being one of the most useful pentester's OS is easy to install and ready for use but most of the people on this planet want an easy to use machine so they either install Windows on their PC/Laptop or they use a Macintosh. No one wants to use his/her's expensive PC/Laptop just for a Kali Linux OS so here is a method to easily create a bootable persistent Kali Linux USB.

How to Disable Updates in Windows 10

How to Disable Updates in Windows 10

If you are using the Non-Licensed version of  Windows 10 and dealing with Background Updates, then this post may help you a lot!

  • These background updates may decrease your internet speed, just because they are downloading updates !
  • They(Microsoft) can detect that you are using a Non-Licensed Version of Windows 10 and make your windows corrupt in a span of 30 days

Windows 1.01 | Running on IBM PC XT (Model 5160) | Have a Virtual Experience of the Beginning | Windows 1.01

Windows 1.01

Windows 1.0 is a graphical personal computer operating environment developed by Microsoft. Microsoft had worked with Apple Computer to develop applications for Apple's January 1984 original Macintosh, the first mass-produced personal computer with a graphical user interface.

Windows 1.0 was released on November 20, 1985, as the first version of the Microsoft Windows line. It runs as a graphical, 16-bit multi-tasking shell on top of an existing MS-DOS installation, providing an environment which can run graphical programs designed for Windows, as well as existing MS-DOS software. Its development was spearheaded by the company founder, Bill Gates, after seeing a demo of a similar software suite known as Visi On at COMDEX.

How to make a Bootable Pendrive using CMD

How to make a Bootable Pendrive using CMD

Most people when hear about using command prompt will search other way, but creating a Bootable USB Pendrive using command prompt is not that hard as most people may think.
This method is designated to be used by people who don’t have windows 8 installed on their computers. Don’t try to make it work on windows 8 machines, cause it won’t work. To make a Bootable USB Pendrive follow these easy to do steps:
1. Go where the ISO files are located (even if we talk about a CD/DVD content or a mounted ISO). Copy those files to a designated folder on your hard drive.
2. Insert your USB drive into your computer press the start button and in the search field type “cmd“. When a black box will appear on the search results, right click on it and select to run the program as Administrator. A new window will appear which is called the command prompt. On it, type the following sequence of commands:

  • diskpart (press enter)
  • list disk (press enter)
  • select disk (#disk number) – recognized by its size (press enter)
  • clean (this will erase the selected disk – press enter)
  • create partition primary (press enter)
  • select partition 1 (press enter)
  • active (press enter)
  • format fs=ntfs quick (this command will format the newly created partition – press enter)

When the format is over you still have to give some commands in order to make the usb pendrive bootable. Here they are: 
assign (which will assign a letter to your usb drive) and exit
Remember that we’ve instructed you to extract the content of the .iso to a designated folder at the beginning of the article ? Now it’s time to go there and find the boot folder with the bootsect exe file

We have the following path: E:\cd win 7 sp1\boot\bootsect.exe/nt60 h: (where H is the drive letter of my future bootable pendrive)

Now copy all the files found here to your USB device.
Everything is in place right now, you can restart your computer and boot from your newly created bootable pendrive.

How to make a Bootable Pendrive

How to make a Bootable Pendrive

A common use of a bootable USB flash drive is to use it to boot into Windows. Booting from removable media such as a USB drive allows you to perform diagnostics on a computer that is having trouble booting from the hard drive. You can also use the flash drive to install Windows, instead of using the Windows installation CD.

This guide will outline making a bootable USB flash drive. Before we begin, it is important to note that the computer you want to use your bootable USB drive must be able to use a USB drive as a boot device. Most computers built since Windows Vista was released are capable of booting to a USB device. Prior to the Windows Vista time frame, it's hit or miss with motherboards.

To determine if a computer is capable of booting to a USB device, access the Computer's BIOS and check the bootable device list. If a USB device is listed, set the USB drive to be the first boot device. If you do not see a USB device in the list of bootable devices, your BIOS is not capable of booting to a USB device.



There are two ways to create a bootable pendrive
1. The easy way is to create it by using a software

Let us firstly discuss the easy way( that is to create a bootable pendrive just by using a software)

There are many softwares available out there which provide the ways to create a bootable pendrive we will discuss two of them which are very easy to use !

1. UNetbootin
2. Rufus

Now we are going to make a bootable pendrive using
UNetbootin


1. Download UNetbootin here
2. Download your favorite operating system's .iso image file ( let us talk about .iso image files.)
 An ISO image is an archive file of an optical disc, a type of disk image composed of the data contents from every written sector on anoptical disc, including the optical disc file system. ISO image files usually have a file extension of .iso. The name ISO is taken from the ISO 9660 file system used with CD-ROM media, but what is known as an ISO image might also contain a UDF (ISO/IEC 13346) file system (commonly used by DVDs and Blu-ray Discs).
ISO images can be created from optical discs by disk imaging software, or from a collection of files by optical disc authoring software, or from a different disk image file by means of conversion. Software distributed on bootable discs is often available for download in ISO image format. And like any other ISO image, it may be written to an optical disc such as CD or DVD.
3. Open UNetbootin's executable file to open it and run it
4. (i) Click the Diskimage radio box (ii) browse to select the operating system's .iso image file (iii) Set your target USB drive (iv) click OK to start the creation 

5. Once the UNetbootin installer has completed, click Reboot Now


6. Set your system BIOS or boot menu to boot from the USB device and enjoy your favorite Live Linux on USB


Now we are going to make a bootable pendrive using
Rufus

Rufus requires an account with admin access in order to make the necessary changes to hardware. After authenticating, insert the USB flash drive and launch Rufus. It will detect the drive almost immediately. Since Rufus can handle various partition schemes and file structures, ensure that the correct settings are set that match the UFD you're going to build

1. Download Rufus here
2. Download your favorite operating system's .iso image file ( let us talk about .iso image files.)
3. Open Rufus's executable file to open it and run it


4. Click the optical drive button next to the Create a bootable disk using checkbox, and you'll be prompted to search for the ISO image to use 

 5.  When using ISO images, Rufus will automatically modify the settings to best match it. Once everything is set correctly, click the Start button to begin the process. You'll be prompted with a warning that all data on the UFD will be destroyed. Click OK to proceed with the creation process

6. Depending on the ISO image size, the process may take several minutes to complete. For the log readout of each step in the process, click the Log button to open a side window and save the output details (The longest part of the entire process is the file copy portion. This is typically the last step and varies depending on file size/number of files to copy)

7. When complete, double-check the external drive to verify the files were copied over

With the process completed, simply eject the USB, insert it into the device you wish to install the OS on, and boot as you normally would. The days of carrying multiple CD/DVDs with you and dealing with lagging installs are drawing to a close with the ubiquitous use of USB drives—and the storage capacity can't be beat.

Introduction to Windows 10

Windows 10

1. There's loads of stuff for touch, but it's different stuff.
Microsoft says it wants to support touch users who have persevered with Windows 8 and "evolve" the touch UI. (Translated: That means it is changing quite a bit.) The task switching will no longer work on the left. So with that and the charms going, that's goodbye to most of the problem with Windows 8 - and a whole philosophy down the pan.
2. The Start Menu is back.
As I've covered before, the e most noticeable change is the new Start Menu, which looks somewhat like the old start menu. It brings some features from the Windows 8.1 Start Screen, such as live tiles, and can be resized.
3. Another New Task View.
Now the Windows 8 task switcher has been unceremoniously dumped, there's a new Task View in Windows 10, too, so users can switch between virtual desktops.That's because Microsoft now recognises that novice users use the taskbar rather than switching in other, cleverer, ways such as Alt+Tab (which also now switches between desktops).

Remix OS | Android OS on the go!

What is Remix OS?
Remix OS

Android based Operating System.
The Remix OS team mean it when they say you get a PC experience unlike anything on Android and an Android experience unlike anything on a PC. The innovative features they’ve brought to Remix OS 2.0 have been meticulously engineered to bring you the best of both worlds – the harmonious fusion of a mobile and desktop experience.



Limitless Multitasking.
Why restrict yourself to only one or at most two apps running side by side? Remix OS 2.0’s multi-window support means you can spend less time switching between screens and more time multitasking. That means you can work on a presentation in Office, conduct research on Browser, and receive a call from your mother on Skype – all at the same time.
They’ve brought the age-old taskbar back to Android to help you do more with less. Switch effortlessly between apps with the touch of an icon or click of a mouse. Complete with a Start Menu and System Tray, our taskbar allows you to find and start all your apps from one location on one side while managing everyday system settings and connectivity on the other.


How to Install many Operating Systems in One using VMWare Player

How to Install many Operating Systems in One using VMWare Player

To install many operating systems you have to download VMWare Player It is a software which installs a new operating system inside an operating system.
To Download VMWare for Windows Click Here
To Download VMWare for Linux Click Here
For Host System Requirement Click Here
Getting Started with VMWare Player Click Here

Experience Windows 95 on your Web Browser

Windows 95
The new Windows operating system with the internal version 4.0 is the successor of Windows 3.11 and brings a completely new design of the interface and of the kernel with it. 32-bit applications are supported fully, DOS applications can also virtually be used now in a DOS box, furthermore 16-bits of programs are supported. Windows 95 to ME still needs DOS for the loading up program and for the DOS box. New hardware is comfortably recognized by plug and play, the memory management was developed further considerably. 

How to Make Windows 7 Genuine in just 30 seconds !

Make Windows 7 Genuine

If you ever got up with an error like 
Build 7601
This copy of Windows is not Genuine
Follow the Article
Open Command Prompt by pressing Windows Key + R

Now Type in the following highlighted command and press Enter

slmgr -rearm


It will Rearm your PC and if all the rearms are finished then use WAT remover to remove WAT and again use the command !

You can download WAT Remover here