![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#21 (permalink) |
|
Tech Hardware Team
Join Date: Oct 2008
Location: Chicago, IL.
Posts: 3,697
OS: XP Pro SP3, MCE 2005 sp3, Vista Ultimate SP2, Windows 7 Ultimate
|
Re: rundll32 and Win32 applications
Thank You JcGriff2 well appreciated here.
__________________
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#22 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
ok so in my recovery center a couple options and im not 100% sure on which to do. i have restore programs and drivers which re installs factory programs and drivers, restore my c drive and restore complete system. i know the complete would probably be the best but would restore my c drive be all i need?
|
|
|
|
|
|
#23 (permalink) |
|
Tech Hardware Team
Join Date: Oct 2008
Location: Chicago, IL.
Posts: 3,697
OS: XP Pro SP3, MCE 2005 sp3, Vista Ultimate SP2, Windows 7 Ultimate
|
Re: rundll32 and Win32 applications
Restore compete system.
Let us know how it goes and if you need any more help?
__________________
|
|
|
|
|
|
#25 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
alright i did the recovery and everything seems to be ok except for one thing. i had an encrypted file that i had saved to my external hard drive. when i tryed to copy it back it says i can not access it and dont have privileges. i just used the encrypt contents to secure data feature but now i cant open it. anyway around this?
|
|
|
|
|
|
#26 (permalink) |
|
Tech Hardware Team
Join Date: Oct 2008
Location: Chicago, IL.
Posts: 3,697
OS: XP Pro SP3, MCE 2005 sp3, Vista Ultimate SP2, Windows 7 Ultimate
|
Re: rundll32 and Win32 applications
Did you back up the certificate and key also for the encrypted file?...
__________________
|
|
|
|
|
|
#28 (permalink) |
|
Moderator, Microsoft Supp
Join Date: Sep 2007
Location: Palm Springs, California / Southern New Jersey
Posts: 10,054
OS: Windows 7, Vista Ultimate
|
Re: rundll32 and Win32 applications
Was the external drive FAT32?
The security key would have been backed up prior to the re-install of the OS. |
|
|
|
|
|
#30 (permalink) |
|
Moderator, Microsoft Supp
Join Date: Sep 2007
Location: Palm Springs, California / Southern New Jersey
Posts: 10,054
OS: Windows 7, Vista Ultimate
|
Re: rundll32 and Win32 applications
If it was FAT32, I would say not a chance in hell b/c file permission settings stay within NTFS - as far as I have ever tested.
Have you used line item cmds takeown & icacls to try and break the drive open? Have you logged onto the hidden admin account & tried to access the drive? jcgriff2 . |
|
|
|
|
|
#31 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
i just tried logging on to the hidden admin account and tried to open the file but no success. what are some cmd takedowns and icacls i could try? i'm not familiar with them.
|
|
|
|
|
|
#32 (permalink) |
|
Moderator, Microsoft Supp
Join Date: Sep 2007
Location: Palm Springs, California / Southern New Jersey
Posts: 10,054
OS: Windows 7, Vista Ultimate
|
Re: rundll32 and Win32 applications
Hi -
That is odd that the hidden admin account is denied access. Instead of fooling with the takeown & icacls line commands, add takeown & icacls to your context menu (right-click), copy ALL in the code box below, paste it into a Notepad, save it as takeown.reg. Then 2x-click on takeown.reg to merge it with the registry. Then go to the item in question, right-click and you will see 'Take Ownership" - select it. You (should) now have permission. Be wary as to exactly what it is that you take ownership of. Vista does check file ownership depending on what updates or ?? it is doing. Good Luck to you. Regards. . . jcgriff2 . Take Ownership Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\runas] @="Take Ownership" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\*\shell\runas\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\runas] @="Take Ownership" "NoWorkingDirectory"="" [HKEY_CLASSES_ROOT\Directory\shell\runas\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" Last edited by jcgriff2; 11-06-2009 at 08:42 PM. |
|
|
|
|
|
#33 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
i thought for sure that was going to work but it didn't :-( i tried it on the hidden account as well. after i click take ownership the cmd flashes but still can't open. any other things i can try?
|
|
|
|
|
|
#34 (permalink) |
|
Moderator, Microsoft Supp
Join Date: Sep 2007
Location: Palm Springs, California / Southern New Jersey
Posts: 10,054
OS: Windows 7, Vista Ultimate
|
Re: rundll32 and Win32 applications
This may sound ridiculous, but do you have an XP system handy?
I have seen "unaccessible" files by Vista or Windows 7 accessed with ease in XP. If you can access them, copy them to a FAT32 formatted drive, then bring them into Vista. jcgriff2 . |
|
|
|
|
|
#35 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
tried to copy it to a FAT32 drive on xp but no luck. i tried this program called Advanced EFS Data Recovery which is suppose to recover EFS files but it's unable to decrypt. ugh
|
|
|
|
|
|
#36 (permalink) |
|
Tech Hardware Team
Join Date: Oct 2008
Location: Chicago, IL.
Posts: 3,697
OS: XP Pro SP3, MCE 2005 sp3, Vista Ultimate SP2, Windows 7 Ultimate
|
Re: rundll32 and Win32 applications
See if one of these selections help you in decrypting the file:
http://www.google.com/search?hl=en&s...&aq=f&oq=&aqi=
__________________
|
|
|
|
|
|
#37 (permalink) |
|
I helped the forums.
Join Date: Sep 2009
Posts: 47
OS: Vista Ultimate
|
Re: rundll32 and Win32 applications
tried several programs to try to decrypt it but none work. some ask for a pas phrase which i don't have cause its efs. i read some people saying that if you don't have the certificate you're out of luck. i guess that's true :-\
|
|
|
|
|
|
#38 (permalink) |
|
Tech Hardware Team
Join Date: Oct 2008
Location: Chicago, IL.
Posts: 3,697
OS: XP Pro SP3, MCE 2005 sp3, Vista Ultimate SP2, Windows 7 Ultimate
|
Re: rundll32 and Win32 applications
Right, my thought on this also. Certificate and key in NTFS.
When I encryted file the first thing that happened is a popup box came up asking to backup certificate and key. However if you were going to reinstall windows then you would of needed to also copy the certificate and key with the encrypted file so then it could be accessed at a later point.
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|