Как исправить ошибку «синий экран» (tap0901.sys)?

Časté chybové zprávy k Ptun0901.sys

Většina chyb ptun0901.sys, které zaznamenáte, budou chybové zprávy «modrá obrazovka» (známé taky jako «BSOD» chyba nebo chybová zpráva «STOP»), ke kterým dochází ve Windows XP, Vista, 7, 8 a 10:

  • «Byl zjištěn problém. Aby se předešlo poškození počítače, došlo k vypnutí Windowsu. Zdá se, že problém byl způsoben následujícím souborem: Ptun0901.sys.»
  • «:( Váš počítač se dostal do problémů a musí být restartován. Právě shromažďujeme potřebné informace a restart spustíme za vás. Pokud chcete vědět víc, můžete si později tuto chybu ptun0901.sys vyhledat online.»
  • «STOP 0x0000000A: IRQL_NOT_LESS_EQUAL – ptun0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – ptun0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – ptun0901.sys»

Ve většině případů, se modrá obrazovka ptun0901.sys zjeví po nainstalování nového softwaru nebo hardwaru. Modrá obrazovka u ptun0901.sys se může objevit během instalace programu, nebo v momentu, když je spuštěný program ptun0901.sys pojený se softwarem (např. OpenVPN), nebo v případě nahrání ovladače OpenVPN Technologies, Inc., či během zapínání/vypínání Windowsu. Při řešení tohoto problému je klíčovou informací uchovaný záznam o tom, kdy a kde došlo k chybové zprávě STOP.

How to uninstall TAP-Win32 Adapter or TAP-Windows Adapter

To remove TAP-Win32 Virtual Network driver from your computer, please follow the manual instructions below or use an automatic uninstaller product.

  1. Click the Windows Start Button. In Windows 8, look for Control Panel.
  2. Click Control Panel.
  3. Click Uninstall a program.
  4. Look for TAP-Win32 Adapter or TAP-Windows Adapter in the list of available programs.
  5. Click Uninstall.

How to tell if tap0901.sys (TAP-Win32 Virtual Network driver) was uninstalled cleanly

After uninstalling, restart your computer. Then start Windows Explorer and see if there is still a folder with the name of the software under C:\Program Files. Be sure to check the Registry as well for remnants of TAP-Win32 Virtual Network driver. To do this, start «Regedit», then look under «HKEY_LOCAL_MACHINE» > «Software» for TAP-Win32 Virtual Network driver or the name of the producer. Always keep in mind that only a computer professional should ever directly delete entries in the Windows Registry.

MSM packaging

In order to build the MSM packages build and sign the driver first:

  • Build the TAP driver with buildtap.py and «-b» flag.
  • EV-sign the drivers
  • WHQL/Attestation-sign the drivers

Place the signed drivers in a directory structure under tap-windows6
directory. Each platform directory should contain the EV-signed driver with a
«win10» subdirectory containing WHQL/Attestation signed driver for that
platform:

dist
├── amd64
│   ├── win10
│   │   ├── OemVista.inf
│   │   ├── tap0901.cat
│   │   └── tap0901.sys
│   ├── OemVista.inf
│   ├── tap0901.cat
│   └── tap0901.sys
├── arm64
│   ├── win10
│   │   ├── OemVista.inf
│   │   ├── tap0901.cat
│   │   └── tap0901.sys
│   └── (Note: EV-signed driver for arm64 is not used.)
├── dist
│   └── include
│       └── tap-windows.h
└── i386
    ├── win10
    │   ├── OemVista.inf
    │   ├── tap0901.cat
    │   └── tap0901.sys
    ├── OemVista.inf
    ├── tap0901.cat
    └── tap0901.sys

Building MSM packages requires Visual Studio 2019 (EWDK is not sufficient) and
the WiX Toolset installed. In a Developer Command Prompt for Visual Studio
2019, run:

$ python buildtap.py -m --sdk=wdk

This will compile the installer.dll file with embedded drivers and package it
as a platform-dependent tap-windows-<version>-<platform>.msm files.

As the WiX Toolset does not support the arm64 platform yet, only amd64 and
i386 MSM files are built.

Optional: Consider EV-signing the MSM packages before deploying them. Thou,
MSM signature is ignored when merging MSM into MSI package, users get a choice
to validate the integrity of the downloaded MSM packages manually.

Распространенные сообщения об ошибках в Sslvpntap0901.sys

Большинство ошибок %% knowledgebase_file_name%%, с которыми вам придется столкнуться, связано с ошибками типа «синий экран» (также известными как «BSOD» или «ошибка ОСТАНОВКИ»), которые появляются в Windows XP, Vista, 7, 8 и 10:

  • «Была обнаружена проблема, и Windows была выгружена, чтобы предотвратить повреждения компьютера. Очевидно, проблема вызвана следующим файлом: Sslvpntap0901.sys.»
  • «:( Ваш компьютер столкнулся с проблемой и нуждается в перезагрузке. Мы соберем необходимую информацию и осуществим перезагрузку. Если вам нужна дополнительная информация, вы можете позже поискать в Интернете по названию ошибки: sslvpntap0901.sys.»
  • «STOP 0x0000000A: IRQL_NOT_LESS_EQUAL – sslvpntap0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – sslvpntap0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – sslvpntap0901.sys»

В большинстве случаев вы сталкиваетесь в ошибками типа «синий экран» sslvpntap0901.sys после установки нового аппаратного или программного обеспечения. Синие экраны sslvpntap0901.sys могут появляться при установке программы, если запущена программа, связанная с sslvpntap0901.sys (например, TAP-Win32 Virtual Network Driver), когда загружается драйвер The OpenVPN Project или во время запуска или завершения работы Windows

Отслеживание момента появления ошибки ОСТАНОВКИ является важной информацией при устранении проблемы

Building tapinstall (optional)

The easiest way to build tapinstall is to clone the Microsoft driver samples
and copy the source for devcon.exe into the tap-windows6 tree. Using PowerShell:

$ git clone https://github.com/Microsoft/Windows-driver-samples
$ Copy-Item -Recurse Windows-driver-samples/setup/devcon tap-windows6
$ cd tap-windows6
$ python.exe buildtap.py -b --ti=devcon

The build system also supports reuse of pre-built tapinstall.exe executables.
To make sure the buildsystem finds the executables, create the following
directory structure under tap-windows6 directory:

devcon
├── Release
│   └── devcon.exe
├── x64
│   └── Release
│       └── devcon.exe
└── ARM64
    └── Release
        └── devcon.exe

This structure is equal to what building tapinstall would create. Then call
buildtap.py with «—ti=devcon». Replace «Release» with your build configuration;
for example, when using —Hlk you’d use «Hlk».

Please note that the NSIS packaging (-p) step will fail if you don’t have
tapinstall.exe available. Also don’t use the «-c» flag or the above directories
will get wiped before MakeNSIS is able to find them.

Best practices for resolving tap0901 issues

A clean and tidy computer is the key requirement for avoiding problems with tap0901. This means running a scan for malware, cleaning your hard drive using 1cleanmgr and 2sfc /scannow, 3uninstalling programs that you no longer need, checking for Autostart programs (using 4msconfig) and enabling Windows’ 5Automatic Update. Always remember to perform periodic backups, or at least to set restore points.

Should you experience an actual problem, try to recall the last thing you did, or the last thing you installed before the problem appeared for the first time. Use the 6resmon command to identify the processes that are causing your problem. Even for serious problems, rather than reinstalling Windows, you are better off repairing of your installation or, for Windows 8 and later versions, executing the 7DISM.exe /Online /Cleanup-image /Restorehealth command. This allows you to repair the operating system without losing data.

To help you analyze the tap0901.sys process on your computer, the following programs have proven to be helpful: ASecurity Task Manager displays all running Windows tasks, including embedded hidden processes, such as keyboard and browser monitoring or Autostart entries. A unique security risk rating indicates the likelihood of the process being potential spyware, malware or a Trojan. BMalwarebytes Anti-Malware detects and removes sleeping spyware, adware, Trojans, keyloggers, malware and trackers from your hard drive.

ptun0901 — что это за неизвестный драйвер или неизвестное устройство?

ptun0901 используется программой AutoKMS для нелегальной активации ПО Microsoft. Способен обнаруживаться антивирусами как вирус, троян. Нет гарантии, что не содержит вшитый вирусный код.

Вторая версия — принадлежит ПО для работы с VPN-сетью — OpenVPN.

Важно:

  1. ptun0901 является устройством TAP-Windows Virtual Network Driver, возможно появляется после использования программы KMS.
  2. Предназначение ptun0901 схоже с другим похожим неизвестным устройством — tap0901, которое также используется KMS-активатором для взлома и пиратской активации продуктов Microsoft, как операционной системы, так и офисного пакета Microsoft Office. Подчеркиваю, данное действие является незаконным, поэтому подобные вопросы не стоит задавать на официальном форуме Майкрософт — вам попросту не ответят.
  3. В планировщике задач может быть задание, которое имеет отношение к ptun0901, возможно запускает установку драйвера.
  4. На одном сайте найдена информация — ptun0901 принадлежит OpenVPN Technologies, Inc. На самом деле возможно принадлежит двум программам — OpenVPN либо KMSAuto. По комментариям пользователей — чаще речь идет именно об KMSAuto.
  5. Также найдена информация о возможной принадлежности к ПО Private Tunnel VPN.

Комментарий с компьютерного форума подтверждающий принадлежность неизвестного девайса ptun0901 к активатору KMS:

Оказывается таких неизвестных устройств может быть несколько. Походу встречается как на Windows 7, так и в Windows 10.

Najczęstsze komunikaty błędów związanych z plikiem Ptun0901.sys

Większość napotkanych błędów związanych z plikiem ptun0901.sys będą stanowić błędy „błękitnego ekranu śmierci (inaczej „BSOD” lub „błędy STOP”) występujące w systemach Windows XP, Vista, 7, 8 i 10:

  • „Pojawił się problem i system Windows został zamknięty, aby zapobiec uszkodzeniu komputera. Wydaje się, że przyczyną problemu jest następujący plik: Ptun0901.sys.”
  • „:( Komputer napotkał problem i musi zostać ponownie uruchomiony. Zbierzemy pewne dane i wykonamy ponowne uruchomienie. Jeśli chcesz wiedzieć więcej, możesz później wyszukać ten błąd w Internecie: ptun0901.sys.”
  • «STOP 0x0000000A: IRQL_NOT_LESS_EQUAL – ptun0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – ptun0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – ptun0901.sys»

W większości przypadków błędy niebieskiego ekranu związane z plikiem ptun0901.sys będą występować po zainstalowaniu nowego sprzętu lub oprogramowania. Błędy niebieskiego ekranu związane z plikiem ptun0901.sys mogą pojawić się podczas instalacji programu, gdy uruchomiony jest program powiązany z plikiem ptun0901.sys (np. OpenVPN), podczas czytywania sterownika OpenVPN Technologies, Inc. lub podczas uruchomiania/zamykania systemu Windows. Rejestrowanie czasu i miejsca występowania błędów STOP dostarcza kluczowych informacji podczas rozwiązywania problemu.

Kendte Ptun0901.sys Fejlmeddelelser

Størstedelen af ptun0901.sys fejl, som du støder på vil være «blå skærm» fejl (også kendt som en «BSOD» eller «STOP-fejl») der opstår i Windows XP, Vista, 7, 8 og 10:

  • Der er fundet en fejl, og Windows er blevet lukket ned for at forhindre beskadigelse af computeren. Problemet synes at være forårsaget af følgende fil: Ptun0901.sys.
  • 🙁 Pc’en løb ind i et problem og har brug for at genstarte. Vi vil lige indsamle noget info, og så vil vi genstarte for dig. Hvis du gerne vil vide mere, kan du søge efter denne fejl senere online: ptun0901.sys.
  • «STOP 0x000000000A: IRQL_NOT_LESS_EQUAL – ptun0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – ptun0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – ptun0901.sys»

I de fleste tilfælde vil du opleve ptun0901.sys blå skærm fejl, efter at du har installeret ny hardware eller software. Disse ptun0901.sys blå skærme kan forekomme i løbet af programmers installation, mens et ptun0901.sys-relateret software program (f.eks OpenVPN) kører, mens en OpenVPN Technologies, Inc. driver bliver indlæst, eller under Windows opstart eller nedlukning. At holde styr på, hvornår og hvor din STOP fejl forekommer er et kritisk stykke information i fejlfinding af problemet.

Ptun0901.sys Hatalarının Nedenleri

Ptun0901.sys mavi ekran hataları, çeşitli donanım, üretici yazılımı, sürücü ya da donanım sorunlarından kaynaklanabilir. Bunlar, OpenVPN yazılımı ya da OpenVPN Technologies, Inc. donanımıyla ilişkilendirilebilir; ancak sorunun kaynağı başka bir şey de olabilir.

Daha spesifik olarak, bu ptun0901.sys hatalarına şunlar neden olabilir:

  • Yanlış yapılandırılmış, eski veya bozulmuş OpenVPN aygıt sürücüleri. (son derece yaygın)
  • Son ptun0901.sys ile ilişkili yazılım değişikliğinden (yükleme ya da kaldırma) kaynaklanan, Windows kayıt defterinde bozulma.
  • Virüs ya da kötü amaçlı yazılım ptun0901.sys dosyasını ya da ilişkili OpenVPN program dosyalarını bozmuş.
  • Yeni OpenVPN Technologies, Inc. donanımının ya da ptun0901.sys ile ilişkili donanımın takılmasından sonra donanım çakışması.
  • OpenVPN ile ilişkili yazılım ya da sürücü yükledikten sonra hasar görmüş veya kaldırılmış sistem dosyaları.
  • ptun0901.sys mavi ekranı zarar görmüş bir sabit diskten kaynaklandı.
  • Bellek (RAM) bozulması nedeniyle ptun0901.sys Durdurma Hatası.

Common Tap0901.sys Error Messages

The majority of tap0901.sys errors that you encounter will be «blue screen of death» errors (also know as a «BSOD» or «STOP error») that occur in Windows XP, Vista, 7, 8, and 10:

  • «A problem has been detected and Windows has been shut down to prevent damage to your computer. The problem seems to be caused by the following file: Tap0901.sys.»
  • «:( Your PC ran into a problem and needs to restart. We’re just collecting some info, and then we’ll restart for you. If you would like to know more, you can search online later for this error: tap0901.sys.»
  • «STOP 0x0000000A: IRQL_NOT_LESS_EQUAL – tap0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – tap0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – tap0901.sys»

In most cases, you will experience tap0901.sys blue screen errors after you’ve installed new hardware or software. These tap0901.sys blue screens can appear during program installation, while a tap0901.sys-related software program (eg. TAP-Win32 Virtual Network Driver) is running, while a Tap-Win32 Provider V9 driver is being loaded, or during Windows startup or shutdown. Keeping track of when and where your STOP error occurs is a critical piece of information in troubleshooting the problem.

Developer Mode: Installing, Removing and Replacing the Driver

The driver can be installed using a command-line tool, tapinstall.exe, which is
bundled with OpenVPN and tap-windows installers. Note that in some versions of
OpenVPN tapinstall.exe is called devcon.exe. To install, update or remove the
tap-windows NDIS 6 driver follow these steps:

  • place tapinstall.exe/devcon.exe to your PATH
  • open an Administrator shell
  • cd to dist
  • cd to amd64, i386, or arm64 depending on your system’s processor architecture.

If you are actively developing the driver (e.g.: Edit, Compile, Debug, Loop…), you may not be signing your driver each time, thus you need to be aware of the following additional items.

Disable Secure Boot:

Unsigned drivers require disabling secure boot.

  • Secure Boot: Varies depending on PC Maker and/or the BIOS setting on your test machine.
  • Virtual Box: SecureBoot is not supported on Virtual Box

Enable Windows Test Mode:

Test mode is also required.

  • Enable Windows Test Mode via BCEDIT
  • Specifically, or
  • The result should be in the bottom right corner of the windows screen.

Driver Installation:

Notes

  • The command installs the driver
  • Because your driver is not signed, the step will pop up the «Big Scary Unsigned Driver Warning», you’ll need to click OK.
  • As a result, the driver will be copied into the Windows Driver Store

Updating the Driver, and the Windows Driver Store:

At some point, you will build a shinny new driver and need to test it.

  • The command — removes the driver
  • However, the previously approved driver is still in the Windows Driver Store
  • Typing now, only re-installs the old driver that was copied into the driver store.

Key step: The driver needs to be removed from the driver store also.

Details: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc730875(v=ws.11)

There is a script to do this, but it only works if you have not changed the text strings in your driver package

Script Location: https://github.com/mattock/tap-windows-scripts

The manual steps are:

  • Step 1 — Obtain a list of Installed drivers via the command: , this will list all of the files that are in the driver store.
  • Step 2 — Find your driver in that list, it will be some file
  • Step 3 — To delete, use

Finally use to install your driver

Important:

If you do not see the Big Scary Unsigned Driver Warning — Windows will use the old (not new) driver.

Årsager til Ptun0901.sys fejl

Ptun0901.sys blue screen errors can be caused by a variety of hardware, firmware, driver, or software issues. These could be related to either OpenVPN software or OpenVPN Technologies, Inc. hardware, but it is not necessarily the case.

Mere specifikt, disse ptun0901.sys fejl kan være forsaget af:

  • Forkert konfigurerede, gamle eller beskadigede OpenVPN enheds drivere. (meget almindelig)
  • Korruption i Windows registreringsdatabasen fra en nylig ptun0901.sys-relateret software ændring (installation eller afinstallation).
  • Virus eller malware infektion, har ødelagt ptun0901.sys filen eller tilknyttede OpenVPN program filer.
  • Hardware konflikt efter installation af ny OpenVPN Technologies, Inc. hardware, eller hardware relateret til ptun0901.sys.
  • Beskadigede eller fjernede systemfiler, efter at du har installeret software eller drivere relateret til OpenVPN.
  • ptun0901.sys blå skærm forårsaget af en beskadiget harddisk.
  • ptun0901.sys STOP fejl på grund af hukommelse (RAM) korruption.

Ptun0901.sys -virheiden syitä

Ptun0901.sys -kaatumiset voivat olla useiden laitteisto-, ajuri- tai ohjelmistovikojen aiheuttamia. Nämä voivat liittyä joko OpenVPN -ohjelmistoon tai OpenVPN Technologies, Inc. -laitteistoon, mutta ei välttämättä.

Tarkemmin sanottuna nämä ptun0901.sys -virheet voi aiheuttaa:

  • Väärin asennetut tai vialliset OpenVPN -laiteajurit. (erittäin yleinen)
  • ptun0901.sys muutoksesta (asennus tai asennuksen poisto) johtuva rekisterikorruptio.
  • Virus tai haittaohjelmisto on korruptoinut tiedoston ptun0901.sys tai siihen liittyviä OpenVPN -ohjelmatiedostoja.
  • Laiteristiriita OpenVPN Technologies, Inc. asennuksen jälkeen, tai liittyen ptun0901.sys liittyvään laitteistoon.
  • Vioittuneet tai puuttuvat järjestelmätiedostot OpenVPN ohjelmiston tai ajurien asennuksen jälkeen.
  • ptun0901.sys kaatumisen aiheutti viallinen kiintolevy.
  • ptun0901.sys viallisen muistin (RAM) aiheuttama STOP-virhe.

Általános Ptun0901.sys hibaüzenetek

A legtöbb ptun0901.sys hiba, amellyel Ön találkozni fog «kékképernyős összeomlás» hiba lesz (ez a hiba «BSOD» vagy «STOP néven is ismert») és ezek a hibák a Windows XP-nél, Vista-nál, 7-nél, 8-nál és 10 fordulnak elő:

  • «Egy probléma merült fel és a Windows leállt, hogy elkerülje számítógépének megrongálódását. A problémát okozó fájl: Ptun0901.sys.»
  • «:(Egy probléma merült fel PC-jénél, ezért újra kell induljon. Egy pár információ beszerzése után gépét újraindítjuk.. További információkért, kérjük, keressen rá később az interneten erre a hibára: ptun0901.sys.»
  • «STOP 0x0000000A: IRQL_NOT_LESS_EQUAL – ptun0901.sys»
  • «STOP 0x0000001E: KMODE_EXCEPTION_NOT_HANDLED – ptun0901.sys»
  • «STOP 0×00000050: PAGE_FAULT_IN_NONPAGED_AREA – ptun0901.sys»

A legtöbb esetben az új hardver vagy szoftver telepítését a/az ptun0901.sys kék képernyő hibák követik. Ezek a/az ptun0901.sys kék képernyő hibák jelentkezhetnek program telepítéskor, a/az a ptun0901.sys-kapcsolódó szoftver (pl. OpenVPN) futtatásakor, egy OpenVPN Technologies, Inc. illesztőprogram telepítésekor, vagy a Windows indításakor, vagy leállításakor. A probléma elhárításához szükséges a STOP hiba jelentkezési helyének és idejének pontos ismerete.

Build

The prerequisites for building are:

  • Python 2.7
  • Microsoft Windows 10 EWDK (Enterprise Windows Driver Kit)
  • The devcon source code directory (setup/devcon) from Windows-driver-samples (optional)
  • Windows code signing certificate
  • Git (not strictly required, but useful for running commands using bundled bash shell)
  • MakeNSIS (optional)
  • Prebuilt tapinstall.exe binaries (optional)
  • Visual Studio 2019 and WiX Toolset for MSM packaging (optional)

Make sure you add Python’s install directory (usually c:\python27) to the PATH
environment variable.

Tap-windows6 has been successfully build on Windows 10 and Windows Server 2016 using
CMD.exe, Powershell and Git Bash.

View build script options:

$ python buildtap.py
Usage: buildtap.py 

Options:
  -h, --help           show this help message and exit
  -s SRC, --src=SRC    TAP-Windows top-level directory, default=<CWD>
  --ti=TAPINSTALL      tapinstall (i.e. devcon) directory (optional)
  -d, --debug          enable debug build
  --hlk                build for HLK tests (test sign, no debug)
  -c, --clean          do an nmake clean before build
  -b, --build          build TAP-Windows and possibly tapinstall (add -c to
                       clean before build)
  --sdk=SDK            SDK to use for building: ewdk or wdk, default=ewdk
  --sign               sign the driver files
  -p, --package        generate an NSIS installer from the compiled files
  -m, --package-msm    generate a MSM installer from the compiled files
  --cert=CERT          Common name of code signing certificate,
                       default=openvpn
  --certfile=CERTFILE  Path to the code signing certificate
  --certpw=CERTPW      Password for the code signing certificate/key
                       (optional)
  --crosscert=CERT     The cross-certificate file to use, default=MSCV-
                       VSClass3.cer
  --timestamp=URL      Timestamp URL to use, default=http://timestamp.verisign
                       .com/scripts/timstamp.dll
  --versionoverride=FILE
                       Path to the version override file

Edit version.m4 and paths.py as necessary then build:

$ python buildtap.py -b

On successful completion, all build products will be placed in the «dist»
directory as well as tap6.tar.gz. The NSIS installer package will be placed to
the build root directory.

Release signing

Microsoft’s driver signing requirements have tightened considerably over the
last several years. Because of this this buildsystem no longer attempts to sign
files by default. If you want to sign the files at build time use the —sign
option. The «sign» directory contains several Powershell scripts that help
produce release-signed tap-windows6 packages:

  • Cross-Sign: cross-sign tap-windows6 driver files and tapinstall.exe
  • Create-DriverSubmission: create architecture-specific attestation signing submission cabinet files
  • Extract-DriverSubmission: extract attestation-signed zip files
  • Sign-File: sign files (e.g. tap-windows6 installer or driver submission cabinet files)
  • Sign-tap6.conf.ps1: configuration file for all the scripts above

With the exception of Sign-File these scripts operate on the «dist» directory
that tap-windows6 build system produces. Below it is assumed that building and
signing is done on the same computer. It is also assumed that Cross-Sign.ps1 is
run as Administrator; according to Microsoft documentation Inf2Cat, which
Cross-Sign.ps1 uses to create (unsigned) catalog files, needs to run with
administrator privileges.

First produce cross-signed drivers and installers (Windows 7/8/8.1/Server 2012r2):

$ python.exe buildtap.py -c -b --ti=devcon
$ sign\Cross-Sign.ps1 -SourceDir dist -Force
$ python.exe buildtap.py -p --ti=devcon
$ Get-Item tap-windows*.exe|sign\Sign-File.ps1

Note that the «-Force» option for Cross-Sign.ps1 is required except in the
unlikely case you’re appending a signature.

Next produce a driver submission cabinet files for attestation signing:

$ sign\Create-DriverSubmission.ps1
$ Get-ChildItem -Path disk1|sign\Sign-File.ps1

Three architecture-specific (i386, amd64, arm64) cabinet files are created.
Submit these to Windows Dev Center for attestation signing. Take care to only
request signatures applicable for each architecture.

After downloading the attestation-signed drivers as zip files put them into
a temporary directory under the tap-windows6 directory. Then extract the drivers
into the «dist» directory, produce an installer and sign it:

$ cd tap-windows6
$ Get-ChildItem -Path tempdir -Filter "*.zip"|sign\Extract-DriverSubmission.ps1
$ python.exe buildtap.py -p --ti=devcon
$ Get-Item tap-windows*.exe|sign\Sign-File.ps1

Note that these steps will fail unless cross-signed tapinstall.exe is present
in each architecture-specific directory (i386, amd64, arm64) under the «dist»
directory.

Неизвестное устройство tap0901 — что это?!

Недавно, ко мне обратился один сосед. После переустановки операционной системы у него осталось несколько неизвестных устройств кв диспетчере устройств. Это ввело пользователя в замешательство, так как он все драйвера поставил, а новых устройство не добавлял. А тут мало того, ещё и несколько неизвестный устройств разом. Я решил выяснить что это за устройства с помощью их ID. И вот тут меня ждала неожиданность — в сведениях об устройстве в графе «ИД оборудования» стоял код: tap0901.

Поиск в Интернете и попытка скачать драйвера для tap0901 успеха не принесли, никакой информации об этом устройстве не было. Пока не наткнулся на комментарии одного из сотрудников техподдержки Microsoft. Всё сразу стало на свои места. Дело в том, что это виртуальные устройства, драйвера которых интегрируются при активации операционной системы Windows 8 и Windows 8.1 с помощью некоторых видов активаторов KMS: KMS_Auto, KMS_Micro, KMS_Nano

Дальнейшая проверка и тестирование показали, что никаких отрицательных последствий не замечено и нужно просто не обращать внимание на неизвестные устройства tap0901. Никаких проблем работе опрационной системы они не добавили

Запустил активатор KMSAuto Net. Переключил на профессиональный режим. Создал задачу «Активировать Windows и Office каждые 10 дней». Увидел, что данная задача будет прописана в C:ProgramDataKMSAuto Через какое-то время появилось предложение установить программу OpenVPN. Не позволил. В панели задач выскочило окно «Программное обеспечение не было установлено». В диспетчере задач появились 3 неизвестных устройства. По ID я нашел, что это TAP-Win32 Virtual Network Driver, который разработан Tap-Win32 Provider V9 для ОС Windows. Драйверпаки (Drp, Samdrivers) не помогли. По рецепту из и-нета скачал OpenVPN на https://openvpn.net/index.php/open-source/downloads.html Установил. Появились 2 проги: OpenVPN и TAP-Windows. В последней была папка драйверов. Неизвестные устройства на нее не клюнули. Нашел папку драйверов в C:ProgramDataKMSAuto (скрытая системная папка). В «параметрах папок и поиска» на вкладке «Вид» включил «Показывать скрытые файлы» и снял галку «Скрывать защищенные системные файлы». Предложил неизвестному устройству папку драйверов в C:ProgramDataKMSAuto. Появился виртуальный сетевой адаптер. 2 остальных неизвестных устройства также проглотили драйвера из папки драйверов в C:ProgramDataKMSAuto и стали виртуальными сетевыми адаптерами 2 и 3.

До того как добрался до папки C:ProgramDataKMSAuto, пытался сносить KMSAuto, OpenVPN, TAP-Windows, смотрел в автозагрузку, в KMSAuto Net пробовал «Удалить задачу» «Активировать Windows и Office каждые 10 дней», но удалить в диспетчере задач 3 неизвестных устройства не удалось.

Для чего создатель KMSAuto Net создал такие виртуальные сетевухи, не знаю. В свете информационной войны не думаю, что случайно. Если кто-либо имеет достоверную информацию, прошу выложить свои соображения

What you should know about tap0901.sys TAP-Win32 Virtual Network driver

tap0901.sys is not part of Windows, but it is important nonetheless. Tap0901.sys is found in the C:\Windows\System32\drivers directory.
Frequently occurring are file sizes such as 25,984 bytes (40% of all these files), 26,112 bytes, 25,344 bytes or, as the case may be, 26,624 bytes.If necessary, you can manually stop or start this driver in the Device Manager. The Device Manager can be found in Windows Control Panel under Hardware and Sound/Devices and Printers/Device Manager. The driver facilitates access to your computer’s hardware and accessories.
The application does not have a visible window, and does not appear on the taskbar. The service has no characteristics or description of its own. This is unusual. The file does not come from Microsoft and is not part of the operating system.
tap0901.sys appears to be a file that was compressed by an EXE-Packer. This technique is often used by trojans to keep the file size small and also hamper debugging efforts. However, this in itself is not sufficient reason to presume malicious intent, since even well-intentioned, professional software producers take advantage of compressed files.
For this reason, 40% of all experts consider this file to be a possible threat. The probability that it can cause harm is high.

Компьютер или ноутбук на Windows не уходит в спящий режим — решение

19.01.2015
Сергей
Windows

Привет. Сегодня я расскажу как найти приложение, которое не даёт Вашему компьютеру на операционной системе Windows 7 или Windows 8 уйти в спящий режим. Вы столкнулись с тем, что несмотря на то, что в параметрах схемы электропитания всё настроено правильно, но комп или ноутбук ни в какую не хочет уходить в спящий режим. В случае, если у Вас ноутбук, нетбук или ультрабук это вообще критично, т.к. быстро посадит батарею. Есть очень простой способ определить — какая программа, приложение или драйвер мешает компьютеру уйти в спящий режим. Чтобы им воспользоваться — запустите командную строку с правами Администратора. 

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Adblock
detector