Test Your Antivirus


To test your antivirus program you can use EICAR fake virus by downloading it from here or by:

open Notepad then paste the following code inside it








X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*



Then save as "EICAR.bat".

Once you save it your antivirus should warn you and delete it like this:







To be notified the fast your antivirus detects EICAR.bat file the best it's.





enjoy....





How to insert previous Head 1 in Footnote :WORD

Here's what I found :

How to insert a StyleRef field

There are two ways to insert a StyleRef field (or any other field):
  1. Use the Insert | Field dialog (in Word 2007 and above, use Insert | Text | Quick Parts | Field...). When you open this dialog and select the StyleRef field in the "Field names" list, you will be presented with a list of all the styles currently in use in the document (see Figure 1). Just select the one you want to reference and click OK. It's that easy!

The Field dialog showing insertion of StyleRef field
Figure 1. The Field dialog showing insertion of StyleRef field
  1. Insert the field by hand. Press Ctrl+F9 to insert a pair of field delimiters (the things that look like braces but can't be entered from the keyboard). Between them, type STYLEREF and the exact name of the style you want to reference, enclosed in quotation marks. In the example shown in Figure 1, the field would be { STYLEREF "Heading 1" }.

Source : Useful StyleRef tricks

كيف يمكن تغيير اتجاه الشاشة في ORACLE Forms





عند عمل رن للفورم نلاحظ ظهورها عكس اتجاه التصميم.





الحل هو :




-افتح RUN ثم ENTER




- اكتب REGEDIT ثم ENTER




-ابحث عن NLS_LANG ثم ENTER




- قم بتعديل القيمة من : ARABIC_EGYPT.AR8MSWIN1256




الى القيمة : AMERICAN_AMERICA.AR8MSWIN1256


 او الى القيمة :


ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256 







ثم اعمل رن مره اخرى للفورم.







المصدر : ArabOUG










Hide computer from list, but keep file sharing and remote desktop service running?

In the command prompt, type in the command below and press Enter.
Net config server /hidden:yes
You will get a message saying “The command completed successfully”.

To unhide your computer name so that it does display in your network:

In the elevated command prompt, type in the command below and press Enter.
Net config server /hidden:no
You will get a message saying “The command completed successfully”.
Exit the command prompt and then restart the computer to apply changes.





Source : windows 7 - Hide computer from list, but keep file sharing and remote desktop service running?



Excel Semicolon and comma ?

To change Excel 2007/2010/2013 separator inside formulas   from , to ;  here is the way :


Control Panel----Region and language --Additional Settings ---List separator--;

Source : MR Excel

Remove unused Layouts in Oracle Apex

 Tables used : APEX_XXXXXXX.WWV_FLOW_REPORT_LAYOUTS APEX_XXXXXXX.WWV_FLOW_SHARED_QUERIES use the following query to delete unused Layouts. ...