30 January 2023

Установка Android Studio Missing essential plugins.

После установки Android Studio появляется ошибка о недостающих плагинах:

com.android.tools.design
org.jetbrains.android

 


 

Повторная установка ничего не меняет.

Проблема решена удалением файла  disabled_plugins.txt

Он может находится в следующих папках:

C:\Users\%USERNAME%\.AndroidStudio<version>\config\disabled_plugins.txt

C:\Users\%USERNAME%\AppData\Roaming\Google\AndroidStudio2022.1\disabled_plugins.txt


Ответ нашел на странице stackoverflow



10 April 2011

Google DNS services

Google Public DNS

nameserver 8.8.8.8
nameserver 8.8.4.4

23 January 2011

Google redirect virus - how to delete

После просмотра видео начались проблемы с поисковыми системами. При нажатии на ссылки на страницах результата поиска или в при использовании строки поиска в браузере срабатывала переадресация и открывалась посторонняя страница.

Запустил Malwarebytes Anti-Malware был обнаружен и удален вирус Trojan.DNSChanger, но после перезагрузки проблема осталась, ничего не изменилось. Переустановил Firefox - тоже не помогло. Ншел рекомендацию, что надо использовать SUPERAntiSpyware - тоже не помогло. Затем наткнулся в поисковике на ссылку на TDSSKiller, Оказалось, что это продукт Касперского. Загрузил и запустил - результат - больше ни какой переадресации.

Infizierte Dateiobjekte der Registrierung:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\NameServer (Trojan.DNSChanger) -> Data: 93.188.163.203,93.188.160.123 -> Quarantined and deleted successfully.

How to remove malware belonging to the family Rootkit.Win32.TDSS (aka Tidserv, TDSServ, Alureon)?



11 October 2010

Google maps - Export My Map as KML

click on "Link to this Page", select and copy link from "Paste link in email or IM" and
paste this into the browser bar and now add to url "&output=kml"

additional information

7 February 2010

How to exclude a sites from Google search results

In search results sometimes on fist positions you see sites that won't let you see the content when you click the search results link - unless you sign up for an account (sometimes you even have to pay).

There is a way manually to exclude sich sites (domais) from search results.

Use "minus sign" that precedes the "site:" search operator.

-site:www.experts-exchange.com


That's how we tell Google to exclude the site/domain specified.

tip source

But what if you don't want to specify the domain to exclude every time by hand? In that case, set up a Google Custom Search Engine (http://www.google.com/coop/cse/) and specify during setup that you want your custom search engine to include results from the entire Internet. Then, after your search engine has been created, go to the Control Panel, choose the "Sites" tab, and from there you can specify as many domains as you like to exclude from every search. You'll get a custom search engine that you can tweak to your heart's content.


search guide

Saturday, 01 November 2008 06:16:01 (Pacific Standard Time, UTC-08:00)
How Funny and Humorous - I found this site seeking a way to exclude experts exchange also. Just how much do they actually have to pay google to be ranked so highly to give us all the absolute and utters hits.

16 January 2010

Add Program to "Open With" List on Windows XP

I was going to link file with program via "Open With Dialog Box" on windows XP, but program was not in list.

I used option
Click Browse, locate and then click the program that you want to use, and then click Open.
, but program was not added to list and I could not select it.

Problem was in wrong path to exe file in registry key HKEY_CLASSES_ROOT\Applications.MyProgram

It happened while program was moved (or renamed) after it was installed and register records were created.

I got idea to check register entries after reading next tips:

Adding to Open With "Other Programs" list

How to change or select which program starts when you double-click a file in Windows XP


How to Remove Programs from the "Open With" List
support
The programs on the Open With list for each file type are independent of that file's registered program(s). To remove items from this list, locate the following registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\FileExts\.extension\OpenWithList
NOTE: The above registry key is one path, it has been wrapped for readability.

where extension is the file extension for the file type whose Open With list you want to modify. Delete the value in this key that represents the program to be removed from the Open With list.

15 January 2010

No more MSTSC.exe /CONSOLE

Windows XP Service Pack 3 - No more MSTSC.exe /CONSOLE

Thats’ right. No more /console switch on the Windows Remote Desktop Connection tool, MSTSC.exe, starting from Windows XP Service Pack 3, Windows Vista Service Pack 1 and Windows Server 2008.

This is because of the design enhancements in Windows Vista and Windows Server 2008, by virtue of which you cannot connect to Session 0, which is the default session. Running services and user applications together in Session 0 poses a security risk because services in Session 0 run at elevated privileges and therefore can be targeted by malware that attack by attempting and exploiting a privilege escalation.


Notice that the /console option is not available, but there is a /admin option. The /admin option lets you connect to Session 0 on a remote computer that doesn’t have Windows Vista SP1, Windows XP SP3 or Windows Server 2008 or later installed.

Workaround
You use the /admin switch to connect to an existing session on a remote machine.
In short, you can do everything you did with /console except connecting to session 0.

roll back the files
... replace the XPsp3 MSTSC.EXE with MSTSC.EXE Version 5.1 from an XPsp2 machine and both applications now work with the /console switch. There was no need to uninstall XPsp3. I ALSO replaced the MSTSCAX.DLL, MSTSHST.DLL, and MSTSMMC.DLL with the XPsp2 copies. These are all located in SYSTEM32. SteveK