Showing posts with label drive. Show all posts
Showing posts with label drive. Show all posts
Thursday, January 4, 2018
how to use flash drive as ram windows 7
how to use flash drive as ram windows 7
Hi friends! I am sharing with you all very interesting trick. From this trick we can make our Flash Drive (USB) as a fastest RAM. Because everyone wants to make his Personal Computer become fastest without RAM. So what we do should that time? If we are working as a professional and our PC is working very slowly maybe it cause of slow speed due to RAM. So Let�s Start!
Right click on My Computer desktop Icon and go to Properties.


System Properties dialogue will be open then go to Advanced tab and press the first settings button.

STEP 4:
When you hit the System Properties settings button, System Properties gives new dialogue box will open go to his Advanced tab.



Check the radio button of Custom Size: and put the value what you want in both options: Initial size (MB): and second one is Maximum (MB):

After the complete action You will look Message from Windows: "You must restart your computer to apply these changes"

Before restarting, save any open files and close all programs.
Wednesday, December 27, 2017
How to Setup Windows XP from USB drive
How to Setup Windows XP from USB drive
How to Setup Windows XP from USB drive? | ||||||||
You are here: Tutorials > How to setup Windows XP from USB drive? | ||||||||
Step1: Prepping BartPE: First we�ll prep the USB drive we�ll be using for booting. This is by far the largest step in the process, though it shouldn�t be difficult for anyone to follow. It requires a functional Windows system.
Step2: Create XP Bootable USB Drive:
If no errors occurred in the above process, you should now be all set to setup Windows xp from USB drive! Step 3: Configuring the BIOS: You should now reboot and go into the BIOS configuration to boot from USB. Instructions for doing so wildly from system to system, but generally entail the following:
If you�re completely new to BIOS configuration, BIOS for Beginners over at Tom�s Hardware might be a good primer. Be aware though, that you can seriously screw up your system by providing incorrect settings! Step 4: Booting into BartPE: Assuming that you properly configured your BIOS and your USB drive supports booting, BartPE should now load. Depending on the speed of your USB drive, this may take a while. If it isn�t working, then double-check the following before making a scene:
Step 5: Prepping the Hard Disk: You need to make sure that your hard drive is partitioned and formatted properly. Especially if youve had Linux or some other operating system on it, youll need to repartition and format it. BartPE contains DiskPart for disk partitioning and A43 File Manager to format your drive. If you are sure that your hard drive is set up properly (i.e. it has only run Windows, it contains a valid FAT or NTFS partition) then you can safe yourself the hassle and skip this step. To repartition (This procedure will destroy any data on the hard drive):
To format (This procedure will destroy any data on the hard drive):
Step 6: Launching Windows XP Setup from USB drive: With your drive all ready, you can now launch the Windows XP setup with a few custom parameters. Lets assume that the files are available at X:i386. Plugging in a device now won�t work. Remember that all USB devices will need to be plugged in right from the start while using BartPE. Run the following command:
The setup program will then silently close, which might make you think that something went wrong. Dont worry though. Step 7: Continue Windows XP Setup from Hard disk:
|
Tuesday, December 26, 2017
How to install Windows 8 from an USB Drive
How to install Windows 8 from an USB Drive
The much anticipated Windows 8 Operating system which was seen discussed and highlighted in most of the tech sites even before its release was recently being leaked on the internet and is available for download through some torrent sites or file hosting portals. The said leaked download files represented the Windows 8 Build 7850 Milestone 1 which is the official version but is now distributed
Wednesday, December 20, 2017
How to Install Windows 8 from USB Drive
How to Install Windows 8 from USB Drive
Windows 8 has made a grand and promising entry in the market as increasing number of users are going to benefit with this operating system. The highly sophisticated way of installing the operating system is by taking the assistance of bootable USB drive.










- If you have not yet downloaded then download windows 8 now.

Motherboards these days support boot options and hence, it is necessary to arm our esteemed users the correct method to make one. Although, market is flooded with free softwares which people can use to make these drives, but hardly any one is able to function properly. Hence, it necessitates to tell you an effective, hassle free and effective method so that USB is easily created.
There are many ways to make a bootable USB/Pendrive.Here we will be discussing an easy way and also the old traditional way which is a little complicated method to create a Bootable Pendrive.After making a bootable drive then the process to install windows 8 is very simple.
1.Installing Windows 8 Using WinToBootic:
WinToBootic indeed works amazingly well as it creates pen drive bootable by which windows 8 can be installed without any sort of problems or worries.
Following are the ways to install it:
- It is important to download WinToBootic and get the program installed
- Now, as you run the program, there will be a window which will pop similar to what has been show in the figure below

This is the time when the software is going to detect the thumb drive. If in case it does not, then you need to go to drop down and select your source by clicking on arrow . One thing you need to make sure is that your thumb drive is formatted in NTFS format. It can be easily done at the start of computer (START+E). Thereby, click right on thumb drive. After all, you need to click on format and choose NTFS mode and finally by clicking on �OK� you will format the drive very easily and convincingly as well.
As you drag iso file onto it, it will look similar to the figure below

Now, the moment you click �Do it�, there will be a pop up which is shown below. You have to be quite sure that your drive is correct and that every thing is in order as well.

Now, after you click �OK�, the process will start and the software is going to copy Windows 8 to the pen drive.
There are more installing pictures in order to help you understand in a clear and concise way as well.


Hence, you will be able to install windows 8 from the bootable usb drive.
Traditional old Method to create a bootable USB Drive:
You need the following things
4 GB+ USB flash drive
Windows 8 ISO file or DVD
A PC with Vista, Windows 7, or Windows 8 OS
- Now, as all the items are available, you need to access your drive and ensure backup of those files which were previously on the drive
- Secondly, you need to Navigate to Start> All Programs> Accessories, thereby click on Command Prompt and finally select Run as administrator. Click on �Yes� if you receive UAC prompt.

- This specific task can be accomplished as you type �cmd� in the start menu search box along with pressing Ctrl+ Shift + Enter
- As soon as the command prompt is up and running in the following way, press enter
Windows 8 DISKPART


- The next step is to type in LIST DISK and for checking disk number for your connected USB, you need to hit Enter. In order to help you understand a bit more clearly, I have used my USB drive as �1�. You can crosscheck for the correct drive against their sizes�


You need to make utmost sure that DISKPART in any case has detected USB flash drive. However, if it has not been detected or you are facing any sort of problem, then the best thing you can do is to reconnect your USB by following the aforesaid steps once again.
Space
Following are the list of commands which you have to run and hit �Enter� after each of them so that it can easily be able to run:
SELECT DISK 1 (your USB disk number might vary)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(The time varies as it depends on the size of the drive)
ASSIGN
EXIT

Now, you need to proceed towards the next step. You do not have to close the command prompt window.
- In order to access the windows 8 ISO file, you have to mount it to virtual drive
As soon as the ISO is mounted, you need to take note of the drive letter for the virtual drive
If in case you have a bootable windows 8 disk, then insert it in cd tray and write down the letter for the drive it leads onto
7. Now, type in the following after re opening the command prompt window
G: CD BOOT and click on enter. (�G� stands out for your DVD drive letter or mounted virtual drive letter)
CD BOOT and click enter.
8. It is almost completed. Now simply type in BOOTSECT.EXE /NT60 J: (�J� stands for you USB flash drive letter and it is easily found in explorer) and now simply hit Enter Key


9. Now the time has come for you to open Windows 8 cd and you have to copy the content to root folder of your boot USB

It is to be noted that in order to boot from a USB, you have to make this option active by going to BIOS settings which is there on the target system.
There is also the second method which will ease you even further.
- Firstly get the backup of your data to a removable media
- As it is done, next step for you is to download and run it as administrator.
- It is the time for you to choose the flash drive which you are looking to make bootable. All you have to do is to select your file system FAT32 or NTFS, do not forget to �check format box� and also take a note of the �create a bootable disk using Ms-dos�. Finally, you need to also check �create extend label and icon files�.

- Now, you have to click on DBD drive logo which is next to option of �create a bootable disk using� and browse 8 ISO file.
- Finally, as you click on start button, you will get to see a warning window, click ok and windows will automatically start the transfer of ISO files to USB

All you need to do is to configure your Boot options in your BIOS settings and the set up is going to start as you select the Boot first priority to USB HDD.
Finally, these stand out to be the easy and simply methods of installing windows 8 from pen drive. Hopefully, you will not have any sort of problems while installing it. You need to read it again, if in case you happen to find any sort of problems. Finally, you get the fruits of your patience and hard work and your bootable USB is created. Great isn�t it?
Tuesday, December 19, 2017
How to use USB flash drive as ram in windows 8 7 and XP pendrive
How to use USB flash drive as ram in windows 8 7 and XP pendrive
BY- Seevendra Dwivedi



BY- Seevendra Dwivedi
First insert your pendrive (minimum 2GB recommended).
Format your pendrive.
Steps for Windows XP
- Right click on �My Computer� and go to �properties�.
- Now click on �Advance tab�.
- Click on the �settings� of performance.
- Now the performance options appear. Go to �Advance tab�.
- Click on �change� option of virtual memory.
- Select your pen drive.
- Click on �custom size� which is a radio button. It displays the initial and maximum size of the pen drive.
- Click on �set� button.
- Click �OK� to complete the setup.
Finally you had to restart your PC.
Steps for Windows 8 and 7
- Plug in your Pen drive.
- Format it.
- Right click on the pen drive icon.
- Select �properties�.
- Select �Ready boost�.
- Click �use this device�.
- Now select the maximum space that RAM can give to the computer.
- Click �ok� and �apply�.
This is how you can use your USB as RAM. This results in the improvement in performance of your PC.
Extra tip:
There is a software called Eboostr which uses the hidden RAM in your computer. You can configure more than 4 pen drives with this software.
BY- Seevendra Dwivedi
Sunday, December 17, 2017
How to Password protect CD DVD or USB Flash Drive
How to Password protect CD DVD or USB Flash Drive
How to lock cd/dvd or usb flash drive by password.
Master Voyager was especially designed to create password protected DVD/CD discs and USB Flash Drives (Pendrives). Protected media is fully autonomous and does not need any special software installed on computer it is operating on. You can create protected storage media on the installation computer and "play" or open files on any other computer (requires Windows 7, Windows Vista or Windows XP).

Main Features:-
Download full master voyager here http://depositfiles.com/en/files/qhttb5p7d
Master Voyager was especially designed to create password protected DVD/CD discs and USB Flash Drives (Pendrives). Protected media is fully autonomous and does not need any special software installed on computer it is operating on. You can create protected storage media on the installation computer and "play" or open files on any other computer (requires Windows 7, Windows Vista or Windows XP).

Main Features:-
- Transparent decryption. There is no need to decrypt data from DVD/CD/USB or copy files from CD/USB to hard disk. Simply enter a password and work with encrypted USB or CD. Open encrypted documents directly from CD/USB and even launch programs or play movies. Master Voyager utilizes unique on-the-fly decryption technology developed exclusively for CryptoExpert Professional.
- Ultra secure data confidentiality. Master Voyager uses strong encryption of all data utilising AES 256-bit protection. AES is the Federal Information Processing Standard (FIPS) which is used to protect the most sensitive information of the U.S.Government and commercial organizations including banks. Read more at nist.gov
- Embedded CD/DVD burning module to create encrypted DVD or CD discs. Master Voyager supports CDR/CDRW/DVDR/DVDRW disc types. Simply select files/folders you need to securely store on any mainstream storage media and let Master Voyager do the rest.
- No need for disk recipients to operate Master Voyager. If you send a disk or USB stick through the mail to a third party, they do not need to operate Master Voyager, they simply need the password to unlock protected data and information. The third party user simply needs to insert the storage media to their host computer and enter the password to work as they would with any other CD or USB device. The only requirement is to have Windows 7/Vista/XP installed (both 32 bit and 64 bit are supported). No software downloads are necessary and there are no time wasting reboots or computer configurations to worry about; the process is simple and automated.
- Master Voyager 2.00 and above provide the ability to work with encrypted usb drive/dvd disc media without administrators rights. Autoplay module Partition Explorer allows users to work with encrypted USB flash drive/DVD as if it were an encrypted archive.
- Master Voyager 2.20 and above provides for the creation of >4gb secure partitions on USB Flash Drives formatted to NTFS or exFAT
How To Install Android Lollipop v5 0 2 or Kitkat v4 4 On Pen Flash Drive
How To Install Android Lollipop v5 0 2 or Kitkat v4 4 On Pen Flash Drive
Android Lollipop v5.0, or Kitkat v4.4 on Pendrive
Hey Guys Many of you were facing problem with Unet Bootin app so I am back with a different software to install android on Your PC,Including The latest Android 5.0.2 you may use any of the ISO files.This Tutorial Showing You How Install Original Android 5.0 Lollipop or Kitkatv4.4 Source Code On Your Flash/Pen Drive and Use it anywhere.
Warnings : This May Damage your computer & Pen-drive if done incorrectly. Proceed at your own risk.
How to Run ?
- First Download Android Lollipop v5.0 ISO or Kitkat v4.4 ISO & Daemon Tools Ultra CRACKED VERSION from below. You Need 2 Flash/Pen Drive With 2 and 4 GB Minimum Size Respectively. [LINKS BELOW]
- Make sure both are empty.
- Plug Your 2GB Pen/Flash Drive To The PC.
- Installing Daemon Tools ULTRA
- Download and install Daemon Tools Ultra with Trial License [Links Below]
- At the End of the Installation remove �Run Daemon Tools Ultra� tick
- Now Run Daemon Tools Ultra Activator.exe
- Disconnect your computer from the internet.
- Click Next and select your Daemon Tools Ultra installation path (ex : C:Program FilesDaemon Tools Ultra)
- Click Next > Activate and wait till it says successfully activated
- Follow the steps you get there
- After all You will have Daemon Tools Ultra with a lifetime paid activation
- Open Daemon Tools ULtra
- Choose Write bootable image to USB option. Here you will need to perform several easy steps:
- Insert USB device and choose it in the program.
- Choose the bootable image you want to write. Use Browse� button to browse the iso file.
- Check Rewrite MBR option to create master boot record in the beginning of the USB device. In this case system will understand that the device is bootable. Be sure that WMI (Windows Management Instrumentation) service is switched on, because otherwiseRewrite MBR option may not work properly.
- Check Format option and choose the type of file system and the label of the volume.
- Check the available space on the inserted device.
- Click Start button to begin creating bootable USB or Home button to cancel this operation and return to the main window.
Wait a few seconds while DAEMON Tools Ultra is creating bootable USB. Click Hide button to open main program�s window. Later you will be able to expand Write bootable image to USB wizard by clicking on the Status Bar.Bootable USB was successfully created. Click Finish button to close wizard or Reopen Wizard button to create another one bootable USB. - Restart Your PC & Boot From Your Flash Drive . [WARNING IF DONE INCORRECTLY DAMAGE MAY NOT BE IRREVERSIBLE]
- Chose Option To Install Android on Your Hard Disk
- Now Select the 4GB Pendrive/Memory card from the menu. Choosing Hard disk may corrupt Your OS.
- Choose the option �Do Not Format�
- Next it will ask you to install GRUB? choose yes.
- The installation will begin and you will see a progress bar.
- If you the screen below, the installation is complete. Congratulations! Now you can run Android-x86.
- Choose The option to run it �RUN Android -86
- After that set date, time etc.
- Now Choose power off from top right hand side and shut it down.
- Next eject both the pen-drives and boot windows normally.
- Whenever you have to use Android on any system boot from the 4GB pendrive in which Android is installed!!!
How to install apps!!
- To install apps you can USE App stores (Like Google Play or Amazon App Store) or via APK File.
- To install APK
- Move APK file to the Pendrive in which Android is installed, While using windows OS (Obviously
)
- Now Boot PC Using Pendrive(Android)
- Open File Manage
- The check All the USB Ports.
- Any one of them will show you all the files on pendrive.
- Double click the apk file and if it shows the warning change the settings.
Downloads
Android Lollipop v5.0 Alpha.iso (250 MB)Android_x86-5.0.2.iso(332MB)android-Kitkat v4.4-RC2 Stable.iso(332MB)Daemon Tools Ultra Incl. PatchUnet Bootin App.rar (4 MB)
HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE
HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE

HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE
1) First go to�Google Drive�? Create a new folder ? Rename it ? Click on "Create and share".

2) Now click on Share folder icon ? click on "Change" to change the access for folder ? Set Visibility option "Public on the web" ? Click on "Save" ? and click on "Done".



3) Now upload your html files there. You can create another folder for your images and css files and upload these file in respective folders.

4) After uploading, click on your "index.html" file. You will see "Open" option at bottom of your right hand site. Click on it.

5) It will open your index.html file to another tab. To see your website click on "Preview" button.

Its done. If you want to share the link of your website, share the Preview URL to others which looks like this - "https://googledrive.com/host/...".
Notes:
1) Your home page must named as "index.html"2) Google dont provide DNS service to assign Domain name. So you cannot assign DNS based domain name for your hosted website. You can use URL forwarding for your website.
Thursday, December 14, 2017
How to Repair Pen Drive and deleting hidden files in USB free
How to Repair Pen Drive and deleting hidden files in USB free
How to Repair Pen Drive and deleting hidden files in USB free

repair pen drive software, repair pen drive tool, repair pen drive corrupted, repair pen drive boot sector, repair pen drive online, repair pen drive online free

repair pen drive software, repair pen drive tool, repair pen drive corrupted, repair pen drive boot sector, repair pen drive online, repair pen drive online free
Wednesday, December 13, 2017
How to recover deleted or lost files from Windows hard drive
How to recover deleted or lost files from Windows hard drive
Sometimes files may be deleted by us due to negligence which matters a lot for us and we do not want to lose them at any cost. If you have not made backup of your data then it can be lost permanently accidentally which later on becomes difficult restoring. The data which matters a lot is related with our business work and images. There are some of the methods and techniques by which you may get your data back but if there is no backup in your Windows then you may not get your data back. We know that�s the sad news but you can try these methods and there is the chance that you may reinstate your data. Some methods are very easy as you will see in this article, not requiring any tool but there are also some good tools or programs which can recover your lost data. So, if you are the victim of such a mishap then we will try our best and tell you how you can regain the data so that you may get out of that solution.
5 Methods How to recover deleted files
Go to Recycle Bin
Whenever any data is removed it is automatically transferred to the recycle bin which acts as a backup storage and whenever you want that data you can restore it from there. So, first check in the Recycle Bin and you may find the required data there.
Go to restore previous version
If you have saved the required data in any folder then you may find your data. How to recover the deleted files? Simply right click on that folder and click on �Restore previous version�. Your Windows might have saved the data and if it is restored then that copy is said to be the replica of the original one.
Use backup storage
Some people are habitual of making backup of their data using any kind of backup program. So, if you are one of them then you will surely get your data in the backup folder.
Use file recovery Software
Though file recovery Softwares do not have 100% chance to recover the data but some are known to be the best one. After going through such Softwares we found �Recuva Portable� program to be the best one. If you really want to get your data back then you must try this method also. It is very easy to use and portable.
Use data recovery services
If you do not find any of the above methods and still the lost data matters you a lot then your last chance is to hire the professional which you contact from any data recovery services. This will cost you but we do not recommend this methodology. Its upto you whether you want to use data recovery services or not.

Hope that you will all like our article about how to recover deleted files. If you fully restore your data then do share with us that which method let you do so. Also share your opinions with us in the below comment box and for more tips, updates and tech info keep visiting AndroidSega.
Subscribe to:
Posts (Atom)