MS Office използва
DDE,
за да отваря файловете си при двойно кликване върху тях. Идеята е да не се отваря всеки път нова инстанция на excel, word и т.н, а да се изпозва вече отворената инстанция.
Сега по някаква причина отварянето на файл с двойно кликване отнема около минута. Съветите в нета са да се забрани DDE. Да обаче това е тъпо, защото губим цялата функционалност, която ни е предоставена от DDE.
За това по-добре да открием истинския проблем. Използваме netstat -a по време на мъката при отварянето. Виждаме, че има SYNC SENT към машина, която вече не съществъва в мрежата или е спряна. Проверяваме в registry за записи, в които е цитирана тази машина, и ги изтриваме.
И всичко е ток и жици. Ооооо чудо!!!
In English:
Use netstat -a during opening of the file. See if you have SYNC SENT to some ip address that is not exist in the network. Delete registry records that are using this ip address.
Don't disable DDE it is stupid
Писна ми да откривам Америка по няколко пъти. Който го е правил, ще разбере за какво говоря. Та идеята на този блог е да ми облекчи живота в тази насока.
Етикети
бази данни
(3)
И като се замислиш ...
(16)
корен квадратен
(1)
математика
(1)
Млад шофьор
(2)
мъка-мъка
(46)
ПОЕЗИЯ
(17)
Полезности
(13)
Стиховете на леля
(9)
Acer A1
(2)
Adobe
(1)
AI (chat GPT)
(1)
An internal error occured
(1)
and TLS 1.2 in Advanced settings and try connecting again
(1)
Autocad
(1)
BEX
(2)
browser choice
(1)
can't print
(1)
Can't type in MS Word 2007
(1)
Cannot shift objects off sheet
(1)
Databases
(2)
DDE
(1)
desktop
(1)
disable usb storage device
(1)
E000FED1
(1)
excel
(8)
Excel cannot paste the data
(1)
Failed to recover database Error 0x1F
(1)
Firebird
(1)
HP BIOS error 501
(1)
IIS
(1)
integrated windows authentication
(1)
Lorem Ipsum
(1)
MS SQL 2008
(1)
outlook
(11)
problem sending the command to the program
(1)
right click
(1)
SAP
(2)
SAP GUI close itself after logon
(1)
SAP history
(1)
sysprep
(1)
System writer failed
(1)
telnet
(1)
TLS 1.1
(1)
Turn on TLS 1.0
(1)
VBA
(1)
vbe6ext
(2)
wi-fi hot-spot
(1)
Win Xp
(2)
windows 10
(4)
Windows 7
(7)
Windows 8
(1)
word
(5)
word 2016
(1)
Не всичко за мен
- Shrek
- Верую: неверник - следствие от прекомерната работа с продукти на Microsoft. Нямам девиз, нямам любимо ядене, пиене, книга, ... Знам какво обичам днес, но това изобщо не важи за утре. Мисля, че горе-долу стана ясно.
Търсене в този блог
вторник, 8 януари 2013 г.
петък, 4 януари 2013 г.
MySql error 1067
How to fix MySql error 1067
When installing MySQL, if you install it in a non-standard directory, then you’ll need to specify where your defaults file’s path is before you can run MySQL or install the MySQL service, otherwise you’ll get Error 1067.
First let’s open up the command prompt. Navigate to your MySQL install folder and find wherever mysqld.exe is. Then run this:
mysqld –remove MySql
That will uninstall the MySQL service.
Now reinstall the service with the defaults-file parameter:
mysqld –install "service name" –-defaults-file="full path of my.ini file"
For example:
mysqld –install MySql -–defaults-file=c:\mysql\my.ini
Enjoy your error-free MySQL install.
When installing MySQL, if you install it in a non-standard directory, then you’ll need to specify where your defaults file’s path is before you can run MySQL or install the MySQL service, otherwise you’ll get Error 1067.
First let’s open up the command prompt. Navigate to your MySQL install folder and find wherever mysqld.exe is. Then run this:
mysqld –remove MySql
That will uninstall the MySQL service.
Now reinstall the service with the defaults-file parameter:
mysqld –install "service name" –-defaults-file="full path of my.ini file"
For example:
mysqld –install MySql -–defaults-file=c:\mysql\my.ini
Enjoy your error-free MySQL install.
понеделник, 26 ноември 2012 г.
Add/Remove program cannot be started - Win XP SP3
Понякога add/remove program не се стартира или се стартира и се вижда бял екран като липсва списък с програми (това второто при мен се случва, когато има инсталиран Аутокад).
Та в такива случаи от Start/Run последователно се пускат следите команди:
1. regsvr32 Appwiz.cpl
2. regsvr32 mshtml.dll
3. regsvr32 shdocvw.dll -i
4. regsvr32 shell32.dll -i
5. Reboot
След рестарта всичко трябва да е ОК.
Та в такива случаи от Start/Run последователно се пускат следите команди:
1. regsvr32 Appwiz.cpl
2. regsvr32 mshtml.dll
3. regsvr32 shdocvw.dll -i
4. regsvr32 shell32.dll -i
5. Reboot
След рестарта всичко трябва да е ОК.
понеделник, 5 ноември 2012 г.
Rand() and Lorem() functions in Word
Две непознати функции в MS Word, които генерират текст организиран в зададен брой параграфи. Целта е да не се налага да си измисляме глупави фалшиви текстове, когато искаме да покажем накаква функционалност:
=rand(x,y) генерира текст от x параграфа и y редове във всеки параграф. Функцията може да се извика и без параметри или само с един параметър: =rand(), =rand(1) или =rand(10,5).
=lorem(x,y) Тествала съм го само в Word 2007 и не мога да кажа дали работи в другите версии. Както името подсказва, генерира познатия Lorem Ipsum текст за тестване на шрифтове.
Вижте и =rand.old().
=rand(x,y) генерира текст от x параграфа и y редове във всеки параграф. Функцията може да се извика и без параметри или само с един параметър: =rand(), =rand(1) или =rand(10,5).
=lorem(x,y) Тествала съм го само в Word 2007 и не мога да кажа дали работи в другите версии. Както името подсказва, генерира познатия Lorem Ipsum текст за тестване на шрифтове.
Вижте и =rand.old().
петък, 5 октомври 2012 г.
Driver Sweeper - как наистина да забършим драйвера от машината
Driver Sweeper 3.2.0
Driver Sweeper поддържа почистване на драйвери на:
видео драйверите на ATI/AMD;
звуковите драйвери на ASUS;
звуковите драйвери на Creative;
USB драйверите на Fresco Logic;
драйверите за принтери на HP;
драйверите за чипсети на Intel;
драйверите за storage чипове на JMicron;
драйверите за storage чипове на Marvell;
мишките и клавиатурите на Microsoft;
USB драйверите на NEC;
чипсетите, видео картите и PhysX на NVIDIA;
звуковите драйвери на Realtek.
Driver Sweeper 3.2.0
Driver Sweeper поддържа почистване на драйвери на:
видео драйверите на ATI/AMD;
звуковите драйвери на ASUS;
звуковите драйвери на Creative;
USB драйверите на Fresco Logic;
драйверите за принтери на HP;
драйверите за чипсети на Intel;
драйверите за storage чипове на JMicron;
драйверите за storage чипове на Marvell;
мишките и клавиатурите на Microsoft;
USB драйверите на NEC;
чипсетите, видео картите и PhysX на NVIDIA;
звуковите драйвери на Realtek.
Driver Sweeper 3.2.0
четвъртък, 20 септември 2012 г.
The network share (NIC, PC) disconnects from the network (router) during big file transfer
The system is Windows 7 64 bits
When I do big file transfer to the share folder on the computer, it disconects its network device from the router.
The solution is:
Set the following registry key to ’1′:
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
and set the following registry key to ’3′:
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServe r\Parameters\Size
Restart!
The problem persist!!!
NIC is Atheros and in Event viewer we can see the following error:
The description for Event ID 194 from source AtcL001 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
\Device\NDMP5
\DEVICE\{21DB9B20-DF8C-45C7-9173-7D55D056FC5C}
The specified resource type cannot be found in the image file
So i found next solution:
"As it turns out, the drivers for the Atheros L1 Gigabit Ethernet controller, when using Windows 7, are unable to support task offloading. As a result, the fix is to go Device manager>network adapter>properties>advanced>task offload:value=off
I'm really happy to have resolved this so I can stop running into my roommate's office to do file upload. No idea why it's only with attachments, but there you have it. I read about one guy who found that going back to beta win 7 drivers for his network card also worked, but I'm imagining that that's because the Beta drivers probably didn't have offloading on them or something."
When I do big file transfer to the share folder on the computer, it disconects its network device from the router.
The solution is:
Set the following registry key to ’1′:
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
and set the following registry key to ’3′:
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServe r\Parameters\Size
Restart!
The problem persist!!!
NIC is Atheros and in Event viewer we can see the following error:
The description for Event ID 194 from source AtcL001 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
\Device\NDMP5
\DEVICE\{21DB9B20-DF8C-45C7-9173-7D55D056FC5C}
The specified resource type cannot be found in the image file
So i found next solution:
"As it turns out, the drivers for the Atheros L1 Gigabit Ethernet controller, when using Windows 7, are unable to support task offloading. As a result, the fix is to go Device manager>network adapter>properties>advanced>task offload:value=off
I'm really happy to have resolved this so I can stop running into my roommate's office to do file upload. No idea why it's only with attachments, but there you have it. I read about one guy who found that going back to beta win 7 drivers for his network card also worked, but I'm imagining that that's because the Beta drivers probably didn't have offloading on them or something."
сряда, 19 септември 2012 г.
This operation has been cancelled due to restrictions in effect on this computer. OR Your organization's policies are preventing us from completing this action for you....
READ HERE ИЛИ ПО-ДОЛУ:
Cause: Upgrading Internet Explorer from a previous version or uninstalling Google Chrome can corrupt dependent registry keys.
Following the simple steps below will help fix the issue:
1. Reset Internet Explorer settings to default and retest. If this does not work move on to step 2.
2. Set Internet Explorer as your default Browser - restart & retest - if no dice then move to step 3.
3. Open a Command prompt as Administrador on Windows Vista or Windows 7. Then copy and paste the following info line by line - pressing the enter key on your keyboard to initialise each command:
REG ADD HKEY_CURRENT_USER\Software\Classes\.htm /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.html /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.shtml /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xht /ve /d htmlfile /f
REG ADD HKEY_CURRENT_USER\Software\Classes\.xhtml /ve /d htmlfile /f
ТОВА ПРИ МЕН ПРОРАБОТИ ВЪРХУ OUTLOOK 2007 WINDOWS 7 64 BITS
НИЩО ДРУГО НЕ СВЪРШИ РАБОТА И ВЕЧЕ БЯХ ЗАПОЧНАЛА ДА ПСУВАМ.
АКО ПРЕЗ ТОВА ВРЕМЕ OUTLOOK-A Е БИЛ ОТВОРЕН, ДА СЕ РЕСТАРТИРА (OUTLOOK-A)
05.08.2016
Отново подобен проблем, но съобщението е "Your organization's policies are preventing us from completing this action for you...." при опит да се отвори link от пощата.
Този път вече сме на windows 10 и Office 2016
Този път решението е да направите Outlook и IE default programs:
Settings; System; Default app; Set default by app; select IE and click "Set this program as default". Повторете същото за Outlook.
Затворете двата виновника и отворете outlook отново.
Когато за първи път направите click върху някоя връзка, е възможно да излезе списък с приложения и да пита с кое от тях да отвори връзката. Изберете IE за връзка към интернет или Outlook ако сте кликнали върху e-mail и направете отметка винаги да използва тази програма за отваряне на връзки от този тип. При мен забелязах, че на машината имаше инсталиран браузер Opera - мисля, че той е омазал нещата.
Абонамент за:
Публикации (Atom)