Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Sunday, 20 November 2011

Format ur PC using pendrive


How To Format PC using Pendrive

Before You Continue you need to know that your pendrive is empty/formatted and dont do just copy WindowCD files from a folder or CD to Pen Drive.
there is software who will take care of it.

Second Thing Is You Must Know Your System Support USB Booting Or Not!
Select USB Priority First So That On Booting ,It Will USB Boot Prior to HardDisk
Now just follow below Steps...

(I am using word WindowCD which means is any of your OS CD/OS File,you can use this process for any OS )

1. Download WinSetupFromUSB and  install it.

Unable to Find : Download it From here



2.So Where You Have Your WindowCD file Have window CD?or an?ISO of it?

If you have iso file of window then you need to extract it.

3.Now Plugin your Pen Drive,run WinSetupFromUSB,
Select output as pendrive
and browse WindowFile(where you have extracted iso file or where you have saved all file of windowCD)

["Now If You Get Any Error In This Stage,Like "FAT May Cause Error" ,It Means You Must Format Your PEN DRIVE as File System NTFS (also Format Complete More Speedly In  NTFS ).

As Below Images






4. Clik GO


For XP Use Top One Browse Source..............For Vista Or Window 7 Use To Tick And Add Source Where I've Selected H:/ as My Source
5. Done.

Saturday, 19 November 2011

Error 80070005


The error code 80070005 usually means that you do not have enough permission to install updates.

First please confirm you have logged on an account with administrative privileges.

If the issue still occurs, lets’ try the following method to reset the permissions:

1. Download the subinacl.msi file from the following link and save the installation patch onto the Desktop:


2. Go to the Desktop and double click the downloaded file.
3. Select the C:\Windows\System32 folder as the Destination Folder during the installation. Later we will use this tool to reset the permission settings on the current machine.



 

Note: If the UAC (User Account Control) window is prompted for permission to continue, please click Continue.

4. Click Start, in the Start Search bar, type: "notepad" (without quotes) and press Enter.
5. Copy the following commands and then paste them into the open Notepad window:

@echo off

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f

@Echo =========================
@Echo Finished.
@Echo =========================
@pause

6. After pasting the above commands, please close the Notepad window. Choose Save when you are prompted to save the file. Type "reset.bat" as the file name and choose Desktop from the left panel as the save location.
7. Refer to the Desktop and right click the reset.bat file, and then choose "Run as administrator."
8. You will see a DOS-like window processing.

Note: It may take several minutes. Please be patient. When it is completed, you will be prompted with the message: "Finished, press any key to continue".

Try to install the updates again.

This issue can be also caused by third-party security programs such as firewalls and anti-virus software. You can disable or remove them to check the issue.

Let us know how is goes

Print Only Grid View in ASP.net

ASP.net How to Print Only GridView < div id ="gridviewDiv" >   < asp:GridView ID ="gridViewToPri...