Cara memperbaiki "C:\ Is not accessible Access denied " TANPA INSTALL ULANG 100%
(hardisk) :\ Is not accessible access denied biasanya terjadi akibat drive tersebut terkunci sehingga tidak bisa terbuka oleh siapapun juga. Drive terkunci...
Tempat Segala Ilmu Hacking dan Komputer dari A-Z
1. Buka my computer
2. Klik kanan pada drive yang error
3. Pilih Properties - security - advanced - klik add
4. pilih "select of principal" lalu pada textbox isikan "everyone" seperti gambar
5. centang semuanya kecuali only apply bla bla, seperti gambar dibawah !! Lalu klik OK
6. Setelah itu centang "replace all child..." setelah itu klik OK
5. Jika ada pilihan messagebox, klik YES saja
Public Function readfile3(ByVal path As String) As StringOh iya untuk tambahan, sebenarnya pada saat membaca file sebaiknya hasil string tersebut di masukan ke dalam variable string, agar program tidak terlalu lag. Yang sering terjadi adalah kita langsung memasukan ke richtextbox/textbox. Hal tsb sangat membuang2 waktu program untuk setiap kalinya harus mengupdate richtextbox/textbox tsb. Sehingga saya sarankan untuk memakai variable string saja..
Dim file As New FileInfo(path)
Dim str As New StringBuilder
Dim strfix As String = ""
Try
Using reader As StreamReader = file.OpenText()
While Not reader.EndOfStream
Dim nextLine As String = reader.ReadLine().ToLower
str.Append(nextLine)
End While
End Using
Catch ex As Exception
MsgBox(ex.Message)
End Try
strfix = str.ToString()
Return strfix
End Function
Windows (3236) Windows: Error -1811 occurred while opening logfile C:\ProgramData\Microsoft\Search\Data\Applications\Windows\MSS001DF.log.
-----------------------------------------------------------
The Windows Search Service cannot open the Jet property store.
Details:
0x%08x (0xc0041800 - The content index database is corrupt. (HRESULT : 0xc0041800))
-----------------------------------------------------------
The search service has detected corrupted data files in the index {id=4700}. The service will attempt to automatically correct this problem by rebuilding the index.
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
------------------------------------------------------------
The Windows Search Service is being stopped because there is a problem with the indexer: The catalog is corrupt.
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
------------------------------------------------------------
The Windows Search Service cannot load the property store information.
Context: Windows Application, SystemIndex Catalog
Details:
The content index database is corrupt. (HRESULT : 0xc0041800) (0xc0041800)
-------------------------------------------------------------
The plug-in in Search.JetPropStore cannot be initialized.
Context: Windows Application, SystemIndex Catalog
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
--------------------------------------------------------------
The plug-in in Search.TripoliIndexer cannot be initialized.
Context: Windows Application, SystemIndex Catalog
Details:
Element not found. (HRESULT : 0x80070490) (0x80070490)
---------------------------------------------------------------
The gatherer object cannot be initialized.
Context: Windows Application, SystemIndex Catalog
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
----------------------------------------------------------------
The application cannot be initialized.
Context: Windows Application
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
----------------------------------------------------------------
The index cannot be initialized.
Details:
The content index catalog is corrupt. (HRESULT : 0xc0041801) (0xc0041801)
CheckForIllegalCrossThreadCalls = False