OS - Windows

Depanare VPN 4 Solutii

instalare printer 50 Solutii

Optimizare pc 50 Solutii

Optimizare PC 103 Solutii

Scanare cu malwarebyte 4 Solutii

shareuire si mapare 15 Solutii

adaugare la domeniu 5 Solutii

Migrare profil 9 Solutii

Instalare/reinnoire certificate 2 Solutii

Personalizare sistem operare 274 Solutii

Configureaza si verifica setarile de boot 11 Solutii

Transfer de date 21 Solutii

Configurare OS 109 Solutii

Reparare OS 47 Solutii

Punct de restaurare OS 8 Solutii

Windows Event Viewer 6 Solutii

Reinstalare/reconfigurare VPN 8 Solutii

Optimizare client e-mail 12 Solutii

Optimizare PC 30 Solutii

Optimizare PC 20 Solutii

Reinstalare / Reconfigurare VPN 6 Solutii

Reinstalare OS 32 Solutii

Reparare sistem de operare 45 Solutii

Programare sistem operare 12 Solutii

Puncte de restaurare sistem de operare 14 Solutii

Instalare imprimanta 44 Solutii

Mapare si partajare 13 Solutii

Modificari firewall 12 Solutii

Migrare profil 8 Solutii

Transferuri de date 33 Solutii

Upgrade sistem operare 12 Solutii

Windows Event Viewer 7 Solutii

Verificare HDD 32 Solutii

Spatiu partitie 31 Solutii

Scanare cu MalwareBytes 5 Solutii

Setari servicii sistem operare 42 Solutii

Setari retea sistem operare 25 Solutii

Setari partitii 19 Solutii

Actualizare sistem operare 15 Solutii

Clonare HDD 11 Solutii

Compatibilitate program 13 Solutii

Instalare / Reinnoire Certificate 6 Solutii

Configurare si verificare setari de BOOT 15 Solutii

Configurare Sistem de operare 1430 Solutii

Identificare DLL-uri lipsa 2 Solutii

Depanare 1024 Solutii

Editarea politicilor de grup ale sistemului de operare 13 Solutii

Drivere 50 Solutii

How to validate digital signature in a PDF

  1. Open the digitally signed PDF that you need to validate using Power PDF.
  2. Locate the digital signature object within the document.
  3. Right click or command-click on the signature object.
  4. Select “Verify Signature” from the context menu.
  5. Power PDF automatically checks the information behind the signature and displays a message saying “Signature Valid” if the document remains in its original form.

Repeat steps 3 and 4 as needed with any other signatures in the document. If Power PDF displays “Signature Validity Unknown,” you should proceed to verify the integrity of the document with the original signer.

Click the “Verify Identity” to check for contact information and to match signature certificate numbers. You may need to contact the signer directly for additional information.

[mai mult...]

How to silently install an .EXE file?

1. Check if setup.exe has some install parameters by calling the setup.exe in a cmd and typing in the /? or /help. This will usually open a help/usage message box.

Setup.exe /? /help
//cmd photo of msg box

2. Access the vendor’s application support page or forum. There, you may find what install parameters the application supports and it might also give you full silent install instructions. That is if the vendor decided to create a support page.

3. If none of the above methods work, you could open the setup.exe by double-clicking on it until you see the installation wizard. Usually, in the installation wizard, you can notice which tool/packaging program was used to package the installer. With this information, you can go to the official website of the tool and search for the default installation parameters.

[mai mult...]

How to silently install an MSI package

MSI stands for Microsoft Installer and it’s the Windows standard installer format. It uses msiexec.exe to install the setup and accepts the standard MSI parameters. MSI’s silent install standard parameters are as follows:

  • /quiet – quiet mode (there is no user interaction)
  • /passive – unattended mode (the installation shows only a progress bar)
  • /q – set the UI level:
  • n – no UI
  • n+ – no UI except for a modal dialog box displayed at the end.
  • b – basic UI
  • b+ – basic UI with a modal dialog box displayed at the end. The modal box is not displayed if the user cancels the installation. Use qb+! or qb!+ to hide the [ Cancel ] button.
  • b- – basic UI with no modal dialog boxes. Please note that /qb+- is not a supported UI level. Use qb-! or qb!- to hide the [ Cancel ] button.
  • r – reduced UI
  • f – full UI

A regular command line to silently install an MSI should look like this:

 Msiexec /i <applicationname.msi> /qb! /l*v install.log
[mai mult...]

Ce este nou in Microsoft Outlook

Microsoft a lansat în urma cu putin timp prima versiune a aplicației sale de e-mail Outlook pentru Windows, dar aceasta avea multe limitări. Încă nu este pregătită să înlocuiască Outlook.

Noul Outlook se bazează pe aplicația web (cunoscută și sub numele de Outlook.com) și va ajunge probabil și pe alte platforme în viitor. Cu toate acestea, în versiunea inițială de testare lipseau multe funcții (offline, reordonarea dosarelor, IMAP, POP etc.) și era compatibil doar cu conturile Microsoft 365 gestionate de o organizație. Dacă nu aveai un cont Microsoft furnizat de locul de muncă, nu puteai nici măcar să îl încerci.

Microsoft implementează un buton “noul Outlook” în aplicația Outlook actuală pentru a trece de la o versiune la alta, iar un comutator similar va apărea în curând în aplicațiile Windows Mail și Calendar pentru Windows Insider (deoarece aplicația Outlook este planificată să le înlocuiască pe ambele). Microsoft spune că nu există nicio pierdere de date implicată în trecerea de la o versiune la alta.

Vestea bună este că noul Outlook este mai bun decât era în urmă cu câteva luni. Se bazează în continuare pe o aplicație web, ceea ce nu este grozav, dar Microsoft a adăugat suport pentru conturile Microsoft personale. Asta înseamnă că acum funcționează cu adrese de e-mail de la Outlook.com, Hotmail sau Windows Live.

Există, de asemenea, un aspect simplificat al panglicii și o lățime dinamică a coloanelor în calendar, pe lângă tot ceea ce era prevăzut în versiunea inițială din Mai (noul design, fixarea e-mailurilor etc.).

[mai mult...]