Skip to main content

Posts

Showing posts from February, 2012

Customize your desktop

If you want to make your dekstop customized like this, then you are at the right place. You just want to download the software and files from the below links:   Rainmeter Skin Hanging Tags   Wallpaper Now install the rainmeter file. Just double-click the skin file and wait for a moment. Right click the Rainmeter icon on the taskbar and select Manage . A New Window will open as shown below. Then click on refresh all . Double-click .ini file inside skins on left side of the window in Skins tab.   Apply the wallpaper or else try yours. NJOY You can also edit the .ini files yourself to customize the skins....... Also there are lots of skins available over internet which you can manually download and install.

USB Boot Procedure

Simple step-by-step solution to create a bootable usb in cmd: 1)   Take a pen drive of more than 4gb . 2)   Now the most important step is to open cmd from start->search program and files->type cmd . 3)   Now in the new window, type diskpart and hit enter. 4)   Type the command list disk . Now, note the disk which have size identical to that of your pen drive. eg. disk 1. 5)   Type the command select disk 1 . 6)   Then type clean and hit enter. 7)   Just type create partition primary and press enter. 8)  Then run the command list partition . 9)  Type select partition 1 and hit enter. 10) Format it using the command format fs=ntfs . 11) Type the commands active , assign and exit in sequence. Now just copy all the files from Boot-able disc of  windows 7 to the pen drive and your pen drive is ready to be used as a boot-able device.

FreeBSD installation through USB

Simple steps to install FreeBSD : 1) Get your image file from "FreeBSD". 2) Now download and extract "Launchpad" for windows. 3) Double-click the Win32Disk Imager icon and start the program. 4) Verify if the drive shown under device is same to the drive with memory stick. 5) Now browse for the image of FreeBSD downloaded previously and click save to accept the image file. 6) Then click on write to start writing the image to the drive. 7) Finally reboot your system. During reboot set device priority through boot option and press F10(Exit saving changes).