Welcome Guest ( Login | Register )
        

««123»»

Windows 7 after installation problem Expand / Collapse
Author
Message
Posted 10/31/2009 7:38 AM


Senior Forum Moderator

Senior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum Moderator

Group: Moderators
Last Login: 8/9/2008 10:14 AM
Posts: 35,658, Visits: 54,734
Did you actually try this:
http://tweaks.com/forum/Topic254639-90-1.aspx


If you try the following you should create a new System Restore point first,just as a precaution.
The following batch file presumes you have Win 7 installed on drive C:\
Copy and paste ALL the following text in the Quote box below into Notepad.
Click on Start/All Programs/Accessories/Notepad.
Click on File(in the menu at the top)>Save as../Save as Type: 'All Files' /File name: del.bat to your desktop.
Then double click on del.bat on your desktop .
Follow the prompts,restart your pc when you've done.

@echo off
set drv=c:\
attrib -A -H -S -R %drv%\Windows.old
attrib -A -H -S -R %drv%\Windows.old.000
attrib -A -H -S -R %drv%\Windows.old.001
del \\.\%drv%\Windows.old
del \\.\%drv%\Windows.old.000
del \\.\%drv%\Windows.old.001
rd %drv%\Windows.old
rd %drv%\Windows.old.000
rd %drv%\Windows.old.001


If the above didn't work you may want to try deleting the folders using the limited trial of DelinvFile (4.03):
http://www.purgeie.com/delinv/


___________________________________________________________





  Post #254719
 
Posted 10/31/2009 1:41 PM


Associate Member

Associate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate Member

Group: Forum Members
Last Login: 7/13/2008 8:00 AM
Posts: 359, Visits: 521
Sorry, neither the batch program nor the linked download worked. The three folders remain in place. I tried resetting the various attributes to the bottom sub-folders in each folder to see if I could do it the hard way. No luck there either. However when I try to reset the attributes it shows scrolling through a long list of files and then returns with the same message that the folder/files is/are not located on the C: drive. They may not be on the C: drive but they sure show up in the C: drive directory structure right after the normal "Windows" entry. Thanks to all for trying.

AMD Phenom II X6 1055T
4gb Ram
Windows 7 Home Premium 64bit
HP w2207 Monitor
24X Dual Layer Optical Drive
Nvidia GeForce HD N460 GTX 1GB
...and a Keurig poised ready for a quick cuppa.
  Post #254722
 
Posted 10/31/2009 4:54 PM


Senior Forum Moderator

Senior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum Moderator

Group: Moderators
Last Login: 8/9/2008 10:14 AM
Posts: 35,658, Visits: 54,734
Try this:
Download OTM by OldTimer,save it to your desktop.
* Double-click OTM.exe to run it. (Note: If you are running on Vista/Win 7, right-click on the file and choose Run As Administrator).
* Copy ALL the text in the code box below to the clipboard by highlighting ALL of it and pressing CTRL + C (or, after highlighting, right-click and choose Copy):

:Files
C:\Windows.old
C:\Windows.old.000
C:\Windows.old.001

* Return to OTM, right click in the "Paste Instructions for Items to be Moved" window (under the yellow bar) and choose Paste.
* Click the red Moveit! button.
* Copy everything in the Results window (under the green bar) to the clipboard by highlighting ALL of it and pressing CTRL + C (or, after highlighting, right-click and choose copy), and paste it in your next reply.
* Close OTM

Note: If a file or folder cannot be moved immediately you may be asked to reboot the machine to finish the move process.
If you are asked to reboot the machine choose Yes.


___________________________________________________________





  Post #254725
 
Posted 11/1/2009 8:30 AM


Associate Member

Associate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate Member

Group: Forum Members
Last Login: 7/13/2008 8:00 AM
Posts: 359, Visits: 521
RichieUK:.....
I D/L'd the OTM utility, ran it as instructed and checked my directory for results. I now have only one of the three folders left, the "Windows.old" folder. After a reboot (cannot be moved immediately), I ran OTM one more time using only the following

:Files
C:\Windows.old

this is what comes up in the window under the green bar

========== FILES ==========
File/Folder C:Windows.old not found.

OTM by OldTimer - Version 3.0.0.6 log created on 11012009_091431

JFI, trying the to delete the folder continues to bring up the "not found" reply. I hope that by running OTM the second time I have not caused a problem in continuing this process.


AMD Phenom II X6 1055T
4gb Ram
Windows 7 Home Premium 64bit
HP w2207 Monitor
24X Dual Layer Optical Drive
Nvidia GeForce HD N460 GTX 1GB
...and a Keurig poised ready for a quick cuppa.
  Post #254730
 
Posted 11/1/2009 9:23 AM


Senior Forum Moderator

Senior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum Moderator

Group: Moderators
Last Login: 8/9/2008 10:14 AM
Posts: 35,658, Visits: 54,734
Try this:
First backup the registry using ERUNT,registry Backup and Restore for Windows NT/2000/2003/XP/Vista/Win 7.

Then run the following registry fix which will add "Take Ownership" to the right click context menu for folders and files.
Then right click on "Windows.old" and select "Take Ownership".
Allow the command to run until its finished,then try deleting the Windows.old folder again.

Copy and paste ALL the following text in the code box below into Notepad.
Click on Start/All Programs/Accessories/Notepad.
Click on File(in the menu at the top)>Save as../Save as Type: 'All Files' /File name: fix.reg to your desktop.
Then double click on the fix.reg file on your desktopand agree to merge the information into the registry,then restart your pc.

REGEDIT4
[HKEY_CLASSES_ROOT\*\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\exefile\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\exefile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\dllfile\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\takeownership]
@="Take Ownership"
"HasLUAShield"=""
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\takeownership\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"


___________________________________________________________





  Post #254733
 
Posted 11/2/2009 3:37 PM


Associate Member

Associate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate Member

Group: Forum Members
Last Login: 7/13/2008 8:00 AM
Posts: 359, Visits: 521
Ran the erunt and fix as detailed in your post. The "Windows.old" folder still remains. I have attached a jpg of the error message that I receive.


AMD Phenom II X6 1055T
4gb Ram
Windows 7 Home Premium 64bit
HP w2207 Monitor
24X Dual Layer Optical Drive
Nvidia GeForce HD N460 GTX 1GB
...and a Keurig poised ready for a quick cuppa.
  Post #254762
 
Posted 11/2/2009 3:42 PM


Senior Forum Moderator

Senior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum Moderator

Group: Moderators
Last Login: 8/9/2008 10:14 AM
Posts: 35,658, Visits: 54,734
I have attached a jpg of the error message that I receive.

I can't see that attachment Alfred.
Zip the file up and add it as an attachment to your next reply.
If you're not sure how to add an attachment,this topic should help:
http://tweaks.com/forum/Topic227721-11-1.aspx


___________________________________________________________





  Post #254763
 
Posted 11/3/2009 6:16 AM


Associate Member

Associate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate MemberAssociate Member

Group: Forum Members
Last Login: 7/13/2008 8:00 AM
Posts: 359, Visits: 521
I think the attachment problem had to do with size. I have resized it again and hopefully the forum will accept it this time.

AMD Phenom II X6 1055T
4gb Ram
Windows 7 Home Premium 64bit
HP w2207 Monitor
24X Dual Layer Optical Drive
Nvidia GeForce HD N460 GTX 1GB
...and a Keurig poised ready for a quick cuppa.


  Post Attachments 
WindowsOld.jpg (4 views, 83.88 KB)
  Post #254777
 
Posted 11/3/2009 10:02 AM


Senior Forum Moderator

Senior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum ModeratorSenior Forum Moderator

Group: Moderators
Last Login: 8/9/2008 10:14 AM
Posts: 35,658, Visits: 54,734
Ok,i'm just about out of idea's with this one Alfred,you may decide just to live with it,or you could try the following but it does involve some work,its up to you of course.
If you decide to give it a go then here goes.

Download Linux Ubuntu 9.10:
http://www.ubuntu.com/getubuntu/download
When the download has finished you need to burn the image to cd using Nero or any other .ISO burning capable software.

Configure your computer to start from the CD-ROM drive.
Boot into the Bios and set your CD-Rom drive as first boot device.
For more information about how to do this,refer to your computer's documentation or contact your computer manufacturer.

Insert the Ubuntu 9.10 cd you've just created into the cd-rom drive and restart your pc.
On the opening screen,select your language and press Enter.
On the next screen you MUST make sure "Try Ubuntu Without Any Change To Your Computer" IS highlighted,then press Enter.
Now wait until the Ubuntu desktop loads up,this shouldn't take long,just a few minutes.

Once the desktop has loaded double click on the "Examples" folder.
Under "Places" in the left hand column,double click on the drive containing the "Windows.old" folder.
The File Browser will then open,navigate to "Windows.old",right click on it and select "Move to Trash",then exit the File Browser.
Once you've finished,click on the Ubuntu shutdown icon at the top right of the desktop and select "Shutdown" from the menu,remove the cd from the cd-rom drive,follow the prompts.


___________________________________________________________





  Post #254778
 
Posted 11/3/2009 10:03 PM


Site Owner

Site OwnerSite OwnerSite OwnerSite OwnerSite OwnerSite OwnerSite OwnerSite OwnerSite OwnerSite Owner

Group: Administrators
Last Login: 7/13/2008 8:04 PM
Posts: 636, Visits: 1,809
You could try opening up an Administrative level command prompt and run chkdsk /r to make sure the disk and file system are ok.

After that you should be able to take ownership of the folder and then give yourself full permissions and then just delete it.



  Post #254783
 
« Prev Topic | Next Topic »


««123»»

All times are GMT -6:00, Time now is 7:45am

Powered By InstantForum.NET v4.1.4 © 2012
Execution: 0.142. 11 queries. Compression Disabled.