1 / 8

Registrai

Algirdas Dumskis IT3. Registrai. R egistrai. Microsoft kompiuterinių terminų žodyne :

kaseem-bond
Download Presentation

Registrai

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AlgirdasDumskis IT3 Registrai

  2. Registrai • Microsoft kompiuterinių terminų žodyne: • Pagrindinė hierarchinė duomenų bazė, naudojama Microsoft Windows 9x, Windows CE, Windows NT ir Windows 2000, kurioje saugoma informacija, reikalinga konfigūruojant sistemą vienam ar keliems vartotojams, programoms ar techninei įrangai.  • Kitaisžodžiaispasakius: • Registras yra sistemos Windows duomenų bazė, kurioje yra svarbi informacija apie sistemos aparatūrą, įdiegtas programas ir parametrus, bei visų vartotojo abonementų profilius kompiuteryje.

  3. Šakniniai raktai • HKEY_LOCAL_MACHINE (HKLM); • HKEY_CURRENT_USER (HKCU); • HKEY_USERS (HKU); • HKEY_CLASSES_ROOT (HKCR); • HKEY_CURRENT_CONFIG (HKCC).

  4. Raktai ir subraktai

  5. Reikšmės Pagrindiniaireikšmių tipai: REG_SZ REG_MULTI_SZ REG_EXPAND_SZ REG_BINARY REG_DWORD REG_QWORD HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders

  6. Registrų redagavimas • RegEdit.exe • *.reg failai • PowerShell • C++ • C# • Irkt.

  7. Registrų redagavimas naudojant C++ LONG WINAPI RegOpenKeyEx( _In_ HKEY hKey, _In_opt_    LPCTSTR lpSubKey, _Reserved_  DWORD ulOptions, _In_        REGSAM samDesired, _Out_       PHKEY phkResult ); LONG WINAPI RegSetValueEx( _In_        HKEY hKey, _In_opt_    LPCTSTR lpValueName, _Reserved_  DWORD Reserved, _In_        DWORD dwType, _In_        const BYTE *lpData, _In_        DWORD cbData );

  8. Ačiū už dėmesį!

More Related