Leaderboard
Popular Content
Showing content with the highest reputation on 02/13/2011 in all areas
-
1 point
-
How To Install Windows 7 Or Windows Vista Via USB
NIM reacted to Makcalable for a topic
How To Install Windows 7 Or Wondows Vista Via USB; USB Flash Drive (Minimum 4GB) Windows 7 or Vista Follow the simple steps below to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily. 1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system. 2. Open Command Prompt as administrator. 3. Type in the following commands in the command prompt: Type DISKPART and hit enter to see the below message. Next type LIST DISK command and note down the Disk number of your USB flash drive. 4. So below are the commands you need to type and execute one by one: SELECT DISK 3 CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 ACTIVE FORMAT FS=NTFS (The Format Process Should Only Take Few Minutes) ASSIGN EXIT Do not close the command prompt as you will need to execute one more command at the next step so Just minimize it for now. 5. Now insert your Windows7 or Vista DVD into the your drive and check the drive letter of the DVD drive. Lets assume that your DVD drive letter is "E" and your USB drive letter is "I" 6. Maximize the minimized Command Prompt and type in the following command now: E: CD BOOT and hit enter. Where "E" is your DVD drive letter. CD BOOT and hit enter to see the below message. 7. Type another command given below to update the USB drive with BOOTMGR compatible code. BOOTSECT.EXE /NT60 I: Where "I" is your USB drive letter. 8. Copy your Windows 7/Vista DVD contents to the USB flash drive. 9. The only thing you need to change now is the boot priority in the BIOS to USB from the HDD or CD ROM drive. Thats it now complete, now you can install your windows 7 or Vista from your USB! Enjoy!1 point -
Rebuiding Icon Cache For Windows Vista & 7
NIM reacted to Makcalable for a topic
Rebuiding Icon Cache For Windows Vista & 7 Ok, if you are having problems with an icon that is blank or looking kinda odd for program you have installed on you pc, try uninstalling the offending program and then re install it, this will fix the issue normally. However, sometimes it isn't that easy when a lot or all icons are blank. This is due to the icon cache being corrupted which can be caused by a number of things. This will help guide you on how to correct your issue regarding blank icons by Deleting & rebuilding the icon cache; Ok, to be able to rebuild the icon cache you will need to locate and delete the file which will be hidden by default. (step 1) Firstly open Computer by going to > Start > Computer Is Located On Right Side of Menu; (step 2) In the new Window Click Tools from the Menu > Select Folder Option; (step 3) Now click the View tab > Select Show Hidden Files Folders and Drives and click Apply; (step 4) Now go to computer as you did in step 1 then type in the address bar > %username%\AppData\Local and press Enter: Now locate the Icon Cache File and simply delete it; Now all you need to do now is restart your PC and this will automatically rebuild the Icon Cache to its normal self. Thats it done, all your icons should be displayed as normal. Hope you found this useful!1 point -
Identify & Resolve Issues In Windows
NIM reacted to Makcalable for a topic
If you are finding you have some issues in Windows like slow startUp/slow shut down/error's/generally running slow/driver's not working correctly/corrupt files/ etc.... then take a look at the brief list of things below to try and resolve any issues; This is just a brief discription of how to run these tools that are built into the windows system. Event Viewer = Start >Type in Search Box > eventvwr.msc Hit enter This will show you the Event Viewer log, you can view the scan results of Check Disk scan and in Windows 7 and Vista and also show applications & services logs too. Performance Report = Start >Type in Search Box > perfmon /report Hit enter This report will include a whole load of things about how your system is running and show any issues, here are just a few of them: Diagnostic Results Warnings, Performance, Software Configuration, OS Checks, Security Center Information, System Services, Startup Programs Disk, Hot files, Disk breakdown, Physical disk, NTFS Performance, CPU, Process, Service, Services, System, Hardware Configuration, Disk Checks, Systems, Desktop Rating, BIOS, Devices Memory, Processes, Counters,Network Device Manager = Start >Type in Search Box > devmgmt.msc Hit enter If you are experiencing driver issues of some sort and/or not working properly you can go to the Device Manager to look for any discrepancies by looking for Yellow Exclamation marks next to the driver info. System File Checker = Open Command Prompt As Administrator & Type sfc /scannow Hit enter The System File Checker will look for any system files/.dll file's that are corrupt and will attempt to fix these normally following a re start of your computer. This can also be run in safemode too by selecting Safemode with command prompt privilage. Microsoft System Configuration Utility = Start > Type in Search Box > msconfig Hit enter msconfig allows you to disable some of the unnecessary programs that automatically load on startup, disabling these programs will help your computer boot faster and crash less and help in identifying any issues. Windows Memory Diagnostics = Start > Type in Search Box > memory Hit enter The windows memory diagnostics includes a set of memory tests so if you are experiencing problems while running Windows you can use the diagnostic to determine whether the problems are caused by failing hardware, such as Ram or evn the memory system of your motherboard. Check Disk = Start > Type in Search Box > chkdsk Hit enter Chkdsk analyzes the physical structure of a disk to make sure that it is healthy and It can repair problems related to bad sectors, lost clusters, and directory errors. These types of problems can be caused in many different ways ie. System crashes or freezes, power glitches, incorrectly turning off a computer can also cause corruption in the system files etc.. Hope You Found This Useful!1 point