Black screen with cursor insolvent

Lead Foot

New member
Local time
1:35 AM
Messages
4
So I've read through what seems like 100s of threads about the black screen with cursor. No task manager access, same problem in safe mode and even repair mode. I have not been able to fix this and I need it fixed desperately.

This is an Asus notebook running 7 Home, 64 bit.
2 days ago I reformatted and restored the pc using the discs I made. Everything went great. I took out the HD and plugged it directly into my desktop to transfer all my files back onto it. Got everything done except music. Put the HD back in the note book and used it for 2 days. Worked fine. Took the HD back out and plugged it into my desktop again. Transferred 25gb of music into the my music folder. Put the HD back in the notebook. It started up but wouldn't open iTunes. I thought maybe I should restart it. So I restarted it and it went crazy going through what seemed like every file on the machine. Invalid security id, deleting security id, replacing security id, and so on. I left it alone for a good hour or 2. Can back to the black screen with while cursor no matter what I do. I need this computer for work. PLEASE HELP!!

Thank you.
 

My Computer

OS
Windows 7 home 64
Oops. The title is supposed to say UNSOLVED. Stupid iPhone autocorrect.
 

My Computer

OS
Windows 7 home 64
Over 200 views and no help? Really? Anyone that has any info. Please.
 

My Computer

OS
Windows 7 home 64
Somebody please help me. I believe this is a permissions issue since the last thing it was doing was changing security after restart. I'm trying to use ICACLS c:\windows\system32 /reset /T /C /L /Q To reset all the permissions in the system folder but I keep getting access denied and failed to process. I tried takeown /F c:\windows\system32 and it says success for that folder but then I try ICACLS again and it still is access denied.... Ugh so frustrated right now.
 

My Computer

OS
Windows 7 home 64
You may have better luck editing permissions in the http://www.sevenforums.com/tutorials/668-system-recovery-options.html after signing in with your administrative user.

To get to those options, use the http://www.sevenforums.com/tutorials/666-advanced-boot-options.html to select Repair Your Computer. Then run a command prompt and run icacls.
Code:
icacls %SystemRoot%\system32 /t /c /q /grant TrustedInstaller:(F)
icacls %SystemRoot%\system32 /t /c /q /grant SYSTEM:(M)
icacls %SystemRoot%\system32 /t /c /q /grant SYSTEM:(F)
icacls %SystemRoot%\system32 /t /c /q /grant Administrators:(M)
icacls %SystemRoot%\system32 /t /c /q /grant Administrators:(F)
icacls %SystemRoot%\system32 /t /c /q /grant Users:(RX)
icacls %SystemRoot%\system32 /t /c /q /grant Users:(GR,GE)
icacls %SystemRoot%\system32 /t /c /q /grant "CREATOR OWNER":(F)
where %SystemRoot% may need to be replaced by the path to your Windows folder. Note: This will not be X:\Windows and may be C:\Windows, D:\Windows, E:\Windows, etc. depending on how your system is partitioned. Change to each letter and run the dir command. i.e.
Code:
C:
dir
D:
dir
E:
dir
etc. until you find the Windows directory with System32 inside.
 

My Computer

Computer Manufacturer/Model Number
HP Pavilion e9110t
OS
Windows 7 Home Premium 64 Bit
CPU
Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
Motherboard
Pegatron IPIEL-LA3
Memory
6.00 GB Hundai HMT125U6BFR8C-H9
Graphics Card(s)
ATI Radeon HD 4850
Sound Card
Realtek High Definition Audio/ATI High Definition Audio
Monitor(s) Displays
Acer AL2216W
Screen Resolution
1680x1050
Hard Drives
Hitachi HDP725050GLA360 ATA Device 500 GB
PSU
Unknown/installed by HP
Case
HP generic case
Cooling
Intel Stock Cooling
Keyboard
HP Keyboard
Mouse
HP Mouse
Internet Speed
Download: 19.15 Mbps Upload: 1.67 Mbps
Other Info
Network Adapter Realtek RTL8168D/8111D Family PCI-E Gigabit Ethernet NIC (NDIS 6.20)
Network Adapter 802.11n Wireless PCI Express Card LAN Adapter
Back
Top